fix some table style detail

This commit is contained in:
afc163 2016-06-01 12:07:11 +08:00
parent 1688a8724b
commit af83b2aade

View File

@ -317,12 +317,16 @@
}
}
&-expand-icon-th {
width: 34px;
}
&-row {
&-expand-icon {
cursor: pointer;
display: inline-block;
width: 18px;
height: 18px;
width: 17px;
height: 17px;
text-align: center;
line-height: 15px;
border: 1px solid @border-color-split;
@ -391,6 +395,11 @@
}
}
&-fixed-left &-fixed,
&-fixed-right &-fixed {
border-radius: 0;
}
&-fixed-left {
left: 0;
box-shadow: @shadow-1-right;