This commit is contained in:
X1627315083
2024-03-22 12:01:11 +08:00
parent c8f6884e7d
commit 84674c63fd
14 changed files with 475 additions and 623 deletions

View File

@@ -1,6 +1,6 @@
<template>
<a-modal
class="modal_component payOrder_modal"
class="modal_component payOrder_modal generalModel_modal"
v-model:visible="showPayOrder"
:footer="null"
width="78%"
@@ -83,33 +83,6 @@ export default defineComponent({
});
</script>
<style lang="less">
.payOrder_modal {
// max-width: 1200px ;
// max-width: 1150px ;
.ant-modal-content {
border-radius: calc(1rem * 1.2);
overflow: hidden;
.ant-modal-header {
background-color: #fff;
border-bottom: none;
}
.ant-modal-body {
// height: calc(65vh - 6.4rem);
height: calc(65rem * 1.2);
}
//进度完成字体颜色
.ant-progress-circle.ant-progress-status-success .ant-progress-text {
color: #000;
}
.ant-progress-circle .ant-progress-text {
color: rgba(0, 0, 0, 0.55);
font-size: calc(1.6rem * 1.2);
}
}
}
</style>
<style lang="less">
.payOrder_modal {
.closeIcon {
z-index: 2;
@@ -154,6 +127,8 @@ export default defineComponent({
}
.payOrder_table_content{
height: 100%;
display: flex;
flex-direction: column;
}
}
}