Procházet zdrojové kódy

供应商优化申请融信上传发票弹窗样式

zhanglb před 3 roky
rodič
revize
bdf72db39e

+ 2 - 6
front-vue/src/views/service/bill/addBill.vue

@@ -206,16 +206,12 @@
 
             <!-- 上传附件 -->
             <el-dialog
+                title="上传发票"
                 ref="uploadInvoice"
                 class="zap-upload-invoice"
                 :visible.sync="uploadOpen"
-                :show-close="false"
-                width="600px"
+                width="752px"
                 append-to-body>
-                <el-row slot="title" class="zap-upload-invoice__title" type="flex" align="middle" justify="space-between">
-                    <span class="title">上传发票</span>
-                    <i class="el-icon-close" @click="bindClickCloseUploadInvoice"></i>
-                </el-row>
                 <el-row class="zap-upload-invoice__top">
                     <span class="zap-upload-invoice__top-text">支持格式:.jpg,.jpeg,.png,单个文件不能超过3MB</span>
                 </el-row>

+ 4 - 4
front-vue/src/views/service/credit/creditApply.vue

@@ -119,10 +119,10 @@
                 <el-table-column label="金额" align="center" prop="zbiAmount" />
             </el-table>
             <pagination v-show="total > 0" :total="total" :page.sync="queryParamsPay.pageNum" :limit.sync="queryParamsPay.pageSize" @pagination="getAccountsCollection" />
-            <span slot="footer" class="dialog-footer">
-                <el-button type="primary" @click="closeTicket">确认</el-button>
-                <el-button @click="cancelTicket">取消</el-button>
-            </span>
+        </el-row>
+        <el-row slot="footer" class="dialog-footer" type="flex" justify="center" align="middle" style="height: 102px;">
+            <el-button type="primary" @click="closeTicket">确认</el-button>
+            <el-button @click="cancelTicket">取消</el-button>
         </el-row>
     </el-dialog>