审核通过审核拒绝
This commit is contained in:
@@ -20,6 +20,10 @@
|
||||
<span>{{ data.choiceTime }}</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="task_results">
|
||||
<img v-if="data.status == 1" src="./images/refuse.png" alt="">
|
||||
<img v-if="data.status == 2" src="./images/pass.png" alt="">
|
||||
</div>
|
||||
</div>
|
||||
<div class="info">
|
||||
<div class="scope">
|
||||
@@ -110,6 +114,7 @@ export default {
|
||||
padding: 32px 32px 120px 32px;
|
||||
box-sizing: border-box;
|
||||
.task {
|
||||
position: relative;
|
||||
margin-bottom: 24px;
|
||||
background: #FFF;
|
||||
border-radius: 8px;
|
||||
@@ -135,6 +140,15 @@ export default {
|
||||
}
|
||||
}
|
||||
}
|
||||
.task_results {
|
||||
position: absolute;
|
||||
right: 30px;
|
||||
top: 30px;
|
||||
img {
|
||||
width: 160px;
|
||||
height: 130px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.info {
|
||||
|
||||
Reference in New Issue
Block a user