style: 列表页面,新增页面宽度自适应

This commit is contained in:
@changcode
2022-06-28 11:23:15 +08:00
parent b5926898f1
commit 44f828d0dd
7 changed files with 3 additions and 6 deletions

View File

@@ -1,3 +1,6 @@
.el-drawer.rtl {
width: 700px !important;
}
.el-drawer__body {
height: 100%;
}