Browse Source

Merge branch 'master' of http://39.106.8.246:3003/web/ibms

chuwu 5 years ago
parent
commit
d50d13588f

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

+ 6 - 4
src/views/business_space/business_list/index.vue

@@ -416,7 +416,6 @@
         position: relative;
         display: flex;
         flex-direction: column;
-        background-color: #fff;
         .el-dialog__body {
             max-height: 600px;
             overflow-y: auto;
@@ -425,12 +424,14 @@
             padding-left: 10px;
         }
         .saga-title {
-            height: 40px;
-            background-color: #d7d7d7;
+            height: 54px;
+            background-color: #fff;
             font-size: 14px;
-            line-height: 40px;
             position: relative;
+            line-height: 54px;
             width: 100%;
+            margin-bottom:10px;
+            border: 1px solid #dfe6ec;
             .saga-build-mess {
                 position: absolute;
                 left: 10px;
@@ -490,6 +491,7 @@
             bottom: 0;
             overflow: hidden;
             overflow-y: auto;
+            background: #fff;
         }
     }
 </style>

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