From 0d9338a51d6c689fe1662fcf92aa2ea8c0e57410 Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Thu, 1 Jul 2021 12:27:16 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E9=83=A8=E5=88=86?= =?UTF-8?q?=E5=BC=80=E5=8F=91=E7=8E=AF=E5=A2=83=E4=BB=AA=E8=A1=A8=E6=9D=BF?= =?UTF-8?q?=E7=BC=96=E8=BE=91=E6=97=A0=E6=B3=95=E6=8B=96=E6=8B=BD=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/panel/edit/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/views/panel/edit/index.vue b/frontend/src/views/panel/edit/index.vue index c862f08832..64361eddad 100644 --- a/frontend/src/views/panel/edit/index.vue +++ b/frontend/src/views/panel/edit/index.vue @@ -678,10 +678,10 @@ export default { position: relative; } -.el-main >>> .el-drawer__wrapper{ +.el-main ::v-deep .el-drawer__wrapper{ width: 310px!important; } -.el-main >>> .el-drawer__body{ +.el-main ::v-deep .el-drawer__body{ overflow-y: auto; } .button-show{