Commit 73d44a49 authored by wcmoon's avatar wcmoon

fix: SYCZ-822 通证列表样式调整

parent 55b55b46
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
</el-table-column> </el-table-column>
<el-table-column label="划转" width="80" align="center"> <el-table-column label="划转" width="80" align="center">
<template slot-scope="scope"> <template slot-scope="scope">
<span v-if="scope.row.balance === 0">划转</span> <span class="text-gray" v-if="scope.row.balance === 0">划转</span>
<el-button <el-button
class="text-btn" class="text-btn"
v-else-if="scope.row.status === 2" v-else-if="scope.row.status === 2"
...@@ -188,6 +188,13 @@ export default { ...@@ -188,6 +188,13 @@ export default {
color: #4A90E2; color: #4A90E2;
font-size: 12px; font-size: 12px;
font-weight: normal; font-weight: normal;
&:hover {
color: #3F79FE;
}
}
.text-gray {
font-size: 12px;
color: #808080;
} }
.empty { .empty {
display: flex; display: flex;
......
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