From b5b3119f19f107f2d6a1222297588fdedd066fc0 Mon Sep 17 00:00:00 2001 From: "wu.jian2" Date: Wed, 21 Jun 2023 17:22:36 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E4=B8=9A=E5=8A=A1?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=E7=BC=96=E8=BE=91=E7=9A=84=E6=97=B6=E5=80=99?= =?UTF-8?q?=EF=BC=8C=E8=BF=94=E5=9B=9E=E6=B2=A1=E6=9C=89=E6=BF=80=E6=B4=BB?= =?UTF-8?q?=E5=AF=B9=E5=BA=94=E7=9A=84=E4=BE=A7=E8=BE=B9=E8=8F=9C=E5=8D=95?= =?UTF-8?q?=E7=9A=84=E6=83=85=E5=86=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../BigScreenComponentMag/SideMenu.vue | 180 ++++++++++-------- 1 file changed, 100 insertions(+), 80 deletions(-) diff --git a/data-room-ui/packages/BigScreenComponentMag/SideMenu.vue b/data-room-ui/packages/BigScreenComponentMag/SideMenu.vue index 68538e02..14f4e430 100644 --- a/data-room-ui/packages/BigScreenComponentMag/SideMenu.vue +++ b/data-room-ui/packages/BigScreenComponentMag/SideMenu.vue @@ -2,10 +2,10 @@
{{ com.name }} @@ -16,7 +16,7 @@ + +} + +.dropdown-menu-box { + left: 50%; + transform: translateX(-40%); + width: 100px !important; + + /deep/.el-dropdown-menu__item { + text-align: center; + padding: 5px; + } + + /deep/.popper__arrow { + left: 50% !important; + transform: translateX(-50%) !important; + } +}