Skip to content

Commit

Permalink
fix(table): fix legacy table of style (#1634)
Browse files Browse the repository at this point in the history
fix table bug

Co-authored-by: maxin <maxin@growingio.com>
  • Loading branch information
nnmax and maxin committed Dec 7, 2021
1 parent 283539b commit 5e6db5d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ function FilterCondition(props: FilterConditionProps) {

return exprKey ? (
<Selector
style={{ width: 250 }}
valueRender={valueRender}
dropdownVisible={visible}
dropdownRender={dropdownRender}
Expand Down
18 changes: 0 additions & 18 deletions src/legacy/table/style/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -125,24 +125,6 @@
}
}

&-thead,
&-tbody {
tr {
th,
td {
&:first-child {
position: sticky;
left: 0;
z-index: 1;
padding-left: 20px;
}
&:last-child {
padding-right: 20px;
}
}
}
}

&-tbody > &-row-selected > &-cell {
background-color: #edf2fc;
transition: background-color 0.3s ease-in-out;
Expand Down

1 comment on commit 5e6db5d

@vercel
Copy link

@vercel vercel bot commented on 5e6db5d Dec 7, 2021

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.