Forráskód Böngészése

养老地图增加当前位置

vonin 4 éve
szülő
commit
546113dff4

+ 1 - 1
config/project.js

@@ -1 +1 @@
-exports.name = 'business'
+exports.name = 'pension'

+ 4 - 1
src/assets/css/xpwyfyy.css

@@ -468,8 +468,11 @@ body {
 	bottom: 0;
 	width: 100%;
 	padding: 10px 15px;
+	text-align: center;
+}
+.fyy-footer button{
+	font-size:16px
 }
-
 .fyy-footer .bindfyy-btn {
 	width: 100%;
 	margin: 0 auto

+ 6 - 1
src/projects/pension/views/Master/Health/ChartMap.vue

@@ -14,7 +14,12 @@
 				</div>
 			</div>
 		</div>
-
+		<div class="fyy-footer vongi-yjbtn">
+				<button type="button" class="mui-btn mui-btn-pink">
+					<span class="iconfont icon-dingwei1"></span>
+					获取当前位置
+				</button>	
+			</div>
 		<loading :visible="isLoading"></loading>
 	</div>
 </template>