Browse Source

Merge branch 'bug7120' into debug

shanbinzhang 1 month ago
parent
commit
f693e37633
1 changed files with 3 additions and 2 deletions
  1. 3 2
      src/components/sheet.vue

+ 3 - 2
src/components/sheet.vue

@@ -135,6 +135,7 @@ table {
   width: 100%;
   width: 100%;
   font-size: 14px;
   font-size: 14px;
   color: #333;
   color: #333;
+  border-collapse: collapse;
   td,
   td,
   th {
   th {
     // min-width: 120px;
     // min-width: 120px;
@@ -144,8 +145,8 @@ table {
     border: 1px solid #dcdfe6;
     border: 1px solid #dcdfe6;
     // height: 40px;
     // height: 40px;
     text-align: center;
     text-align: center;
-    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;
 		}
 		}