修改样式

pull/480/head
liting 2024-04-21 10:15:56 +08:00
parent ee816102a8
commit 702fd1bea7
1 changed files with 2 additions and 1 deletions

View File

@ -127,7 +127,8 @@
<el-card>
<div class="flex items-center justify-between ">
<h4>{{item.creatorName}}</h4>
<span style="color:#409eff">{{item.status}}</span>
<span style="color:#409eff" v-if="item.status==1"></span>
<span v-else style="color: #f00000">不通过</span>
</div>
<p>{{item.comment}}</p>
</el-card>