Xiao_123 3 ماه پیش
والد
کامیت
cff81d5761

+ 1 - 1
pagesA/collect/index.vue

@@ -1,6 +1,6 @@
 <template>
   <view>
-    <uni-segmented-control :current="current" :values="controlList" @clickItem="handleChange" styleType="text" activeColor="#00B760" style="background-color: #fff;"></uni-segmented-control>
+    <uni-segmented-control :current="current" class="MiSans-Normal" :values="controlList" @clickItem="handleChange" styleType="text" activeColor="#00B760" style="background-color: #fff;"></uni-segmented-control>
     <Position v-if="current === 0"></Position>
     <Company v-else></Company>
   </view>

+ 1 - 1
pagesA/interview/index.vue

@@ -1,6 +1,6 @@
 <template>
   <view>
-    <uni-segmented-control :current="current" :values="controlList" @clickItem="handleChange" styleType="text" activeColor="#00B760"></uni-segmented-control>
+    <uni-segmented-control :current="current" class="MiSans-Normal" :values="controlList" @clickItem="handleChange" styleType="text" activeColor="#00B760"></uni-segmented-control>
     <scroll-view class="scrollBox defaultBgc" scroll-y="true" @scrolltolower="loadingMore" style="height: calc(100vh - 36px);">
       <view v-if="items.length">
         <PositionList v-if="current === 0" class="pb-10" :list="items" :noMore="false"></PositionList>

+ 1 - 1
pagesA/recommendation/index.vue

@@ -1,6 +1,6 @@
 <template>
 	<layout-page>
-		<uni-segmented-control :current="current" :values="controlListText" @clickItem="handleChange" styleType="text" activeColor="#00B760"></uni-segmented-control>
+		<uni-segmented-control :current="current" class="MiSans-Normal" :values="controlListText" @clickItem="handleChange" styleType="text" activeColor="#00B760"></uni-segmented-control>
 		<scroll-view class="scrollBox defaultBgc" scroll-y="true" @scrolltolower="loadingMore" style="height: calc(100vh - 72rpx);">
 		  <view v-if="items.length" class="listBox">
 		    <m-list :items="items"></m-list>

+ 1 - 1
pagesA/student/internshipRecord.vue

@@ -1,6 +1,6 @@
 <template>
   <view class="defaultBgc">
-    <uni-segmented-control :current="current" :values="controlList" @clickItem="handleChange" styleType="text" activeColor="#00B760" style="background-color: #fff;"></uni-segmented-control>
+    <uni-segmented-control :current="current" class="MiSans-Normal" :values="controlList" @clickItem="handleChange" styleType="text" activeColor="#00B760" style="background-color: #fff;"></uni-segmented-control>
     <scroll-view class="scrollBox defaultBgc" scroll-y="true" @scrolltolower="loadingMore" style="height: calc(100vh - 36px);">
       <view v-if="dataList.length">
         <uni-card v-for="(val, index) in dataList" :key="index" :is-shadow="true" :border='false' shadow="0px 0px 3px 1px rgba(0,0,0,0.1)">

+ 1 - 1
pagesB/companyDetail/index.vue

@@ -18,7 +18,7 @@
     </view>
 
     <view class="ss-m-t-30" style="background-color: #fff;">
-      <uni-segmented-control :current="current" :values="items" @clickItem="changeControl" styleType="text" activeColor="#00B760"></uni-segmented-control>
+      <uni-segmented-control :current="current" class="MiSans-Normal" :values="items" @clickItem="changeControl" styleType="text" activeColor="#00B760"></uni-segmented-control>
     </view>
 
     <view v-if="current === 0" style="height: 20rpx; background-color: #f8f8fa;"></view>