Commit ba1e2a00 authored by wcmoon's avatar wcmoon

fix: SYCZ-819 未上链存证 发行通证 颜色置灰

parent 9350c916
......@@ -118,14 +118,14 @@
</div>
</li>
<li class="content-pass">
<span v-if="item.status !== 2" class="text-black">发行通证</span>
<span v-if="item.status !== 2" class="text-gray">发行通证</span>
<el-button
class="text-btn"
type="text"
@click="showIssuePass(item)"
v-else-if="item.pass_id === 0">发行通证</el-button>
<div v-else>
<span >已发行</span>
<span class="text-black">已发行</span>
<el-button @click="checkPass(item)" class="text-btn" type="text">查询</el-button>
</div>
</li>
......@@ -404,10 +404,10 @@ export default {
min-width: 1024px;
}
.text-gray {
color: gray;
color: #C4C4C4;
}
.text-black {
color: black;
color: #353535;
}
.text-btn {
color: #4A90E2;
......
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