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;
   }