Commit 3f01d040 authored by Smile's avatar Smile Committed by wux

客户端设置、创建订单部分样式多语言适配

parent fd7fb836
...@@ -106,7 +106,7 @@ ...@@ -106,7 +106,7 @@
if(res.code == 0 && res.data.length > 0){ if(res.code == 0 && res.data.length > 0){
for(let i in res.data){ for(let i in res.data){
that.areaData.push(res.data[i].tel) that.areaData.push(res.data[i].tel)
that.areaName.push('+'+res.data[i].tel + ' ' + res.data[i][this.$lang.name]) that.areaName.push('+'+res.data[i].tel + ' ' + res.data[i][that.$lang.name])
} }
} }
}) })
...@@ -287,7 +287,7 @@ page{ ...@@ -287,7 +287,7 @@ page{
padding: 0 10upx; padding: 0 10upx;
margin-right: 20upx; margin-right: 20upx;
font-size: var(--f26); font-size: var(--f26);
width: 20%; min-width: 21%;
} }
.login-phone .login-area text{ .login-phone .login-area text{
margin-right: 10upx; margin-right: 10upx;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment