From e2e3881fcaa2cfacf5d3290bb0ff5969482e6c48 Mon Sep 17 00:00:00 2001
From: fangyuan <527392886@qq.com>
Date: 星期二, 29 十一月 2022 16:29:48 +0800
Subject: [PATCH] 案卷查询查询框样式调整

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

diff --git a/src/views/systemSetting/platform/mySetting/index.vue b/src/views/systemSetting/platform/mySetting/index.vue
index d95da03..51fec48 100644
--- a/src/views/systemSetting/platform/mySetting/index.vue
+++ b/src/views/systemSetting/platform/mySetting/index.vue
@@ -92,7 +92,6 @@
                 })
         },
         handleDelete(data) {
-            console.log(data);
             this.$confirm('鎮ㄧ‘璁よ鍒犻櫎璁㈠崟鍚�?')
                 .then(_ => {
                     this.$axios({
@@ -110,7 +109,6 @@
                         })
                 })
                 .catch(err => {
-                    console.log(err);
                 })
         },
         // 鑾峰彇鑿滃崟鍒楄〃
@@ -171,7 +169,6 @@
         background-color: #09152f;
         margin-top: 20px;
         padding-bottom: 50px;
-        border: 1pox solid #fff;
 
         .main-content {
             .my-container {

--
Gitblit v1.8.0