Merge pull request 'projects/mesxc-lb' (#150) from projects/mesxc-lb into projects/mesxc-test

Reviewed-on: #150
此提交包含在:
2023-12-19 09:09:59 +08:00
當前提交 97612a13ac

查看文件

@@ -143,12 +143,9 @@ 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
}
});
});