Jelajahi Sumber

样式修改

zhangyu 5 tahun lalu
induk
melakukan
682b04f5ff

+ 1 - 1
src/components/model/file/floorTable.vue

@@ -4,7 +4,7 @@
     :data="tableData"
     style="width: 100%"
     :height="maxHeight"
-    :header-cell-style="{background:'#ccc',color:'#000'}"
+    :header-cell-style="{background:'#d9d9d9',color:'#2b2b2b'}"
   >
     <el-table-column prop="FloorName" label="模型文件" width="180">
       <template slot-scope="scope">

+ 7 - 6
src/views/model/file/index.vue

@@ -538,8 +538,8 @@ export default {
       width: 100%;
       padding-left: 10px;
       box-sizing: border-box;
-      background: #ccc;
-      color: #000;
+      background: #d9d9d9;
+      color: #2b2b2b;
       display: flex;
       justify-content: left;
       align-items: center;
@@ -557,18 +557,19 @@ export default {
         align-items: center;
         padding-left: 20px;
         box-sizing: border-box;
+        color: #555;
         cursor: pointer;
         span {
           padding-left: 6px;
         }
       }
       li:hover {
-        background: rgb(240, 238, 238);
-        font-weight: bold;
+        background-color: #f5f7fa;
+        color: #000;
       }
       .li-active {
-        background: rgb(240, 238, 238);
-        font-weight: bold;
+        background-color: #f5f7fa;
+        color: #000;
       }
     }
   }

+ 5 - 3
src/views/ready/buildfloor/index.vue

@@ -111,7 +111,7 @@ export default {
       delDialogVis: false,
       delText: '建筑',
       headerStyle: {
-        backgroundColor: '#e1e4e5',
+        backgroundColor: '#d9d9d9',
         color: '#2b2b2b',
         lineHeight: '30px'
       },
@@ -264,8 +264,10 @@ export default {
       overflow-y: auto;
       h4 {
         padding-left: 10px;
-        border-top: 1px solid #dfe6ec;
-        border-bottom: 1px solid #dfe6ec;
+        border-top: 1px solid #d9d9d9;
+        border-bottom: 1px solid #d9d9d9;
+        background: #d9d9d9;
+        color: #2b2b2b;
         line-height: 44px;
       }
       .build-list {