xiebeibei 4 rokov pred
rodič
commit
95ae8600cb
1 zmenil súbory, kde vykonal 4 pridanie a 4 odobranie
  1. 4 4
      src/components/edit/attr_select.vue

+ 4 - 4
src/components/edit/attr_select.vue

@@ -212,7 +212,7 @@
         <div v-if="!SubType">
           <!-- 普通分区 -->
           <div class="row">
-            <div class="row-tit">名称显示</div>
+            <div class="row-tit">显示名称</div>
             <a-button
               type="link"
               class="edit-option-btn"
@@ -248,7 +248,7 @@
     >
       <a-spin :spinning="spinning">
       <div class="row">
-        <span>{{type =='Zone'?`工程信息化中的位置类型`:'工程信息化中的设备类型'}}</span>
+        <span style="color: #8D9399;">{{type =='Zone'?`工程信息化中的位置类型`:'工程信息化中的设备类型'}}</span>
         <a-button type="link" class="edit-option-btn" @click="handleEdit">选择编辑</a-button>
       </div>
 
@@ -597,7 +597,7 @@ export default {
       }
     }
     .row-tit {
-      color: #1f2429;
+      color: #8D9399;
       font-size: 14px;
     }
   }
@@ -610,7 +610,7 @@ export default {
   }
 
   .grid-content {
-    // margin-top: 10px;
+     margin-top: 12px;
     position: relative;
   }