Browse Source

fix: 边框合并

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

+ 3 - 2
src/components/sheet.vue

@@ -131,6 +131,7 @@ table {
   width: 100%;
   font-size: 14px;
   color: #333;
+  border-collapse: collapse;
   td,
   th {
     // min-width: 120px;
@@ -141,8 +142,8 @@ table {
     // height: 40px;
     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;
 		}