licp
2024-09-13 a5433bd3d438817794f6506fe4954ee223b0edcf
src/components/tool/value-table.vue
@@ -1165,6 +1165,7 @@
      },
      getWidth() {
        let count = 0
        console.log(this.data.do)
        this.data.do.forEach(a => {
          count += a.font.length
        })