Browse Source

'字体颜色修改'

zhangyu 4 years ago
parent
commit
c77333e3ab
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/edit/edit-dialog.vue

+ 1 - 1
src/components/edit/edit-dialog.vue

@@ -106,7 +106,7 @@
                 </a-button>
             </template>
             <div class="bind-content">
-                <p>{{`系统自动将其他平面图中的“${GraphElementName?GraphElementName:"图例"}”绑定相同台账,涉及以下平面图:`}}</p>
+                <p style="color: #1F2429;">{{`系统自动将其他平面图中的“${GraphElementName?GraphElementName:"图例"}”绑定相同台账,涉及以下平面图:`}}</p>
                 <div class="bind-box" v-for="(data, key) in bindData" :key="key" v-show="Object.keys(data).length">
                     <h3 class="bind-title" v-if="Object.keys(data).length">
                         <i :class="[isOpen[key]?'el-icon-caret-bottom':'el-icon-caret-right']" @click="handleHiddenBox(key)" style="color: #C3C6CB;cursor: pointer;margin-right: 8px;"></i>