projects/mesxc-lb #150

已合并
g7hoo 2023-12-19 09:10:00 +08:00 将 2 次代码提交从 projects/mesxc-lb合并至 projects/mesxc-test

查看文件

@@ -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
}
});
});