博客文章

This commit is contained in:
2021-10-04 16:24:50 +08:00
parent 22932ccaf9
commit 4a64f8f492
11 changed files with 335 additions and 24 deletions
+8
View File
@@ -64,4 +64,12 @@ html,body,#app,.layout {
.main-view {
position: relative;
height: 100%;
}
.custom-drawer {
> .el-drawer__header {
margin-bottom: 0;
}
> .el-drawer__body {
overflow: auto;
}
}