This commit is contained in:
helloDy
2023-11-29 16:53:51 +08:00
parent 904350a4d8
commit fa5a303c08
13 changed files with 306 additions and 274 deletions

View File

@@ -142,6 +142,9 @@ function findMaxLabelWidth(rows) {
if (!opt.label) return 0;
if (opt.label.length > max) {
max = opt.label.length;
if (opt.label.includes('(')) {
max = max - 3
}
}
});
});
@@ -239,7 +242,7 @@ export default {
size: {
type: String,
default: '',
},
}
},
data() {
return {