Browse Source

站点地图长者模式宽度问题。

zhupeng 3 năm trước cách đây
mục cha
commit
2bdc013e30

+ 4 - 1
pages/searchPile/stationAndPile/stationDetailsMap.vue

@@ -471,7 +471,10 @@
 		text-align: center;
 		text-align: center;
 		justify-content: center;
 		justify-content: center;
 		align-items: center;
 		align-items: center;
-		width: 250rpx;
+		@include themeify{
+			width: themed('buttonWidth');
+		}
+/*		width: 250rpx;*/
 		display: flex;
 		display: flex;
 		flex-direction: row;
 		flex-direction: row;
 	}
 	}