Xiao_123 3 miesięcy temu
rodzic
commit
21ddbcad79
2 zmienionych plików z 3 dodań i 1 usunięć
  1. 2 0
      App.vue
  2. 1 1
      pagesB/preferredGroup/index.vue

+ 2 - 0
App.vue

@@ -61,9 +61,11 @@
 	/* #ifndef APP-NVUE */
 	@import '@/static/iconfont.wxss';
 	@import '@/static/style/index.scss';
+	
 	// 设置整个项目的背景色
 	page {
 		background-color: #ffffff;
+		font-family: MiSans-Normal;
 	}
 
 	/* #endif */

+ 1 - 1
pagesB/preferredGroup/index.vue

@@ -60,7 +60,7 @@
 		<!-- 招聘职位 -->
 		<view class="ss-m-t-50">
 			<uni-title class="ss-m-b-30 color-666" type="h1" title="招聘职位" align="center"></uni-title>
-			<scroll-view class="scrollBox defaultBgc" scroll-y="true" @scrolltolower="loadingMore">
+			<scroll-view class="scrollBox" scroll-y="true" @scrolltolower="loadingMore">
 			  <view v-if="positionList.length > 0">
 			    <PositionList class="pb-10" :list="positionList" :noMore="false"></PositionList>
 			    <uni-load-more :status="status" />