Przeglądaj źródła

修改部分bug

yuanrf 1 rok temu
rodzic
commit
f1688c8991
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/components/OP/OpDecreasePayments.vue

+ 1 - 1
src/components/OP/OpDecreasePayments.vue

@@ -85,7 +85,7 @@
                     </div>
                 </div>
                 <div style="display: flex;">
-                    <div style="50;">
+                    <div>
                         <el-form-item label="附件:" prop="fileUrl" label-width="160px">
                             <el-upload :file-list="uploadFiles" ref="upload" :on-success="upLoadSuccess"
                                 :on-error="upLoadError" :before-remove="beforeRemove" :on-change="onChange" :limit="1"