|
|
@@ -6,7 +6,7 @@
|
|
|
v-model:visible="visible"
|
|
|
:maskClosable="false"
|
|
|
@cancel="cancel"
|
|
|
- width="890px">
|
|
|
+ width="1000px">
|
|
|
<template #footer>
|
|
|
<a-button key="submit"
|
|
|
type="primary"
|
|
|
@@ -21,7 +21,7 @@ import { defineComponent, PropType, ref } from 'vue';
|
|
|
import { closeModal } from '@/common/setup/modal/index';
|
|
|
import { QueryCustomInfoType } from '@/services/go/ermcp/customInfo/interface';
|
|
|
import CommomDetail from '../common-detail/index.vue';
|
|
|
-import {QhjTradeGoodsPickup} from "@/services/go/ermcp/qhj/interface";
|
|
|
+import { QhjTradeGoodsPickup } from '@/services/go/ermcp/qhj/interface';
|
|
|
|
|
|
export default defineComponent({
|
|
|
name: 'platinum_withdrawal_review_detail-desc',
|
|
|
@@ -43,3 +43,14 @@ export default defineComponent({
|
|
|
},
|
|
|
});
|
|
|
</script>
|
|
|
+
|
|
|
+<style lang="less">
|
|
|
+.commom-des {
|
|
|
+ .ant-descriptions-item-label {
|
|
|
+ width: 156px;
|
|
|
+ }
|
|
|
+ .ant-descriptions-item-content {
|
|
|
+ width: calc(100% - 156px);
|
|
|
+ }
|
|
|
+}
|
|
|
+</style>
|