gaoluyang
2024-07-25 412517b62a974f844a1ceef72ccdf19acb0fdf26
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
              }