付款详情新增字段
This commit is contained in:
@@ -268,6 +268,14 @@ export default defineComponent({
|
||||
width:100,
|
||||
fixed: "left",
|
||||
sorter: true,
|
||||
},
|
||||
{
|
||||
title: "Payer",
|
||||
align: "center",
|
||||
dataIndex: "payer",
|
||||
key: "payer",
|
||||
width:150,
|
||||
ellipsis:true,
|
||||
},
|
||||
{
|
||||
title: "Platform",
|
||||
|
||||
@@ -550,7 +550,6 @@ export default defineComponent({
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
flex-shrink: 0;
|
||||
width: 50%;
|
||||
// width: 50rem*1.2);
|
||||
.switch_type_list {
|
||||
display: flex;
|
||||
@@ -640,6 +639,7 @@ export default defineComponent({
|
||||
flex: 1;
|
||||
margin-left: calc(3rem*1.2);
|
||||
display: flex;
|
||||
min-width: calc(57rem*1.2);
|
||||
flex-direction: column;
|
||||
overflow: hidden;
|
||||
.modal_layout,.modal_accomplish{
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
:footer="null"
|
||||
:get-container="() => $refs.newScaleImageMobileModal"
|
||||
width="100%"
|
||||
height="70%"
|
||||
:maskClosable="false"
|
||||
:centered="true"
|
||||
:closable="false"
|
||||
@@ -630,6 +631,10 @@ export default defineComponent({
|
||||
background: #39215b;
|
||||
}
|
||||
}
|
||||
.generalModel_closeIcon{
|
||||
border-radius: 50%;
|
||||
background: #949494;
|
||||
}
|
||||
.newScaleImageMobile_modal {
|
||||
box-shadow: none;
|
||||
height: 100%;
|
||||
|
||||
Reference in New Issue
Block a user