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
8fd5d1ad
Commit
8fd5d1ad
authored
Mar 03, 2022
by
chenqikuai
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:修复移动端货币选择器placeholder展示
parent
2920fcd2
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
1 deletion
+4
-1
en.ts
src/assets/lang/en.ts
+1
-0
zh.ts
src/assets/lang/zh.ts
+1
-0
CurrencySelect.vue
src/components/pc/CurrencySelect.vue
+1
-1
m-address-blue-card.vue
...ess/components/m-address-overview/m-address-blue-card.vue
+1
-0
No files found.
src/assets/lang/en.ts
View file @
8fd5d1ad
...
@@ -97,6 +97,7 @@ export const lang = {
...
@@ -97,6 +97,7 @@ export const lang = {
count
:
"Txns"
,
count
:
"Txns"
,
totalTip
:
"All"
,
totalTip
:
"All"
,
tip
:
"show the last 100,000 entries"
,
tip
:
"show the last 100,000 entries"
,
tip2
:
"show the last 10,000 entries"
,
hash
:
"Txn Hash"
,
hash
:
"Txn Hash"
,
sender
:
"Sender"
,
sender
:
"Sender"
,
receiver
:
"Receiver"
,
receiver
:
"Receiver"
,
...
...
src/assets/lang/zh.ts
View file @
8fd5d1ad
...
@@ -97,6 +97,7 @@ export const lang = {
...
@@ -97,6 +97,7 @@ export const lang = {
count
:
"条交易"
,
count
:
"条交易"
,
totalTip
:
"全部"
,
totalTip
:
"全部"
,
tip
:
"显示最近10万条"
,
tip
:
"显示最近10万条"
,
tip2
:
"显示最近1万条"
,
hash
:
"交易哈希"
,
hash
:
"交易哈希"
,
sender
:
"发送方"
,
sender
:
"发送方"
,
receiver
:
"接收方"
,
receiver
:
"接收方"
,
...
...
src/components/pc/CurrencySelect.vue
View file @
8fd5d1ad
...
@@ -35,7 +35,7 @@
...
@@ -35,7 +35,7 @@
type=
"text"
type=
"text"
v-model=
"filterValue"
v-model=
"filterValue"
:placeholder=
"searchPlaceholder"
:placeholder=
"searchPlaceholder"
class=
"outline-none mx-2 w-full"
class=
"outline-none mx-2 w-full
text-sm
"
/>
/>
</div>
</div>
<div
<div
...
...
src/views/mobile/address/components/m-address-overview/m-address-blue-card.vue
View file @
8fd5d1ad
...
@@ -18,6 +18,7 @@
...
@@ -18,6 +18,7 @@
:optionPosition=
"'right'"
:optionPosition=
"'right'"
:optionsList=
"optionsList"
:optionsList=
"optionsList"
:selectedValue=
"selectedValue"
:selectedValue=
"selectedValue"
:searchPlaceholder=
"$t('lang.searchCurrency')"
@
change=
"handleSelectChange"
@
change=
"handleSelectChange"
></Select>
></Select>
</div>
</div>
...
...
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