From 32bbd6089c38c9e4c7c91012bd08cab4afe03805 Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Tue, 20 Feb 2024 14:34:33 +0800 Subject: [PATCH] =?UTF-8?q?refactor(=E4=BB=AA=E8=A1=A8=E6=9D=BF):=20?= =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=85=AC=E5=85=B1=E9=93=BE=E6=8E=A5=E4=B8=8B?= =?UTF-8?q?=E8=BD=BD=E7=AD=89=E6=8C=89=E9=92=AE=E6=98=BE=E7=A4=BA=E6=84=9F?= =?UTF-8?q?=E5=BA=94=E5=8C=BA=E5=9F=9F=E9=98=B2=E6=AD=A2=E6=97=A0=E6=B3=95?= =?UTF-8?q?=E7=82=B9=E5=87=BB=E5=88=B0=E5=AF=B9=E5=BA=94=E5=8C=BA=E5=9F=9F?= =?UTF-8?q?=E7=9A=84=E8=A7=86=E5=9B=BE=E6=94=BE=E5=A4=A7=E7=AD=89=E6=8C=89?= =?UTF-8?q?=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/canvas/components/editor/CanvasOptBar.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/frontend/src/components/canvas/components/editor/CanvasOptBar.vue b/core/frontend/src/components/canvas/components/editor/CanvasOptBar.vue index 521b199f0b..67adc75608 100644 --- a/core/frontend/src/components/canvas/components/editor/CanvasOptBar.vue +++ b/core/frontend/src/components/canvas/components/editor/CanvasOptBar.vue @@ -241,7 +241,7 @@ export default { width: 60px; right: 0; top: 0; - border-top: 60px solid rgba(245, 74, 69, 0); + border-top: 10px solid rgba(245, 74, 69, 0); border-left: 60px solid transparent; cursor: pointer; z-index: 999;