fine-tune the new UI theme

This commit is contained in:
RockYang
2024-12-24 17:43:40 +08:00
parent e857f98e5c
commit b01b10014a
13 changed files with 325 additions and 448 deletions

View File

@@ -216,7 +216,7 @@
padding 0 20px
.prompt,.failed {
padding 6px 0
padding 0
font-size 16px
max-height 80px
line-height 28px

View File

@@ -72,4 +72,8 @@
--el-table-row-hover-bg-color: rgba(16, 21, 43, .8);
--el-table-current-row-bg-color: rgba(16, 21, 43, .8);
}
//
--el-mask-color: rgba(255, 255, 255, 0.5);
--van-toast-background: rgba(255, 255, 255, 0.3);
}

View File

@@ -43,6 +43,8 @@
//
--btn-bg: rgba(100, 100, 100, .1);
//
--el-mask-color: rgba(100, 100, 100, 0.2);
}