@@ -7,5 +7,5 @@ export default {
MonetaryUnit: "Currency Unit",
NodeSettings: "Node Settings",
- TraditionalChinese: "Traditional Chinese",
+ TraditionalChinese: "English",
};
@@ -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>
@@ -55,7 +55,7 @@ const evGoPath = (url) => {
font-weight: 400;
font-size: 15px;
color: #8D8D8D;
- min-width: 250px;
+ // min-width: 250px;
}
</style>