zhulizhen преди 6 години
родител
ревизия
7ec763afec
променени са 4 файла, в които са добавени 2 реда и са изтрити 5 реда
  1. 2 2
      src/components/ledger/lib/title.vue
  2. 0 1
      src/views/ledger/facility/index.vue
  3. 0 1
      src/views/ledger/property/index.vue
  4. 0 1
      src/views/ledger/system/index.vue

+ 2 - 2
src/components/ledger/lib/title.vue

@@ -85,7 +85,7 @@ export default {
   .border-main {
     // width: 100%;
     height: 100%;
-    border: 1px solid #ccc;
+    border: 1px solid #dfe6ec;
     // border-radius: 5px;
     padding-left: 10px;
     .list-name {
@@ -101,7 +101,7 @@ export default {
         margin-top: 10px;
         height: 70px;
         width: 200px;
-        border: 1px solid #a1a1a1;
+        border: 1px solid #dfe6ec;
         border-radius: 5px;
         background-color: #e4e4e4;
         padding: 10px;

+ 0 - 1
src/views/ledger/facility/index.vue

@@ -192,7 +192,6 @@ export default {
     left: 0;
     right: 0;
     background-color: #fff;
-    border: 1px solid #ccc;
     // border-radius: 5px;
     padding: 10px;
   }

+ 0 - 1
src/views/ledger/property/index.vue

@@ -172,7 +172,6 @@ export default {
     left: 0;
     right: 0;
     background-color: #fff;
-    border: 1px solid #ccc;
     // border-radius: 5px;
     padding: 10px;
   }

+ 0 - 1
src/views/ledger/system/index.vue

@@ -178,7 +178,6 @@ export default {
     left: 0;
     right: 0;
     background-color: #fff;
-    border: 1px solid #ccc;
     // border-radius: 5px;
     padding: 10px;
   }