高度修改

This commit is contained in:
luyuan 2020-08-13 15:02:00 +08:00
parent 213a7fb9ff
commit 87e5515b98
Signed by: theluyuan
GPG Key ID: A7972FD973317FF3
2 changed files with 8 additions and 6 deletions

View File

@ -213,7 +213,7 @@ export default {
},
setViewHeight() {
const res = uni.getSystemInfoSync();
this.scrollHeight = res.windowHeight - res.windowWidth / 750 * 90 + 'px';
this.scrollHeight = res.windowHeight - res.windowWidth / 750 * 92 + 'px';
},
toDetailsPage(id) {
this.$u.route('/pageC/merchant/index', {
@ -235,10 +235,11 @@ export default {
box-sizing: border-box;
padding: 30rpx 40rpx;
display: flex;
margin-bottom: 30rpx;
// margin-bottom: 30rpx;
height: 92rpx;
> view {
height: 30rpx;
line-height: 30rpx;
line-height: 1;
flex: 1;
font-size: 32rpx;
color: rgba(51,51,51,1);

View File

@ -139,7 +139,7 @@ export default {
},
setViewHeight() {
const res = uni.getSystemInfoSync();
this.scrollHeight = res.windowHeight - res.windowWidth / 750 * 90 + 'px';
this.scrollHeight = res.windowHeight - res.windowWidth / 750 * 92 + 'px';
},
toDetailsPage(id) {
this.$u.route('/pageB/sdetails/index', {
@ -155,10 +155,11 @@ export default {
box-sizing: border-box;
padding: 30rpx 40rpx;
display: flex;
margin-bottom: 30rpx;
// margin-bottom: 30rpx;
height: 92rpx;
> view {
height: 30rpx;
line-height: 30rpx;
line-height: 1;
flex: 1;
font-size: 32rpx;
color: rgba(51,51,51,1);