From 5173f8e31d106abd003e123c8679cf53c7940b33 Mon Sep 17 00:00:00 2001
From: zhanghua <314079846@qq.com>
Date: 星期一, 30 一月 2023 11:54:12 +0800
Subject: [PATCH] 网格绘制

---
 src/views/systemSetting/platform/mySetting/index.vue |   14 +++++---------
 1 files changed, 5 insertions(+), 9 deletions(-)

diff --git a/src/views/systemSetting/platform/mySetting/index.vue b/src/views/systemSetting/platform/mySetting/index.vue
index d95da03..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);
                 })
         },
         // 鑾峰彇鑿滃崟鍒楄〃
@@ -124,10 +121,6 @@
         },
         // 鎷栨嫿
         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