wkw 1 week ago
parent
commit
5128d20d28

+ 1 - 1
src/i18n/enUs/settings.js

@@ -7,5 +7,5 @@ export default {
   MonetaryUnit: "Currency Unit",
   NodeSettings: "Node Settings",  
 
-  TraditionalChinese: "Traditional Chinese",
+  TraditionalChinese: "English",
 };

+ 1 - 1
src/views/settings/languageSettings/index.vue

@@ -3,7 +3,7 @@
     <van-cell-group inset>
       <van-cell v-for="(item, index) in langList" :key="index" :title="item.label" clickable  @click="langStore.lang = item.key" >
         <template #right-icon>
-          <van-radio :name="item.key" />
+          <van-radio :name="item.key" checked-color="#4765dd"/>
         </template>
       </van-cell>
     </van-cell-group>

+ 1 - 1
src/views/settings/systemSettings/index.vue

@@ -55,7 +55,7 @@ const evGoPath = (url) => {
     font-weight: 400;
     font-size: 15px;
     color: #8D8D8D;
-    min-width: 250px;
+    // min-width: 250px;
   }
 }
 </style>