Improve fixed Table border style

This commit is contained in:
afc163 2016-07-11 13:50:15 +08:00
parent 8e9768fb4a
commit 7c595797c0

View File

@ -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;
} }