style: sub-table add button style improve (#2508)
This commit is contained in:
parent
ec84747f13
commit
bb6c154272
@ -34,9 +34,6 @@ export const SubTable: any = observer(
|
|||||||
return (
|
return (
|
||||||
<div
|
<div
|
||||||
className={css`
|
className={css`
|
||||||
.ant-table-content {
|
|
||||||
overflow: unset !important;
|
|
||||||
}
|
|
||||||
.ant-table-footer {
|
.ant-table-footer {
|
||||||
padding: 0 !important;
|
padding: 0 !important;
|
||||||
}
|
}
|
||||||
@ -53,7 +50,7 @@ export const SubTable: any = observer(
|
|||||||
top: 100%;
|
top: 100%;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-top: 3px;
|
margin-top: -15px;
|
||||||
padding: 3px;
|
padding: 3px;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
|
Loading…
Reference in New Issue
Block a user