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 @@