theme change is ready

This commit is contained in:
RockYang
2024-04-27 13:13:28 +08:00
parent 5b16dc6ee7
commit 039d949523
20 changed files with 162 additions and 44 deletions

View File

@@ -459,10 +459,9 @@ const onUploadImg = (files, callback) => {
.el-tabs {
width 100%
background-color #ffffff
background-color var(--el-bg-color)
padding 10px 20px 40px 20px
border: 1px solid #ddd;
border-radius: 5px
border: 1px solid var(--el-border-color);
.container {
.el-form {