Selaa lähdekoodia

修改首页提示

zhangwf 3 vuotta sitten
vanhempi
commit
9d69d8a368
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  1. 2 1
      pages/homePage/homePage.vue

+ 2 - 1
pages/homePage/homePage.vue

@@ -5,7 +5,7 @@
 			<view class="liveContent">
 				<view class="backDiv"></view>
 				<view class="title">分享好房 · 躺平赚钱</view>
-				<view class="subTitle" @click="setEnv">新手赚钱帮助 ></view>
+				<view class="subTitle"></view>
 				<view class="levelDiv"
 					style="background: url('https://dm.static.elab-plus.com/yezhu/h5/icon_line_back.png') center/100% 100% no-repeat;">
 					<view class="" v-if="userInfo.userId">
@@ -606,6 +606,7 @@
 				text-align: left;
 				color: #ffffff;
 				margin-top: 20rpx;
+				height: 40rpx;
 				z-index: 2;
 			}