修复ui
parent
a1f0644119
commit
7df093928c
|
|
@ -264,9 +264,8 @@ export default {
|
||||||
title: `点击了:${item.agriName}`,
|
title: `点击了:${item.agriName}`,
|
||||||
icon: 'none'
|
icon: 'none'
|
||||||
})
|
})
|
||||||
|
this.$tab.navigateTo('/pages/mine/require/index')
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
getNewSpecialData() {
|
getNewSpecialData() {
|
||||||
getNewSpecialData().then(response => {
|
getNewSpecialData().then(response => {
|
||||||
if (response.code === 200 && response.data) {
|
if (response.code === 200 && response.data) {
|
||||||
|
|
@ -353,7 +352,7 @@ page {
|
||||||
pointer-events: auto !important;
|
pointer-events: auto !important;
|
||||||
}
|
}
|
||||||
.list-item:active {
|
.list-item:active {
|
||||||
background-color: rgba(255, 255, 255, 0.95);
|
background-color: #F5F5F5;
|
||||||
transform: scale(0.98);
|
transform: scale(0.98);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -509,12 +508,9 @@ page {
|
||||||
}
|
}
|
||||||
/deep/ .uni-select {
|
/deep/ .uni-select {
|
||||||
border: 0;
|
border: 0;
|
||||||
// #ifndef MP-WEIXIN
|
|
||||||
height: 70rpx !important;
|
height: 70rpx !important;
|
||||||
// #endif
|
|
||||||
// #ifdef MP-WEIXIN
|
// #ifdef MP-WEIXIN
|
||||||
margin-top: 20rpx !important;
|
margin-top: 20rpx !important;
|
||||||
height: 66rpx !important;
|
|
||||||
// #endif
|
// #endif
|
||||||
border-radius: 10rpx 0 0 10rpx !important;
|
border-radius: 10rpx 0 0 10rpx !important;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue