gaoluyang
2024-07-25 412517b62a974f844a1ceef72ccdf19acb0fdf26
检测中心-工时管理样式调整
已修改1个文件
2 ■■■■■ 文件已修改
src/components/tool/value-table.vue 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/tool/value-table.vue
@@ -648,6 +648,8 @@
                item.width = 160
              } else if (item.value.length === 6){
                item.width = 150
              }  else if (item.value.length === 2){
                item.width = this.data.sort === false && item.label.includes('Hours') ? 52 : 86
              } else {
                item.width = this.data.sort === false && item.label.includes('Hours') ? 46 : 86
              }