只在平板模式下语言为英语时更改ui适配
This commit is contained in:
parent
2c498c05f0
commit
0a5f561bd6
|
@ -245,7 +245,7 @@ export default defineComponent({
|
|||
};
|
||||
const is_pad_style=computed(()=>{
|
||||
let url=window.location.href
|
||||
if(url.indexOf("pad")!=-1){
|
||||
if(url.indexOf("pad")!=-1&&$t.locale.value=="en-US"){
|
||||
return ""
|
||||
}
|
||||
return "60vw"
|
||||
|
|
Loading…
Reference in New Issue