Skip to content

Commit

Permalink
fix(Table): 修复有垂直分割线+拖拽宽度时的样式问题
Browse files Browse the repository at this point in the history
  • Loading branch information
wanchun committed Jul 19, 2023
1 parent bd509f6 commit 4e6d216
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions components/table/style/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -273,4 +273,18 @@
}
}
}

&.is-vertical-line {
.@{table-prefix}-resize-button {
right: -4px;
&::after {
background-color: none;
}
&.is-active {
&::after {
background-color: var(--f-primary-color);
}
}
}
}
}

0 comments on commit 4e6d216

Please sign in to comment.