mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-07 17:44:35 +08:00
fix: empty table placehoder style (#4851)
* Remove redundant border * Fix empty table placehoder style
This commit is contained in:
parent
5327a49161
commit
972c2cfa95
@ -333,10 +333,15 @@
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.@{table-prefix-cls}-placeholder {
|
||||
border: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&-placeholder {
|
||||
position: relative;
|
||||
padding: 16px 8px;
|
||||
background: @component-background;
|
||||
border-bottom: @border-width-base @border-style-base @border-color-split;
|
||||
|
Loading…
Reference in New Issue
Block a user