优化样式 新增版本号
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user