fix: fix table header buttons style
add margin-bottom for table header buttons Change-Id: I8f272546942d7c71899c2f9129d8cf85c3b3515e
This commit is contained in:
parent
1f5940fd11
commit
a95c588a5d
@ -69,11 +69,12 @@
|
|||||||
.table-header-btns {
|
.table-header-btns {
|
||||||
position: relative;
|
position: relative;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin-bottom: @body-padding;
|
margin-bottom: calc(@body-padding - 4px);
|
||||||
|
|
||||||
:global {
|
:global {
|
||||||
button {
|
button {
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
|
margin-bottom: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ant-btn[disabled] {
|
.ant-btn[disabled] {
|
||||||
|
Loading…
Reference in New Issue
Block a user