Pārlūkot izejas kodu

Merge branch 'bug7120' into debug

shanbinzhang 1 mēnesi atpakaļ
vecāks
revīzija
f693e37633
1 mainītis faili ar 3 papildinājumiem un 2 dzēšanām
  1. 3 2
      src/components/sheet.vue

+ 3 - 2
src/components/sheet.vue

@@ -135,6 +135,7 @@ table {
   width: 100%;
   font-size: 14px;
   color: #333;
+  border-collapse: collapse;
   td,
   th {
     // min-width: 120px;
@@ -144,8 +145,8 @@ table {
     border: 1px solid #dcdfe6;
     // height: 40px;
     text-align: center;
-    border-left: none;
-    border-top: none;
+    // border-left: none;
+    // border-top: none;
     &:first-child {
 			border-left: 1px solid #dcdfe6;
 		}