liuhj 10 月之前
父節點
當前提交
ee6fa5410b
共有 1 個文件被更改,包括 5 次插入3 次删除
  1. 5 3
      src/components/Finance/billUploading.vue

+ 5 - 3
src/components/Finance/billUploading.vue

@@ -305,19 +305,21 @@ export default {
         font-weight: 600;
     }
     .billUploading-head {
-        width: 60%;
+        width: 950px;
         display: flex;
         justify-content: space-between;
     }
     .billUploading-content-table{
-        width: 60%;
+        width: 950px;
+        margin-bottom: 20px;
     }
     .billUploading-content{
         margin-top: 20px;
         display: flex;
         justify-content: space-between;
+        flex-wrap: wrap;
     }
     .billUploading-content-upload{
-        width: 38%;
+        width: 601px;
     }
 </style>