Commit 49f1420f authored by yyh's avatar yyh

代码调整

parent da8cdf79
......@@ -3,13 +3,25 @@
<div class="header" >
<span style="font-weight:500;font-size:18px;" class="van-ellipsis">{{proof.name}}</span>
<div>
<span class="status" :class="currentProofStatusAndClass.class">{{currentProofStatusAndClass.text}}</span>
<span
class="status"
:class="currentProofStatusAndClass.class">{{currentProofStatusAndClass.text}}</span>
<span class="time">{{proof.update_time | timeFormat}}</span>
</div>
<common-svg @click.stop.native="showMoreAction" class="more" name="cunzhengliebiao-gengduo"></common-svg>
<common-svg
@click.stop.native="showMoreAction"
class="more"
name="cunzhengliebiao-gengduo"></common-svg>
</div>
<div class="increment van-hairline--top" v-if="proof.increment_num > 0">
<van-steps :active="active" direction="vertical" class="list" active-color="#FF3661" v-show="showIncrementList">
<div
v-if="proof.increment_num > 0"
class="increment van-hairline--top">
<van-steps
v-show="showIncrementList"
:active="active"
direction="vertical"
class="list"
active-color="#FF3661" >
<van-step v-for="({ id, name, status, update_time }, index) in incrementList" :key="id" >
<template #active-icon>
<common-svg name="suyuan-weishanglian"></common-svg>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment