shaun-sheep 5 years ago
parent
commit
f5b841e8d4

+ 2 - 1
src/components/dialogs/list/batchDialog.vue

@@ -186,11 +186,12 @@
       <el-button
           type="primary"
           @click="maintenanceSelect"
+          style="margin-top:10px"
       >维护已选
       </el-button>
       <el-button
           @click="active = 0"
-          style="margin-right: 10px"
+          style="margin-right: 10px;margin-top:10px"
       >上 一 步
       </el-button>
     </div>

+ 1 - 1
src/components/relation/overview/CardList.vue

@@ -80,7 +80,7 @@
                   <el-col :span="10">
                     <div class="grid-content ">
                       <p class="line-number">连接数量</p>
-                      <p :class="relation.count > 1? 'line-number-show' :'line-number-hide'">{{relation.count}}</p>
+                      <p :class="relation.count > 0? 'line-number-show' :'line-number-hide'">{{relation.count}}</p>
                       <p class="last-computed">
                         <span v-show="relation.ComputationalState === 3 || relation.ComputationalState === 4">关系计算中...</span>
                         <span v-show="relation.ComputationalState === 5">计算失败</span>