From 07a8b82914afebd2a44d73f2fbe233899e92d4f4 Mon Sep 17 00:00:00 2001 From: junjie Date: Thu, 27 May 2021 17:34:46 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E4=BB=AA=E8=A1=A8=E6=9D=BF):UI=20fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../canvas/components/Editor/Preview.vue | 2 +- .../src/views/panel/GrantAuth/dept/index.vue | 4 +++ frontend/src/views/panel/GrantAuth/index.vue | 6 ++-- .../src/views/panel/GrantAuth/role/index.vue | 3 ++ .../src/views/panel/GrantAuth/user/index.vue | 3 ++ frontend/src/views/panel/list/PanelList.vue | 16 +++++++++-- frontend/src/views/panel/list/PanelMain.vue | 28 ++++++++++--------- .../src/views/panel/list/PanelViewShow.vue | 10 +++---- .../src/views/panel/list/SaveToTemplate.vue | 6 ++-- 9 files changed, 50 insertions(+), 28 deletions(-) diff --git a/frontend/src/components/canvas/components/Editor/Preview.vue b/frontend/src/components/canvas/components/Editor/Preview.vue index 80ec62a8d4..42fbc95b8f 100644 --- a/frontend/src/components/canvas/components/Editor/Preview.vue +++ b/frontend/src/components/canvas/components/Editor/Preview.vue @@ -144,7 +144,7 @@ export default { min-height: 300px; width: 100%; height: 100%; - border: 1px solid #E6E6E6; + /*border: 1px solid #E6E6E6;*/ background-size: 100% 100% !important; .canvas-container { width: 100%; diff --git a/frontend/src/views/panel/GrantAuth/dept/index.vue b/frontend/src/views/panel/GrantAuth/dept/index.vue index 7aa798bee4..fda8be7ebc 100644 --- a/frontend/src/views/panel/GrantAuth/dept/index.vue +++ b/frontend/src/views/panel/GrantAuth/dept/index.vue @@ -229,4 +229,8 @@ export default { /* 去除下边框 */ height: 0; } + +.my_table>>>.el-table-column--selection .cell{ + text-align: center; +} diff --git a/frontend/src/views/panel/GrantAuth/index.vue b/frontend/src/views/panel/GrantAuth/index.vue index 652f15e7ec..6b3134822d 100644 --- a/frontend/src/views/panel/GrantAuth/index.vue +++ b/frontend/src/views/panel/GrantAuth/index.vue @@ -72,14 +72,14 @@ export default { diff --git a/frontend/src/views/panel/GrantAuth/user/index.vue b/frontend/src/views/panel/GrantAuth/user/index.vue index 1329b36988..f83da1ddfb 100644 --- a/frontend/src/views/panel/GrantAuth/user/index.vue +++ b/frontend/src/views/panel/GrantAuth/user/index.vue @@ -152,4 +152,7 @@ export default { /* 去除下边框 */ height: 0; } +.my_table>>>.el-table-column--selection .cell{ + text-align: center; +} diff --git a/frontend/src/views/panel/list/PanelList.vue b/frontend/src/views/panel/list/PanelList.vue index ca8bc155da..ac7ac60307 100644 --- a/frontend/src/views/panel/list/PanelList.vue +++ b/frontend/src/views/panel/list/PanelList.vue @@ -132,7 +132,7 @@ - + @@ -146,14 +146,17 @@ - + @@ -686,4 +689,11 @@ export default { padding:0 8px; } + .dialog-css>>>.el-dialog__body { + padding: 15px 20px; + } + .dialog-css >>>.el-dialog__body { + padding: 10px 20px 20px; + } + diff --git a/frontend/src/views/panel/list/PanelMain.vue b/frontend/src/views/panel/list/PanelMain.vue index 46bf670826..73ef176e0e 100644 --- a/frontend/src/views/panel/list/PanelMain.vue +++ b/frontend/src/views/panel/list/PanelMain.vue @@ -1,7 +1,7 @@