From b1fe714bf8cc27024c5e62e4382b648ae7bb201e Mon Sep 17 00:00:00 2001 From: dataeaseShu <106045316+dataeaseShu@users.noreply.github.com> Date: Thu, 25 May 2023 16:12:14 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20AntV=E8=A1=A8=E6=A0=BC=E5=90=8C=E6=97=B6?= =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E8=B7=B3=E8=BD=AC=E5=92=8C=E8=81=94=E5=8A=A8?= =?UTF-8?q?=E5=90=8E=EF=BC=8C=E5=9C=A8=E6=9C=80=E4=B8=8B=E6=96=B9=E5=8D=95?= =?UTF-8?q?=E5=85=83=E6=A0=BC=E7=82=B9=E5=87=BB=E6=97=B6=EF=BC=8C=E6=97=A0?= =?UTF-8?q?=E6=B3=95=E6=98=BE=E7=A4=BA=E5=AE=8C=E6=95=B4=E8=8F=9C=E5=8D=95?= =?UTF-8?q?=20#5060?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/canvas/components/editor/ViewTrackBar.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/frontend/src/components/canvas/components/editor/ViewTrackBar.vue b/frontend/src/components/canvas/components/editor/ViewTrackBar.vue index 23a4e9a263..aa0d88a93a 100644 --- a/frontend/src/components/canvas/components/editor/ViewTrackBar.vue +++ b/frontend/src/components/canvas/components/editor/ViewTrackBar.vue @@ -66,8 +66,7 @@ export default { } ::v-deep.el-popper[x-placement^=bottom] .popper__arrow { - transform: rotate(180deg) !important; - top: 75px !important; + display: none; } ::v-deep.el-popper[x-placement^=bottom] {