css
This commit is contained in:
@@ -179,7 +179,7 @@
|
||||
|
||||
<span style="display: flex">
|
||||
<span style="width: 70px">审批意见:</span>
|
||||
<span style="width: calc(100% - 70px)" :style="{ color: item.stepType == 2 ? '#f14242' : '' }"> {{ item.opinion }}</span>
|
||||
<span style="width: calc(100% - 70px)"> {{ item.opinion }}</span>
|
||||
</span>
|
||||
|
||||
<div class="examine" v-if="item.stepType == 2">
|
||||
|
||||
Reference in New Issue
Block a user