czh-20260713-更新字体颜色

This commit is contained in:
zhihao
2026-07-13 09:46:40 +08:00
parent af478413ba
commit 33564d447c
2 changed files with 4 additions and 4 deletions
@@ -77,7 +77,7 @@
<!-- 高级查询 --> <!-- 高级查询 -->
<super-query :config="superQueryConfig" @search="handleSuperQuery" /> <super-query :config="superQueryConfig" @search="handleSuperQuery" />
<a-space style="float: right; font-size: 14px; font-weight: bold"> <a-space style="float: right; font-size: 14px; font-weight: bold">
<a-tag color="warning">未开始 {{ statsData.notStarted }}</a-tag> <a-tag color="warning" style="color: #8c6900">未开始 {{ statsData.notStarted }}</a-tag>
<a-tag color="error">督办中 {{ statsData.inProgress }}已逾期 {{ statsData.overdue }}</a-tag> <a-tag color="error">督办中 {{ statsData.inProgress }}已逾期 {{ statsData.overdue }}</a-tag>
<a-tag color="success">已完成 {{ statsData.completed }}</a-tag> <a-tag color="success">已完成 {{ statsData.completed }}</a-tag>
</a-space> </a-space>
@@ -101,7 +101,7 @@
<a-tag class="feedback-expand-count" color="processing">加载中</a-tag> <a-tag class="feedback-expand-count" color="processing">加载中</a-tag>
</template> </template>
<template v-else> <template v-else>
<a-tag class="feedback-expand-count" color="warning">未开始 {{ getFeedbackStatusCount(record).notStarted }}</a-tag> <a-tag class="feedback-expand-count" color="warning" style="color: #8c6900">未开始 {{ getFeedbackStatusCount(record).notStarted }}</a-tag>
<a-tag class="feedback-expand-count" color="error">进行中 {{ getFeedbackStatusCount(record).inProgress }}已逾期 {{ getFeedbackStatusCount(record).overdue }}</a-tag> <a-tag class="feedback-expand-count" color="error">进行中 {{ getFeedbackStatusCount(record).inProgress }}已逾期 {{ getFeedbackStatusCount(record).overdue }}</a-tag>
<a-tag class="feedback-expand-count" color="success">已完成 {{ getFeedbackStatusCount(record).completed }}</a-tag> <a-tag class="feedback-expand-count" color="success">已完成 {{ getFeedbackStatusCount(record).completed }}</a-tag>
<a-tag class="feedback-expand-count">( {{ getFeedbackStatusCount(record).total }} )</a-tag> <a-tag class="feedback-expand-count">( {{ getFeedbackStatusCount(record).total }} )</a-tag>
+2 -2
View File
@@ -76,7 +76,7 @@
<!-- 高级查询 --> <!-- 高级查询 -->
<super-query :config="superQueryConfig" @search="handleSuperQuery" /> <super-query :config="superQueryConfig" @search="handleSuperQuery" />
<a-space style="float: right; font-size: 14px; font-weight: bold"> <a-space style="float: right; font-size: 14px; font-weight: bold">
<a-tag color="warning">未开始 {{ statsData.notStarted }}</a-tag> <a-tag color="warning" style="color: #8c6900">未开始 {{ statsData.notStarted }}</a-tag>
<a-tag color="error">督办中 {{ statsData.inProgress }}已逾期 {{ statsData.overdue }}</a-tag> <a-tag color="error">督办中 {{ statsData.inProgress }}已逾期 {{ statsData.overdue }}</a-tag>
<a-tag color="success">已完成 {{ statsData.completed }}</a-tag> <a-tag color="success">已完成 {{ statsData.completed }}</a-tag>
</a-space> </a-space>
@@ -101,7 +101,7 @@
<a-tag class="feedback-expand-count" color="processing">加载中</a-tag> <a-tag class="feedback-expand-count" color="processing">加载中</a-tag>
</template> </template>
<template v-else> <template v-else>
<a-tag class="feedback-expand-count" color="warning">未开始 {{ getFeedbackStatusCount(record).notStarted }}</a-tag> <a-tag class="feedback-expand-count" color="warning" style="color: #8c6900">未开始 {{ getFeedbackStatusCount(record).notStarted }}</a-tag>
<a-tag class="feedback-expand-count" color="error">进行中 {{ getFeedbackStatusCount(record).inProgress }}已逾期 {{ getFeedbackStatusCount(record).overdue }}</a-tag> <a-tag class="feedback-expand-count" color="error">进行中 {{ getFeedbackStatusCount(record).inProgress }}已逾期 {{ getFeedbackStatusCount(record).overdue }}</a-tag>
<a-tag class="feedback-expand-count" color="success">已完成 {{ getFeedbackStatusCount(record).completed }}</a-tag> <a-tag class="feedback-expand-count" color="success">已完成 {{ getFeedbackStatusCount(record).completed }}</a-tag>
<a-tag class="feedback-expand-count">( {{ getFeedbackStatusCount(record).total }} )</a-tag> <a-tag class="feedback-expand-count">( {{ getFeedbackStatusCount(record).total }} )</a-tag>