瀏覽代碼

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

zhupeng 3 年之前
父節點
當前提交
2bdc013e30
共有 1 個文件被更改,包括 4 次插入1 次删除
  1. 4 1
      pages/searchPile/stationAndPile/stationDetailsMap.vue

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

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