USER-20230908AJ\Administrator před 1 rokem
rodič
revize
da68ab03be
1 změnil soubory, kde provedl 7 přidání a 8 odebrání
  1. 7 8
      page_task/task_details/task_details.vue

+ 7 - 8
page_task/task_details/task_details.vue

@@ -43,22 +43,22 @@
 				<TaskTab :current="current" @onChange="onChange"></TaskTab>
 			</view>
 		</Nav>
-		<view class="sys-list-background-color task-tabs-width page-env-160"
+		<view class="sys-list-background-color task-tabs-width "
 			:style="{top:`${$tools.topHeight()+fixedHeight}px`}">
 			<view class="m-t20 swiper-box">
 				<z-swiper ref="zSwiper" v-model="basicType" :options="options" v-if="current === 1" @slideChange="onSwiper">
 					<z-swiper-item v-for="itemType in basicType">
-            <view class="swiper-item-box" v-if="itemType==='1'">
+            <view class="swiper-item-box page-env-160" v-if="itemType==='1'">
               <Identity  ref="identity" class="identity swiper-item" :height="`${maxHeight-60}px`" :business="business"
                          :linkman="linkman" :client-key="clientKey" @onShowImg="onShowImg" :linkman-key="linkmanKey">
               </Identity>
             </view>
-            <view class="swiper-item-box" v-else-if="itemType==='3'">
+            <view class="swiper-item-box page-env-160" v-else-if="itemType==='3'">
               <Apply class="apply swiper-item" :height="`${maxHeight-60}px`" :apply-for="applyFor"
                      :applies-key="appliesKey" @onShowImg="onShowImg">
               </Apply>
             </view>
-            <view class="swiper-item-box" v-else-if="itemType==='4'">
+            <view class="swiper-item-box page-env-160" v-else-if="itemType==='4'">
               <ThirdParty class="third_party swiper-item" :height="`${maxHeight-60}px`" :tripartite="tripartite"
                           :tripartite-key="tripartiteKey" @onShowImg="onShowImg">
               </ThirdParty>
@@ -69,12 +69,12 @@
 				<view class="" v-if="current === 2">
 					<z-swiper v-model="restType" :options="options" @slideChange="onCreditSwiper">
 						<z-swiper-item v-for="itemType in restType">
-              <view class="swiper-item-box" v-if="itemType==='2'">
+              <view class="swiper-item-box page-env-160" v-if="itemType==='2'">
 							<Property class="property swiper-item" :height="`${creditHeight-60}px`" :property-list="propertyList"
 								:property-key="propertyKey" @onShowImg="onShowImg">
 							</Property>
               </view>
-              <view class="swiper-item-box" v-else-if="itemType==='6'">
+              <view class="swiper-item-box page-env-160" v-else-if="itemType==='6'">
                 <credit-list class="credit_list swiper-item" :height="`${creditHeight-60}px`" :credit-data="credit"
                              :credit-key="creditKey" @onShowImg="onShowImg"></credit-list>
               </view>
@@ -568,8 +568,7 @@
     transition: .5s ease;
   }
   .swiper-item-box{
-    min-height: calc(100vh - 600rpx);
-    background-color: #0FB160;
+    min-height: calc(100vh - 630rpx - 160rpx - env(safe-area-inset-bottom));
   }
 }
 	.details_body {