mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-11-15 13:43:45 +08:00
micro fixs, update database SQL file
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -71,9 +71,9 @@
|
||||
|
||||
.logo {
|
||||
height 60px
|
||||
width 60px
|
||||
border-radius 50%
|
||||
background: var(--theme-bg)
|
||||
background: #fff
|
||||
border: 2px solid #754ff6
|
||||
}
|
||||
|
||||
.el-button {
|
||||
|
||||
@@ -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)
|
||||
}
|
||||
Reference in New Issue
Block a user