Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
source-trace-manage-go
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Tracing
source-trace-manage-go
Commits
73d44a49
Commit
73d44a49
authored
Feb 21, 2022
by
wcmoon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:
SYCZ-822
通证列表样式调整
parent
55b55b46
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletion
+8
-1
PassListTable.vue
src/components/pass/PassListTable.vue
+8
-1
No files found.
src/components/pass/PassListTable.vue
View file @
73d44a49
...
@@ -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;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment