v1.4.1 - 修复TaskList组件自定义列及数据绑定问题 & SonarQube安全弱点修复

This commit is contained in:
LINING-PC\lining
2025-10-26 23:14:18 +08:00
parent b3ba0f1ec9
commit 65059e1978
11 changed files with 110 additions and 65 deletions
+4
View File
@@ -8,6 +8,10 @@
border-right: 1px solid var(--gantt-border-light);
box-sizing: border-box;
overflow: hidden;
/* 为没有特定样式的列设置默认宽度 */
flex: 1 0 120px;
min-width: 120px;
max-width: 120px;
}
.col:last-child {