From a214f3c6041d6dd9c1974e0d3ee96b54d3f4b7af Mon Sep 17 00:00:00 2001 From: pipipi-pikachu Date: Tue, 5 Sep 2023 20:14:45 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=B8=B4=E6=97=B6=E4=BF=AE=E5=A4=8DPopo?= =?UTF-8?q?ver=E7=BB=84=E4=BB=B6=E5=AF=BC=E8=87=B4=E5=8D=A1=E6=AD=BB?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98=EF=BC=88#220=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Editor/Toolbar/ElementStylePanel/ShapeStylePanel.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/Editor/Toolbar/ElementStylePanel/ShapeStylePanel.vue b/src/views/Editor/Toolbar/ElementStylePanel/ShapeStylePanel.vue index 792e9116..2faf002f 100644 --- a/src/views/Editor/Toolbar/ElementStylePanel/ShapeStylePanel.vue +++ b/src/views/Editor/Toolbar/ElementStylePanel/ShapeStylePanel.vue @@ -424,7 +424,7 @@ const emitRichTextCommand = (command: string, value?: string) => { } .shape-pool { width: 235px; - height: 190px; + height: 150px; overflow: auto; padding: 5px; padding-right: 10px;