Browse Source

对话框高度

lihuilin/feature-20250923114949-现金
lihuilin 1 month ago
parent
commit
715cf5d7c8
  1. 4
      src/views/moneyManage/refundDetail/refundCharge.vue
  2. 2
      src/views/moneyManage/refundDetail/refundHeader.vue

4
src/views/moneyManage/refundDetail/refundCharge.vue

@ -806,6 +806,8 @@ onMounted(() => {
.audit2 { .audit2 {
display: flex; display: flex;
justify-content: center; justify-content: center;
height:auto;
min-height:40vh;
.top { .top {
@ -872,7 +874,7 @@ onMounted(() => {
.bottom { .bottom {
width: 30vw; width: 30vw;
height: 5vh;
height: 12vh;
.bottom-item { .bottom-item {
display: flex; display: flex;

2
src/views/moneyManage/refundDetail/refundHeader.vue

@ -897,7 +897,7 @@ onMounted(() => {
.bottom { .bottom {
width: 30vw; width: 30vw;
height: 7vh;
height: 12vh;
.bottom-item { .bottom-item {
display: flex; display: flex;

Loading…
Cancel
Save