update index.scss

This commit is contained in:
不做码农 2022-04-23 21:55:30 +08:00
parent 85dea5c7c8
commit fd28add423

View File

@ -196,7 +196,12 @@ div:focus {
.mb { .mb {
margin-bottom: auto; margin-bottom: auto;
} }
.w20 {
width: 20%;
}
.w100 {
width: 100%;
}
.el-dialog:not(.is-fullscreen) { .el-dialog:not(.is-fullscreen) {
margin-top: 6vh !important; margin-top: 6vh !important;
} }