From 8318a0e79e3b5a2d55d342b6e37df69dbb5c2077 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Sat, 10 Jul 2021 17:43:33 +0800
Subject: [PATCH] 细节修改

---
 src/views/securityUnit/index.vue |   29 +++++++++++++++++++----------
 1 files changed, 19 insertions(+), 10 deletions(-)

diff --git a/src/views/securityUnit/index.vue b/src/views/securityUnit/index.vue
index caa4d7d..5caeb70 100644
--- a/src/views/securityUnit/index.vue
+++ b/src/views/securityUnit/index.vue
@@ -213,10 +213,11 @@
       data: [],
       option: {
         addBtn: false,
-        card: true,
+        // card: true,
+        tip: false,
         searchSize: "mini",
         searchMenuSpan: 6,
-        height: 547,
+        height: 623,
         menuWidth: 160,
         align: "center",
         selection: true,
@@ -565,14 +566,14 @@
   //   border: 1px solid #000;
   box-sizing: border-box;
 }
-.el-card__body {
-  padding-bottom: 5px !important;
-}
-.avue-crud__tip,
-.el-tag,
-.el-tag--light {
-  padding: 0 !important;
-}
+// .el-card__body {
+//   padding-bottom: 5px !important;
+// }
+// .avue-crud__tip,
+// .el-tag,
+// .el-tag--light {
+//   padding: 0 !important;
+// }
 
 .lod {
   position: absolute;
@@ -597,8 +598,16 @@
   .lod-in {
     width: 70%;
     height: auto;
+    background-color: transparent;
 
     // padding: 10px 0 0 0;
   }
+
+  .el-collapse-item {
+    padding-top: 15px !important;
+  }
+}
+.el-collapse {
+  border-top: 1px solid transparent !important;
 }
 </style>
\ No newline at end of file

--
Gitblit v1.9.3