projects/mesxc-zhp #161

已關閉
zhp 請求將 119 次提交從 projects/mesxc-zhp 合併至 projects/mes-test
僅顯示提交 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
}
});
});