😎优化首页多语言组件显隐

This commit is contained in:
zuohuaijun 2025-05-29 13:38:21 +08:00
parent 50f024644b
commit a908e8fd16

View File

@ -424,6 +424,10 @@ const initI18nOrSize = (value: string, attr: string) => {
color: var(--el-color-white);
}
}
.change-language {
display: none;
}
}
@media screen and (max-width: 580px) {