zpf 11 tháng trước cách đây
mục cha
commit
2e36a81826
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/cockpit/common/VectorSpace/BoxCommonVector.vue

+ 1 - 1
src/views/cockpit/common/VectorSpace/BoxCommonVector.vue

@@ -19,7 +19,7 @@
 
 
                 <el-table-column show-overflow-tooltip="true" v-for="(index, item) in store.state.cockpit_vector.columns"
-                    :key="index" width="120" :prop="store.state.cockpit_vector.columns[item]"
+                    :key="index" width="150" :prop="store.state.cockpit_vector.columns[item]"
                     :label="store.state.cockpit_vector.columns[item]">
 
                 </el-table-column>