Browse Source

修改子标题颜色

HD_wangm 6 months ago
parent
commit
7c3fffd919
1 changed files with 6 additions and 2 deletions
  1. 6 2
      components/ygoa/processList.vue

+ 6 - 2
components/ygoa/processList.vue

@@ -40,7 +40,9 @@
 										<uni-col :xs="process.isCancel == '1'?18:24" :sm="process.isCancel == '1'?19:24">
 											<view v-if="process.tmodelName == undefined">
 												<uni-row v-if="process.insSubName != ''">
-													<uni-col :xs="24" :sm="24">{{ process.insSubName }}</uni-col>
+													<uni-col :xs="24" :sm="24">
+														<text style="color: #79abff;font-weight: bold;">{{ process.insSubName }}</text>
+													</uni-col>
 												</uni-row>
 												<uni-row>
 													<uni-col :xs="8" :sm="7">流程类型:</uni-col>
@@ -54,7 +56,9 @@
 											</view>
 											<view v-else @click.stop.prevent="handleCollapseChange(process, index)">
 												<uni-row v-if="process.insSubName != ''">
-													<uni-col :xs="24" :sm="24">{{ process.insSubName }}</uni-col>
+													<uni-col :xs="24" :sm="24">
+														<text style="color: #79abff;font-weight: bold;">{{ process.insSubName }}</text>
+													</uni-col>
 												</uni-row>
 												<uni-row>
 													<uni-col :xs="8" :sm="7">当前流程:</uni-col>