USER-20230908AJ\Administrator 1 éve
szülő
commit
e0b1e5c7e7

+ 3 - 3
page_task/task_details/module/steps.vue

@@ -9,10 +9,10 @@
 					<view class="steps-line" :style="{opacity:index == stageList.length - 1?0:1}"></view>
 				</view>
 				<view class="sys-from-background-color steps-item p-20 r-20 column flex m-l20">
-					<text class="size-24 text-color-576">{{item.updated_at}}</text>
+					<text class="size-22 color-718096">{{item.updated_at}}</text>
 					<view >
-						<text class="size-28 text-color-000 sys-weight-600">{{item.stage_name}}:</text>
-						<text class="size-28 text-color-576">{{item.name?item.name:'----'}}</text>
+						<text class="size-26 text-color-666">{{item.stage_name}}:</text>
+						<text class="size-26  text-color-000 sys-weight-600">{{item.name?item.name:'----'}}</text>
 					</view>
 <!--					<view v-else>-->
 <!--						<text class="size-28 text-color-666">外访:</text>-->

+ 2 - 2
page_task/task_details/task_details.vue

@@ -6,7 +6,7 @@
 					<image class="detail-img" src="https://wealfavor-1257406827.cos.ap-beijing.myqcloud.com/new-xcx/task-details/top-bg.png" mode="aspectFill"></image>
 					<view class="detail-content">
 						<view class="row-c m-l10 m-t16 m-b20 text-color-fff">
-							<image class="wh-45 r-circle" src="https://wealfavor-1257406827.cos.ap-beijing.myqcloud.com/new-xcx/task-details/head.png" mode="aspectFill">
+							<image class="wh-45 r-circle" src="/static/img/task-details/head.png" mode="aspectFill">
 							</image>
 							<text class="size-28 m-lr16">{{business.name}}</text>
 							<view class="size-24 row-c sys-bg-007038 r-100 p-lr16 p-tb6">
@@ -19,7 +19,7 @@
 								</image>
 								<text>{{business.phone}}</text>
 							</view>
-							<image class="wh-60 animate__animated animate__zoomIn"
+							<image class="wh-60 animate__animated animate__fadeInDownBig"
 								style="position: absolute;right: 20rpx;" src="https://wealfavor-1257406827.cos.ap-beijing.myqcloud.com/new-xcx/task-details/icon-one.png"
 								mode="aspectFill">
 							</image>

+ 3 - 1
static/css/default-color.scss

@@ -162,6 +162,8 @@
 .color-6E6686{
   color: #6E6686;
 }
-
+.color-718096{
+  color: #718096;
+}
 
 

BIN
static/img/task-details/head.png