Browse Source

存储样式

xiaomei 6 months ago
parent
commit
0c3da7812e

+ 2 - 2
src/language/en.json

@@ -477,7 +477,7 @@
   "lang476": "Are you sure to renew?",
   "lang477": "Wallet Balance",
   "lang478": "The highest monthly output of this tea mining pool",
-  "lang479": "Please read and check the 《Storage Agreement》",
-  "lang480": "Please read and check",
+  "lang479": "Please read and confirm the 'Storage Agreement' in full",
+  "lang480": "Please read and confirm in full",
   "lang481": "Storage Agreement"
 }

+ 2 - 2
src/language/zh.json

@@ -477,8 +477,8 @@
   "lang476": "是否确定续费?",
   "lang477": "钱包余额",
   "lang478": "本茶矿池最高月产出",
-  "lang479": "请阅读并勾选《存储协议》",
-  "lang480": "请阅读并勾选",
+  "lang479": "请完整阅读并确认《存储协议》",
+  "lang480": "请完整阅读并确认",
   "lang481": "存储协议",
   "lang482": "",
   "lang483": "",

+ 4 - 4
src/views/storage/mulDetail.vue

@@ -8,12 +8,12 @@
       <div class="goods_info flex_col">
         <img :src="product.thum" alt="" />
         <span class="goods_info_title">{{ product.title }}</span>
-        <div class="flex">
-          <div class="">
+        <div class="flex jsb">
+          <div class="flex_col">
             <span class="key">APY:</span>
             <span class="value_2">{{ Math.round(Number(product.income_reta) * 100 * 100) / 100 || 0 }}</span>
           </div>
-          <div class="">
+          <div class="flex_col">
             <span class="key">{{ $t('lang478') }}:</span>
             <span class="value_1">{{ product.day_num || 0 }}</span>
           </div>
@@ -274,7 +274,7 @@ export default {
       color: #ed5111;
       font-size: 18px;
       font-weight: 600;
-      padding-right: 50px;
+      // padding-right: 50px;
     }
     .key {
       color: #4b4b4b;

+ 4 - 4
src/views/storage/singleDetail.vue

@@ -8,12 +8,12 @@
       <div class="goods_info flex_col">
         <img :src="product.thum" alt="" />
         <span class="goods_info_title">{{ product.title }}</span>
-        <div class="flex">
-          <div class="">
+        <div class="flex jsb">
+          <div class="flex_col">
             <span class="key">APY:</span>
             <span class="value_2">{{ Math.round(Number(product.income_reta) * 100 * 100) / 100 || 0 }}</span>
           </div>
-          <div class="">
+          <div class="flex_col">
             <span class="key">{{ $t('lang478') }}:</span>
             <span class="value_1">{{ product.day_num || 0 }}</span>
           </div>
@@ -271,7 +271,7 @@ export default {
       color: #ed5111;
       font-size: 18px;
       font-weight: 600;
-      padding-right: 50px;
+      // padding-right: 50px;
     }
     .key {
       color: #4b4b4b;