src/components/tool/value-table.vue | ●●●●● 补丁 | 查看 | 原始文档 | 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 }