From d942877495ceea1575e64fb6d4e2972f6da10cac Mon Sep 17 00:00:00 2001
From: odc.xiaohui <xiaohui@Q1>
Date: 星期三, 11 一月 2023 10:09:24 +0800
Subject: [PATCH] 2023/1/11 肖辉 修改UI样式

---
 src/views/systemSetting/platform/mySetting/index.vue |   16 ++++++----------
 1 files changed, 6 insertions(+), 10 deletions(-)

diff --git a/src/views/systemSetting/platform/mySetting/index.vue b/src/views/systemSetting/platform/mySetting/index.vue
index 9e89a58..336551d 100644
--- a/src/views/systemSetting/platform/mySetting/index.vue
+++ b/src/views/systemSetting/platform/mySetting/index.vue
@@ -75,7 +75,6 @@
         },
         // 淇敼鐘舵��
         handleChangeStatus(data) {
-            console.log(data);
             let { isStart, relationId } = data;
             isStart ? isStart = 1 : isStart = 0;
             this.$axios({
@@ -92,7 +91,6 @@
                 })
         },
         handleDelete(data) {
-            console.log(data);
             this.$confirm('鎮ㄧ‘璁よ鍒犻櫎璁㈠崟鍚�?')
                 .then(_ => {
                     this.$axios({
@@ -110,7 +108,6 @@
                         })
                 })
                 .catch(err => {
-                    console.log(err);
                 })
         },
         // 鑾峰彇鑿滃崟鍒楄〃
@@ -119,15 +116,11 @@
                 method: 'get',
                 url: 'sccg/system/portal/menu/search_myself',
             }).then(res => {
-                this.menuList = res.data;
+                this.menuList = res.data.menu;
             })
         },
         // 鎷栨嫿
         handleDrop(before, after, inner, event) {
-            console.log(before)
-            console.log(after)
-            console.log(inner)
-            console.log(event);
         },
         // 鑾峰彇鏄惁鍙互鏀剧疆
         allowDrop(before, inner, next) {
@@ -168,10 +161,9 @@
     }
 
     main {
-        background-color: #09152f;
+        // background-color: #09152f;
         margin-top: 20px;
         padding-bottom: 50px;
-        border: 1pox solid #fff;
 
         .main-content {
             .my-container {
@@ -271,4 +263,8 @@
         padding: 0;
     }
 }
+
+.my-aside{
+    border-right: 1px solid #d3d3d3  ;
+}
 </style>
\ No newline at end of file

--
Gitblit v1.8.0