fix: fix table header buttons style

add margin-bottom for table header buttons

Change-Id: I8f272546942d7c71899c2f9129d8cf85c3b3515e
This commit is contained in:
Jingwei.Zhang 2023-07-27 09:23:02 +08:00
parent 1f5940fd11
commit a95c588a5d

View File

@ -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] {