瀏覽代碼

'土建图例样式修改'

zhangyu 4 年之前
父節點
當前提交
9a0ae1b026
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/views/FloorFunc.vue

+ 2 - 2
src/views/FloorFunc.vue

@@ -62,7 +62,7 @@
       <div v-else-if="floor.Properties && floor.Properties.length" class="floor-item-table">
         <table class="table-box">
           <tr>
-            <th>
+            <th colspan="3">
               <div class="cell">说明</div>
             </th>
             <th>
@@ -70,7 +70,7 @@
             </th>
           </tr>
           <tr v-for="(tr, index) in floor.Properties" :key="`${floor.FloorId}-${index}`">
-            <td>
+            <td colspan="3">
               <div class="cell">{{tr.ItemExplain||'--'}}</div>
             </td>
             <td>