This commit is contained in:
fit2-zhao 2020-12-23 19:27:36 +08:00
commit 37c426c8bc
2 changed files with 7 additions and 1 deletions

View File

@ -250,4 +250,8 @@
<style scoped>
.ms-drawer >>> .ms-drawer-body {
margin-top: 80px;
}
</style>

View File

@ -178,7 +178,9 @@
}
.ms-drawer-header {
position: relative;
position: fixed;
width: 100%;
z-index: 999;
}
.el-icon-close {