yuxingxing 2 years ago
parent
commit
45fc5f3615
1 changed files with 5 additions and 11 deletions
  1. 5 11
      pages/users/user_invoice_list/index.vue

+ 5 - 11
pages/users/user_invoice_list/index.vue

@@ -171,13 +171,8 @@ export default {
 		}
 		uni.getSystemInfo({
 			success: function (res) {
-				that.qr_width = res.windowWidth * 0.8
-				that.qr_height = res.windowHeight * 0.3
-				//res.windowHeight:获取整个窗口高度为px,*2为rpx;98为头部占据的高度;
-				// #ifndef APP-PLUS || H5 || MP-ALIPAY
-				that.navbarRight =
-					res.windowWidth - uni.getMenuButtonBoundingClientRect().left;
-				// #endif
+				that.qr_width = res.windowWidth * 0.4
+				that.qr_height = res.windowWidth * 0.4
 			},
 		});
 		this.getStatistics();
@@ -324,15 +319,14 @@ export default {
 
 <style lang="scss" scoped>
 .imageUrl {
-	text-align: center !important;
 	margin-top: 30px;
 	width: 100%;
-	height: 230px;
+	height: 100%;
 	background-color: white;
 }
 
 .imageUrlin {
-	width: 55%;
+	width: 50%;
 	height: 200px;
 	margin-left: auto;
 	margin-right: auto;
@@ -388,7 +382,7 @@ export default {
 
 .list-nav3 {
 	margin-top: 2rpx;
-	height: 600px;
+	height: 500px;
 	background-image: url('http://wine.gzzzyd.com/test/static/img/bg.a82f9752.jpg');
 }