|
@@ -212,7 +212,7 @@
|
|
<div v-if="!SubType">
|
|
<div v-if="!SubType">
|
|
<!-- 普通分区 -->
|
|
<!-- 普通分区 -->
|
|
<div class="row">
|
|
<div class="row">
|
|
- <div class="row-tit">名称显示</div>
|
|
|
|
|
|
+ <div class="row-tit">显示名称</div>
|
|
<a-button
|
|
<a-button
|
|
type="link"
|
|
type="link"
|
|
class="edit-option-btn"
|
|
class="edit-option-btn"
|
|
@@ -248,7 +248,7 @@
|
|
>
|
|
>
|
|
<a-spin :spinning="spinning">
|
|
<a-spin :spinning="spinning">
|
|
<div class="row">
|
|
<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>
|
|
<a-button type="link" class="edit-option-btn" @click="handleEdit">选择编辑</a-button>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
@@ -597,7 +597,7 @@ export default {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.row-tit {
|
|
.row-tit {
|
|
- color: #1f2429;
|
|
|
|
|
|
+ color: #8D9399;
|
|
font-size: 14px;
|
|
font-size: 14px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
@@ -610,7 +610,7 @@ export default {
|
|
}
|
|
}
|
|
|
|
|
|
.grid-content {
|
|
.grid-content {
|
|
- // margin-top: 10px;
|
|
|
|
|
|
+ margin-top: 12px;
|
|
position: relative;
|
|
position: relative;
|
|
}
|
|
}
|
|
|
|
|