marymelisa 4 년 전
부모
커밋
5d6b788181

+ 7 - 2
src/views/information/custom/compoments/cancel/index.vue

@@ -1,6 +1,6 @@
 <template>
   <!-- 撤销客户资料-->
-  <a-modal class="custom_info_btn_cancel"
+  <a-modal class="commonModal custom_info_btn_cancel"
            title="撤销客户资料"
            v-model:visible="visible"
            @cancel="cancel"
@@ -8,7 +8,7 @@
            width="890px">
     <template #footer>
       <a-button key="submit"
-                type="primary"
+                class="cancelBtn"
                 @click="cancel">取消</a-button>
       <a-button key="submit"
                 type="primary"
@@ -181,6 +181,11 @@ export default defineComponent({
 
 <style lang="less">
 .custom_info_btn_cancel {
+  .upload {
+    .look {
+      margin-left: 0;
+    }
+  }
 }
 </style
 >;

+ 7 - 2
src/views/information/custom/compoments/check/index.vue

@@ -1,6 +1,6 @@
 <template>
   <!-- 审核客户资料-->
-  <a-modal class="custom_info_btn_check"
+  <a-modal class="commonModal custom_info_btn_check"
            title="审核客户资料"
            v-model:visible="visible"
            @cancel="cancel"
@@ -8,7 +8,7 @@
            width="890px">
     <template #footer>
       <a-button key="submit"
-                type="primary"
+                class="cancelBtn"
                 @click="cancel">取消
       </a-button>
       <a-button key="submit"
@@ -216,6 +216,11 @@ export default defineComponent({
 
 <style lang="less">
 .custom_info_btn_check {
+  .upload {
+    .look {
+      margin-left: 0;
+    }
+  }
 }
 </style
 >;

+ 5 - 0
src/views/information/custom/compoments/detail/index.vue

@@ -153,5 +153,10 @@ export default defineComponent({
     .ant-form.inlineForm {
         margin-top: 20px;
     }
+    .upload {
+      .look {
+        margin-left: 0;
+      }
+    }
 }
 </style>;