liuhj 10 months ago
parent
commit
ee6fa5410b
1 changed files with 5 additions and 3 deletions
  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>