mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-12 04:13:13 +08:00
Improve fixed Table border style
This commit is contained in:
parent
8e9768fb4a
commit
7c595797c0
@ -214,6 +214,12 @@
|
|||||||
table {
|
table {
|
||||||
border: 0;
|
border: 0;
|
||||||
}
|
}
|
||||||
|
.@{table-prefix-cls}-fixed-left {
|
||||||
|
border-right: 1px solid @border-color-split;
|
||||||
|
}
|
||||||
|
.@{table-prefix-cls}-fixed-right {
|
||||||
|
border-left: 1px solid @border-color-split;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
th {
|
th {
|
||||||
@ -341,7 +347,7 @@
|
|||||||
width: 17px;
|
width: 17px;
|
||||||
height: 17px;
|
height: 17px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
line-height: 15px;
|
line-height: 14px;
|
||||||
border: 1px solid @border-color-split;
|
border: 1px solid @border-color-split;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
@ -422,8 +428,8 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&-fixed-left &-fixed,
|
&-fixed-header &-fixed-left &-body-outer &-fixed,
|
||||||
&-fixed-right &-fixed {
|
&-fixed-header &-fixed-right &-body-outer &-fixed {
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user