From 3b055c6ff14b639f60a5233bfeb456eeb5fe777b Mon Sep 17 00:00:00 2001 From: xielue Date: Mon, 5 Jun 2023 11:22:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=87=A0=E4=B8=AA=E5=B7=A6=E8=BE=B9=E6=A0=91?= =?UTF-8?q?=E5=8F=B3=E8=BE=B9=E5=88=97=E8=A1=A8=E5=B8=83=E5=B1=80=E7=9A=84?= =?UTF-8?q?=E7=95=8C=E9=9D=A2=E7=BE=8E=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/application/mk/basic-pages/list.vue | 4 +- src/application/mk/style/main.css | 53 ++++++++++++++++ .../Middle/Mes/MesEnum/MesEnum/index.vue | 49 +++------------ .../Mes/MesMaterials/MesMaterials/index.vue | 52 ++-------------- .../Mes/MesProcesses/MesProcesses/List.vue | 61 +++---------------- .../MesProductCustomAttribute/List.vue | 50 ++------------- 6 files changed, 83 insertions(+), 186 deletions(-) diff --git a/src/application/mk/basic-pages/list.vue b/src/application/mk/basic-pages/list.vue index fbd6fbf..bf5e3d2 100644 --- a/src/application/mk/basic-pages/list.vue +++ b/src/application/mk/basic-pages/list.vue @@ -498,12 +498,12 @@ export default { diff --git a/src/application/mk/style/main.css b/src/application/mk/style/main.css index 310e2ec..647077f 100644 --- a/src/application/mk/style/main.css +++ b/src/application/mk/style/main.css @@ -70,4 +70,57 @@ } .vxe-table--render-default .vxe-footer--column:not(.col--ellipsis) { padding: 6px 0; +} + + +.split_wrapper { + display: flex; +} +.split_wrapper .left { +width: 200px; +border:1px solid #dcdcdc; +} +.split_wrapper .right { +flex-grow: 1; +height: 100%; +width: calc(100% - 300px); +border:1px solid #dcdcdc; +border-left: none; + +} + +.treepanel { +width: calc(100%); + +background: white; +} + +.treepanel-content { +padding: 7px; +} + +.treepanel-header { +width: 100%; +border-bottom: 1px solid #ccc; +height: 48px; +line-height: 48px; +margin: 0; + +background-color: #FAFAFA; +box-shadow: 0 2px 8px rgb(0 0 0 / 8%); +font-size: 14px; +color: #606266; +} +.treepanel-header .link{ + +color: #333; +} +.treepanel-header svg { +width: 17px; +height: 17px; +} + +.treepanel-header .anticon { +margin-left: 8px; +cursor: pointer; } \ No newline at end of file diff --git a/src/pages/Middle/Mes/MesEnum/MesEnum/index.vue b/src/pages/Middle/Mes/MesEnum/MesEnum/index.vue index fafe325..244f489 100644 --- a/src/pages/Middle/Mes/MesEnum/MesEnum/index.vue +++ b/src/pages/Middle/Mes/MesEnum/MesEnum/index.vue @@ -1,10 +1,7 @@