Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
ycc-website
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
Website
ycc-website
Commits
f723ec17
Commit
f723ec17
authored
Mar 01, 2022
by
chenqikuai
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修复移动端区块详情 数量的bug
parent
37c97670
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
block.vue
src/views/mobile/block.vue
+1
-1
trade.vue
src/views/mobile/trade.vue
+1
-1
No files found.
src/views/mobile/block.vue
View file @
f723ec17
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
></m-page-container>
></m-page-container>
<div
class=
"rounded-twoPx overflow-hidden shadow-shadow1 mt-3.5"
>
<div
class=
"rounded-twoPx overflow-hidden shadow-shadow1 mt-3.5"
>
<m-title
<m-title
:title=
"`$
{$t('lang.block.title')}(${
234234
}${$t('lang.block.count')})`"
:title=
"`$
{$t('lang.block.title')}(${
maxHeight
}${$t('lang.block.count')})`"
>
</m-title>
>
</m-title>
<m-block-item
<m-block-item
v-for=
"(item, i) in Blocks"
v-for=
"(item, i) in Blocks"
...
...
src/views/mobile/trade.vue
View file @
f723ec17
...
@@ -29,7 +29,7 @@
...
@@ -29,7 +29,7 @@
:key="i"
:key="i"
:tradeG="n.tradeG"
:tradeG="n.tradeG"
:row="n"
:row="n"
:blockTime="n.
time_block
"
:blockTime="n.
block_time
"
:amount="n.amount"
:amount="n.amount"
:txHash="n.hash"
:txHash="n.hash"
:from="n.from"
:from="n.from"
...
...
chenqikuai
@chenqikuai
mentioned in commit
748f7ae1
·
Mar 03, 2022
mentioned in commit
748f7ae1
mentioned in commit 748f7ae18ac2f8eb14ee7c2865eaea786342a520
Toggle commit list
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