shanbinzhang 1 сар өмнө
parent
commit
936531e8e3

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

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