mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-12-02 12:07:54 +08:00
fix: table style (#1370)
This commit is contained in:
parent
12302b7ae7
commit
45eb4be22a
@ -386,6 +386,13 @@
|
||||
.@{table-prefix-cls}-tbody > tr > td {
|
||||
border-right: @border-width-base @border-style-base @border-color-split;
|
||||
}
|
||||
|
||||
.@{table-prefix-cls}-title + .@{table-prefix-cls}-content {
|
||||
.@{table-prefix-cls}-fixed-left,
|
||||
.@{table-prefix-cls}-fixed-right {
|
||||
border-radius: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&-placeholder {
|
||||
|
Loading…
Reference in New Issue
Block a user