@@ -131,6 +131,7 @@ table {
width: 100%;
font-size: 14px;
color: #333;
+ border-collapse: collapse;
td,
th {
// min-width: 120px;
@@ -141,8 +142,8 @@ table {
// height: 40px;
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;
}