Skip to content

Commit

Permalink
style: 自动占满模式时表格高度也许占满
Browse files Browse the repository at this point in the history
  • Loading branch information
2betop committed Dec 4, 2024
1 parent 8cdf4ab commit e13a22a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/amis-ui/scss/components/_table.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1018,8 +1018,9 @@
margin-bottom: 0;

> .#{$ns}Table-contentWrap {
> .#{$ns}Table-content table {
> .#{$ns}Table-content > table {
border-top: none; // 不然会导致拖动时顶部露出内容
min-height: 100%; // 为了让表格占满高度
}

> .#{$ns}Table-content table thead {
Expand Down

0 comments on commit e13a22a

Please sign in to comment.