Skip to content

Commit

Permalink
chore: fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
zombieJ committed Aug 17, 2023
1 parent 441678c commit 3407012
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions assets/virtual.less
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

.@{tablePrefixCls}-row {
display: flex;
box-sizing: border-box;
width: 100%;
border-bottom: @border;
border-left: @border;
Expand All @@ -18,9 +19,6 @@
flex: 1 0 auto;
width: var(--virtual-width);
padding: 8px 16px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
border-right: @border;

&-fix-left {
Expand Down

0 comments on commit 3407012

Please sign in to comment.