micro fixs, update database SQL file

This commit is contained in:
RockYang
2024-12-27 17:02:27 +08:00
parent 2ba3c52e6e
commit 488169683f
25 changed files with 1190 additions and 329 deletions

View File

@@ -29,12 +29,11 @@
color:var(--text-theme-color)
}
img{
width 40px
height: 40px
height: 44px
object-fit: cover
border-radius: 50%
padding: 4px
border: 2px solid #754ff6;
background: #fff
}
.marr{
margin-right: 4px;
@@ -119,6 +118,7 @@
// margin-bottom: 10px;
margin: 0 8px 8px;
cursor: pointer;
font-weight: 550;
&:hover{
.el-icon{
background: rgba(79, 89, 102, .122);
@@ -140,7 +140,7 @@
}
&.active{
color: var(--text-color);
font-weight: 600;
font-weight: 700;
filter: none !important;
.el-icon{
background: rgba(79, 89, 102, .122);

View File

@@ -71,9 +71,9 @@
.logo {
height 60px
width 60px
border-radius 50%
background: var(--theme-bg)
background: #fff
border: 2px solid #754ff6
}
.el-button {

View File

@@ -1,4 +1,3 @@
.loginPage{
background: var(--card-bg) !important
background-color: var(---card-bg) !important
@@ -54,9 +53,10 @@
width: 306px;
margin-right: 9px;
}
:deep(.el-tabs__item.is-active, .el-tabs__item:hover){
color: var(--common-text-color) !important;
}
.el-tabs__item{
color:var( --text-theme-color)
}
:deep(.el-tabs__item.is-active), :deep(.el-tabs__item:hover) {
color: var(--common-text-color) !important
}
:deep(.el-tabs__item) {
color: var(--text-theme-color)
}