Skip to content

Commit

Permalink
fix(table): add filter-popover border-radius (#1803)
Browse files Browse the repository at this point in the history
Co-authored-by: maxin <maxin@growingio.com>
  • Loading branch information
nnmax and maxin committed Jan 18, 2022
1 parent 25e64f3 commit 86cf78f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/table/style/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,7 @@
width: 250px;
padding: 16px 16px 0;
background-color: @gray-0;
border-radius: 8px;
.elevation(1);
&-footer {
padding: 8px 16px;
Expand Down

1 comment on commit 86cf78f

@vercel
Copy link

@vercel vercel bot commented on 86cf78f Jan 18, 2022

Choose a reason for hiding this comment

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

Please sign in to comment.