Skip to content

Commit

Permalink
feat(web): table column controller margin
Browse files Browse the repository at this point in the history
  • Loading branch information
sheepluo committed Sep 12, 2023
1 parent d338496 commit 6184c68
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions style/web/components/table/_index.less
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,10 @@
padding: @table-controller-trigger-padding;
}

&__column-controller-item:not(:last-child) {
margin-bottom: @table-controller-item-margin;
}

&__content {
position: relative;
.scrollbar();
Expand Down
2 changes: 2 additions & 0 deletions style/web/components/table/_var.less
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,5 @@
@table-icon-size: @font-size-l;
@table-double-sort-icon-space: @comp-margin-xxs;
@table-filter-icon-margin-left: @comp-margin-s;

@table-controller-item-margin: @comp-margin-l;

0 comments on commit 6184c68

Please sign in to comment.