zhulizhen 6 tahun lalu
induk
melakukan
203dae7e6c
1 mengubah file dengan 6 tambahan dan 4 penghapusan
  1. 6 4
      src/views/business_space/business_list/index.vue

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