Selaa lähdekoodia

修改部分bug

yuanrf 1 vuosi sitten
vanhempi
commit
f1688c8991
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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"