Skip to content

Commit

Permalink
fix(table): 修复当table列固定,且添加filter时,过滤选项被列内容挡住' (#2163)
Browse files Browse the repository at this point in the history
Co-authored-by: Danny <[email protected]>
  • Loading branch information
Dan and Danny authored Jun 25, 2023
1 parent 1f11928 commit 023e6fb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/table/style/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@
background-color: @gray-1;
border-bottom: 1px solid @gray-2;

&[class*='gio-table-cell-fix'] {
z-index: @z-index-popover;
}

&:last-child {
.@{table-prefix-cls}-resizable-handle {
display: none;
Expand Down

1 comment on commit 023e6fb

@vercel
Copy link

@vercel vercel bot commented on 023e6fb Jun 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

gio-design – ./

gio-design.vercel.app
gio-design-growingio.vercel.app
gio-design-git-master-growingio.vercel.app

Please sign in to comment.