From 9fd20e58cee8d1877653b2e3a3f5e98d4046389d Mon Sep 17 00:00:00 2001 From: anthonywj Date: Sun, 1 Jan 2023 19:12:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E5=A4=87=E4=BB=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/config.json | 2 +- src/assets/styles/ruoyi.scss | 6 +- src/views/system/dept/authDept.vue | 7 +- src/views/system/dept/invWarehouse.vue | 558 ++++++++++++++----------- src/views/system/role/index.vue | 454 ++++++++++---------- src/views/system/user/authRole.vue | 4 +- vue.config.js | 2 +- 7 files changed, 554 insertions(+), 479 deletions(-) diff --git a/public/config.json b/public/config.json index 69a97aa8..70cf7727 100644 --- a/public/config.json +++ b/public/config.json @@ -1,4 +1,4 @@ { - "BASE_URL": "http://192.168.0.122:9991", + "BASE_URL": "http://192.168.0.166:9991", "hosp_name": "平和县医院" } diff --git a/src/assets/styles/ruoyi.scss b/src/assets/styles/ruoyi.scss index db5f78ca..2385d35d 100644 --- a/src/assets/styles/ruoyi.scss +++ b/src/assets/styles/ruoyi.scss @@ -123,11 +123,9 @@ .el-button [class*="el-icon-"] + span { margin-left: 1px; } - td { - padding: 3px; + padding: 0; } - tr.current-row > td, .el-table__body tr:hover > td { background: #ecd1cf; @@ -343,3 +341,5 @@ /*transition: all .5s;*/ } + + diff --git a/src/views/system/dept/authDept.vue b/src/views/system/dept/authDept.vue index c24345bf..eaff2778 100644 --- a/src/views/system/dept/authDept.vue +++ b/src/views/system/dept/authDept.vue @@ -1,6 +1,5 @@