Commit ba1e2a00 authored by wcmoon's avatar wcmoon

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

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