shanbinzhang пре 1 месец
родитељ
комит
936531e8e3
1 измењених фајлова са 3 додато и 2 уклоњено
  1. 3 2
      src/CustomElement/EtaTable.ce.vue

+ 3 - 2
src/CustomElement/EtaTable.ce.vue

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