licp
2024-07-26 41accbc320b74163a4d9450882677ff3ff0318d6
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
              }