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