From 950a4de34e413881a527c78812e12cf47bd0eb33 Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Tue, 20 Feb 2024 14:11:31 +0800 Subject: [PATCH 1/2] =?UTF-8?q?refactor(=E4=BB=AA=E8=A1=A8=E6=9D=BF):=20?= =?UTF-8?q?=E8=A7=86=E5=9B=BE=E6=98=8E=E7=BB=86=E6=95=B0=E6=8D=AE=E5=AD=97?= =?UTF-8?q?=E4=BD=93=E5=A4=A7=E5=B0=8F=E8=B0=83=E6=95=B4=20#7729?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/canvas/customComponent/UserView.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/frontend/src/components/canvas/customComponent/UserView.vue b/core/frontend/src/components/canvas/customComponent/UserView.vue index 8d9fe2dfef..c522a3565e 100644 --- a/core/frontend/src/components/canvas/customComponent/UserView.vue +++ b/core/frontend/src/components/canvas/customComponent/UserView.vue @@ -1111,8 +1111,8 @@ export default { tableChart.customAttr.color.tableFontColor = '#7c7e81' tableChart.customAttr.color.enableTableCrossBG = false tableChart.customAttr.size.showTableHeader = true - tableChart.customAttr.size.tableTitleFontSize = 12 - tableChart.customAttr.size.tableItemFontSize = 12 + tableChart.customAttr.size.tableTitleFontSize = 14 + tableChart.customAttr.size.tableItemFontSize = 14 } tableChart.customAttr.size.tableColumnFreezeHead = 0 tableChart.customAttr.size.tableRowFreezeHead = 0 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 2/2] =?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;