From 0f4efa8c2e33ab6d2b4512772ab879f5b58b6afd Mon Sep 17 00:00:00 2001 From: junjie Date: Thu, 27 May 2021 17:49:14 +0800 Subject: [PATCH 01/11] =?UTF-8?q?feat(=E4=BB=AA=E8=A1=A8=E6=9D=BF):UI=20fi?= =?UTF-8?q?x?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/panel/list/PanelList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/views/panel/list/PanelList.vue b/frontend/src/views/panel/list/PanelList.vue index ac7ac60307..55af125ef0 100644 --- a/frontend/src/views/panel/list/PanelList.vue +++ b/frontend/src/views/panel/list/PanelList.vue @@ -149,7 +149,7 @@ v-dialogDrag :title="authTitle" :visible.sync="authVisible" - width="500px" + width="800px" class="dialog-css" > From 836fde170cbc34f525940c37e348c0fefc8cf8aa Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Thu, 27 May 2021 18:54:06 +0800 Subject: [PATCH 02/11] =?UTF-8?q?fix:=20UI=20=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/canvas/components/Toolbar.vue | 30 ++++++++++++++----- frontend/src/styles/index.scss | 1 + frontend/src/views/panel/edit/index.vue | 21 +++++++++---- frontend/src/views/panel/list/PanelList.vue | 5 ++++ 4 files changed, 45 insertions(+), 12 deletions(-) diff --git a/frontend/src/components/canvas/components/Toolbar.vue b/frontend/src/components/canvas/components/Toolbar.vue index 846c585a96..15825ee885 100644 --- a/frontend/src/components/canvas/components/Toolbar.vue +++ b/frontend/src/components/canvas/components/Toolbar.vue @@ -1,20 +1,19 @@