瀏覽代碼

平台支付管理-页面样式调整

ZhangWenQiang 5 年之前
父節點
當前提交
1413a107a9
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      src/views/hlgcpmanager/modules/HlgCpSettingModal.vue

+ 3 - 3
src/views/hlgcpmanager/modules/HlgCpSettingModal.vue

@@ -38,7 +38,7 @@
         <a-form-item label="打款信息" :labelCol="labelCol" :wrapperCol="wrapperCol" :required="true">
         <div v-for="(item,index) in hlgBankInfoList" :key="index">
           <a-row :gutter="24" style="margin-top: 20px">
-            <a-col :md="20" :sm="16">
+            <a-col :lg="19" :md="18" :sm="18">
               <div class="ant-alert ant-alert-info" style="padding: 8px 14px 8px 14px;">
                 <a-form-item label="银行卡号" :colon="true" :labelCol="labelCol1" :wrapperCol="wrapperCol1" style="margin-bottom: 10px">
                   <span style="margin-left: 10px">{{item.bankAccount}}</span>
@@ -52,10 +52,10 @@
               </div>
             </a-col>
             <template v-if="!model.id">
-            <a-col :md="4" :sm="8">
+            <a-col :lg="5" :md="6" :sm="6">
               <div style="display: flex;flex-direction: column;">
                 <a-button @click="editRowCustom(index)" class="ant-btn ant-btn-primary" style="padding: 0 12px;">编辑</a-button>
-                <a-button @click="delRowCustom(index)" class="ant-btn ant-btn-danger" style="margin-top: 10px"  >删除</a-button>
+                <a-button @click="delRowCustom(index)" class="ant-btn ant-btn-danger" style="margin-top: 10px;padding: 0 12px;">删除</a-button>
               </div>
             </a-col>
             </template>