فهرست منبع

Merge branch 'bug7120'

shanbinzhang 4 هفته پیش
والد
کامیت
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;
             }