* fix bugs

1. 修复default主题mixin.js文件丢失
2. 修复主题默认值为后台设置值
3. default主题样式优化

* 修复前台切换 theme-custom 不生效
This commit is contained in:
nap0o
2024-02-25 20:31:16 -05:00
committed by GitHub
parent e24925b049
commit ab39782c78
16 changed files with 104 additions and 15 deletions

View File

@@ -86,21 +86,35 @@ td {
margin-right: 0;
}
.ui.grid {
margin-bottom:-0.5em
}
.ui.card>.content>.header:not(.ui), .ui.cards>.card>.content>.header:not(.ui){
line-height: 1em;
}
.status.cards .wide.column {
padding-top: 0 !important;
padding-bottom: 0 !important;
height:3.3rem !important;
height:2.3rem !important;
}
.status.cards .wide.column:nth-child(1) {
margin-top:2rem !important;
margin-top:1.2rem !important;
}
.status.cards .wide.column:nth-child(2) {
margin-top:2rem !important;
margin-top:1.2rem !important;
}
.status.cards .three.wide.column {
text-align: center;
width: 22%!important;
}
.status.cards .thirteen.wide.column{
width: 78%!important;
padding-left:0;
}
@@ -124,7 +138,7 @@ td {
.closePopup{
color:rgb(10, 148, 242) !important;
position: absolute;
top: 10px;
top: 7px;
right: 10px;
cursor: pointer;
z-index: 9999;
@@ -194,6 +208,7 @@ td {
}
.nezha-secondary-font {
height: 1em;
color: rgb(10, 148, 242) !important;
}