From 8f31bd73cdbc2ded77bc17ec7692dd1a9910b18e Mon Sep 17 00:00:00 2001 From: tb Date: Sat, 27 Jul 2024 17:20:30 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E5=8A=9F=E8=83=BD=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E3=80=91=E4=BF=AE=E5=A4=8D=E5=95=86=E5=9F=8E=E8=A3=85=E4=BF=AE?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E6=8B=96=E5=8A=A8=E7=BB=84=E4=BB=B6=E6=97=B6?= =?UTF-8?q?=E4=BC=9A=E5=BC=82=E5=B8=B8=E9=80=89=E6=8B=A9=E6=89=80=E6=9C=89?= =?UTF-8?q?=E6=96=87=E5=AD=97=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/DiyEditor/components/ComponentLibrary.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/DiyEditor/components/ComponentLibrary.vue b/src/components/DiyEditor/components/ComponentLibrary.vue index b8bd1ec3..fdb0b1de 100644 --- a/src/components/DiyEditor/components/ComponentLibrary.vue +++ b/src/components/DiyEditor/components/ComponentLibrary.vue @@ -95,6 +95,7 @@ const handleCloneComponent = (component: DiyComponent) => { .editor-left { z-index: 1; flex-shrink: 0; + user-select: none; box-shadow: 8px 0 8px -8px rgb(0 0 0 / 12%); :deep(.el-collapse) {