|
@@ -159,6 +159,7 @@ function getSizeStyle(index,type) {
|
|
|
font-size: 14PX;
|
|
|
color: #333;
|
|
|
table-layout: auto;
|
|
|
+ border-collapse: collapse;
|
|
|
td,
|
|
|
th {
|
|
|
width: auto;
|
|
@@ -170,8 +171,8 @@ function getSizeStyle(index,type) {
|
|
|
border: 1PX solid #dcdfe6;
|
|
|
text-align: center;
|
|
|
background-color: #fff;
|
|
|
- border-left: none;
|
|
|
- border-top: none;
|
|
|
+ // border-left: none;
|
|
|
+ // border-top: none;
|
|
|
&:first-child {
|
|
|
border-left: 1PX solid #dcdfe6;
|
|
|
}
|