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