1,修改售后订单弹窗不让下拉2,文字和分割线对齐

3,其他应该会出现输入框
This commit is contained in:
张凯 2025-06-13 11:16:53 +08:00
parent ec034a3a3c
commit 5bf5603cd6

View File

@ -143,7 +143,7 @@
popupStyletk: { popupStyletk: {
width: '710rpx', width: '710rpx',
padding: '24rpx 24rpx 42rpx 24rpx', padding: '24rpx 24rpx 42rpx 24rpx',
height: '700rpx', height: '800rpx',
margin: '0 auto', // margin: '0 auto', //
display: 'flex', display: 'flex',
justifyContent: 'start', justifyContent: 'start',
@ -158,7 +158,7 @@
ccontent:'',//退 ccontent:'',//退
reasons:'', //退 reasons:'', //退
priceGem:null, priceGem:null,
currents:0, currents:null,
tuikuan:false, tuikuan:false,
activityInfo: {}, activityInfo: {},
path: 'https://testy.hschool.com.cn//uploads/20241219/3406baf51fcc28c63c31ebcee5c9c75e.jpg', path: 'https://testy.hschool.com.cn//uploads/20241219/3406baf51fcc28c63c31ebcee5c9c75e.jpg',
@ -212,7 +212,7 @@
}, },
opentuikuan(){ opentuikuan(){
this.tuikuan = true; this.tuikuan = true;
this.reasons = '不想去了'; this.reasons = '';
}, },
// //
subumit(){ subumit(){
@ -696,13 +696,13 @@
text-align: center; text-align: center;
} }
.popup-content{ .popup-content{
height: 500rpx; height: 700rpx;
margin-bottom: 140rpx; margin-bottom: 140rpx;
// overflow-y: auto; // overflow-y: auto;
} }
.popup-content-item{ .popup-content-item{
width: 690rpx; width: 690rpx;
padding: 30rpx; padding: 30rpx 0;
box-sizing: border-box; box-sizing: border-box;
// background: #F7F7F7; // background: #F7F7F7;
// border-radius: 18rpx; // border-radius: 18rpx;