merge test

This commit is contained in:
lb
2023-12-19 09:01:13 +08:00
145 changed files with 11936 additions and 2212 deletions

View File

@@ -143,9 +143,12 @@ function findMaxLabelWidth(rows) {
if (!opt.label) return 0;
if (opt.label.length > max) {
max = opt.label.length;
<<<<<<< HEAD
if (opt.label.includes('(')) {
max = max - 3;
}
=======
>>>>>>> projects/mesxc-test
}
});
});