v1.4.1 - 修复TaskList组件自定义列及数据绑定问题 & SonarQube安全弱点修复
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user