diff --git a/assets/scss/app.scss b/assets/scss/app.scss
index 87f40fd..f180e41 100644
--- a/assets/scss/app.scss
+++ b/assets/scss/app.scss
@@ -714,4 +714,9 @@ $i: 1;
.color-yellow-a{
color: #F7D558 !important;
}
+.fn-word-wrap{
+ word-wrap: break-word;
+ word-break: break-all;
+ overflow: hidden;
+}
@import "./vant.scss";
diff --git a/components/lb-picker/index.vue b/components/lb-picker/index.vue
index 2053846..387c6c8 100644
--- a/components/lb-picker/index.vue
+++ b/components/lb-picker/index.vue
@@ -99,12 +99,12 @@
-
-
- {{ emptyText }}
-
-
+
+
+ {{ emptyText }}
+
diff --git a/i18n/lang/en.json b/i18n/lang/en.json
index 34743fc..9093ab6 100644
--- a/i18n/lang/en.json
+++ b/i18n/lang/en.json
@@ -572,7 +572,7 @@
"a1": "Position",
"a2": "Open Orders",
"a3": "Order History",
- "a4": "Contract Transaction",
+ "a4": "Perpetual contracts",
"a5": "Opened successfully",
"a6": "Transaction Type",
"a7": "Filled",
diff --git a/i18n/lang/pt.json b/i18n/lang/pt.json
index e7ac1ca..24cc031 100644
--- a/i18n/lang/pt.json
+++ b/i18n/lang/pt.json
@@ -250,7 +250,7 @@
"c1":"Fechado",
"c2":"Total",
"c3":"Compra",
- "c4":"Vender fora",
+ "c4":"Vender",
"c5":"Número",
"c6":"Fechar Ao Melhor preço de Mercado",
"c7":"Preço total",
diff --git a/layout/vPicker.vue b/layout/vPicker.vue
index 94faf00..0b9759e 100644
--- a/layout/vPicker.vue
+++ b/layout/vPicker.vue
@@ -4,6 +4,7 @@
@confirm="select"
:confirm-text="$t('common.confirm')"
:cancel-text="$t('common.cancel')"
+ :empty-text="$t('common.notData')"
:list="list"
:props="{
label: rangeLabel,
diff --git a/pages/base/mine.vue b/pages/base/mine.vue
index f5f5840..cf0bbfb 100644
--- a/pages/base/mine.vue
+++ b/pages/base/mine.vue
@@ -31,7 +31,7 @@
- {{
+ {{
$t("base.b5")
}}
@@ -41,7 +41,7 @@
- {{
+ {{
$t("base.b5")
}}
@@ -51,7 +51,7 @@
- {{
+ {{
$t("base.b6")
}}
@@ -61,7 +61,7 @@
- {{
+ {{
$t("base.d8")
}}
diff --git a/pages/exchange/open-position.vue b/pages/exchange/open-position.vue
index 177bd38..83a9e86 100644
--- a/pages/exchange/open-position.vue
+++ b/pages/exchange/open-position.vue
@@ -30,7 +30,7 @@
- {{ $t("contract.d4") }}(USDT)
+ {{ $t("contract.d4") }}(USDT)
{{ accountInfo.account_equity || "--"}}