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 {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
margin-bottom: @body-padding;
|
||||
margin-bottom: calc(@body-padding - 4px);
|
||||
|
||||
:global {
|
||||
button {
|
||||
margin-right: 10px;
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
|
||||
.ant-btn[disabled] {
|
||||
|
Loading…
x
Reference in New Issue
Block a user