ソースを参照

修改地图分布标题宽度

wangchao 3 年 前
コミット
d63d983682
1 ファイル変更4 行追加3 行削除
  1. 4 3
      pages/grain_pulse/distribution/distribution.nvue

+ 4 - 3
pages/grain_pulse/distribution/distribution.nvue

@@ -105,8 +105,8 @@
 		},
 		methods: {
 			coordinate(item){
-				this.nowLocation.latitude = item.latitude
-				this.nowLocation.longitude = item.longitude
+				// this.nowLocation.latitude = item.latitude
+				// this.nowLocation.longitude = item.longitude
 				this.getList()
 			},
 			getList(val) {
@@ -370,7 +370,8 @@
 	}
 	.left {
 		flex-direction: row;
-		flex:2;
+		flex:3;
+
 	}
 
 	.left-img {