优化样式 新增版本号

This commit is contained in:
gyq
2024-03-07 16:15:03 +08:00
parent 4a5b52fa45
commit 31ef882431
16 changed files with 291 additions and 186 deletions

View File

@@ -76,7 +76,7 @@ router.beforeEach((to, from) => {
--el-font-size-base: 16px !important;
--el-message-close-size: var(--el-font-size-base) !important;
--el-component-size-large: 50px !important;
--el-component-size-large: 40px !important;
--el-mask-color: rgba(255, 255, 255, 0.6) !important;
}
@@ -136,7 +136,7 @@ html {
}
.el-button--large {
--el-button-size: 50px !important;
--el-button-size: var(--el-component-size-large) !important;
font-size: var(--el-font-size-base) !important;
}
@@ -187,7 +187,6 @@ html {
background-color: #d3d3d3;
}
.mt50 {
margin-top: 50px;
}
@@ -198,7 +197,7 @@ html {
.view {
flex: 1;
height: 100vh;
padding: 20px;
padding: var(--el-font-size-base);
background-color: #efefef;
}
}