mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-08 01:53:34 +08:00
Fix nested small/middle size Table style
This commit is contained in:
parent
a8d2a0a8c1
commit
9b9f2ceaaf
@ -18,6 +18,10 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
tr.@{table-prefix-cls}-expanded-row .@{table-prefix-cls}-wrapper {
|
||||||
|
margin: -@table-padding-vertical*3/4 -@table-padding-horizontal -@table-padding-vertical*3/4 - 1px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.@{table-prefix-cls}-small {
|
.@{table-prefix-cls}-small {
|
||||||
@ -125,4 +129,8 @@
|
|||||||
border-right: @border-width-base @border-style-base @border-color-split;
|
border-right: @border-width-base @border-style-base @border-color-split;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
tr.@{table-prefix-cls}-expanded-row .@{table-prefix-cls}-wrapper {
|
||||||
|
margin: -@table-padding-vertical/2 -@table-padding-horizontal -@table-padding-vertical/2 - 1px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user