From 10daa1a1abdf407b104016f5860571224a468692 Mon Sep 17 00:00:00 2001 From: super_liu <396572590@qq.com> Date: Thu, 16 Jun 2022 15:15:46 +0800 Subject: [PATCH] feat: There is no way the, bug #55783 --- src/assets/styles/drawer.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/assets/styles/drawer.less b/src/assets/styles/drawer.less index d6827c146..efd0a0a7f 100644 --- a/src/assets/styles/drawer.less +++ b/src/assets/styles/drawer.less @@ -14,7 +14,6 @@ } .el-drawer__body{ height: 100%; - // 不清楚为啥全局改 注掉 //overflow-y: auto; display: flex; flex-direction: column; @@ -22,6 +21,7 @@ .demo-drawer-content{ padding: 0 19px; //height: calc(~'100% - 50px'); + height: 85%; overflow-y: auto; flex: auto; display: flex; @@ -99,7 +99,7 @@ //bottom: 0; //left: 0; padding: 0 20px; - height: 50px; + height: 13%; line-height: 50px; border-top: 1px solid #e8e8e8; text-align: right;