固定位置

This commit is contained in:
luyuan 2020-11-20 17:14:00 +08:00
parent ced7a5c80e
commit eac066f16d
Signed by: theluyuan
GPG Key ID: A7972FD973317FF3
2 changed files with 3 additions and 3 deletions

View File

@ -123,7 +123,7 @@ export default createStore({
const user = await userinfo();
if(user != '未登录'){
saveValue("Lanvuage", user.languageValue);
// commit('setUserInfo', user);
commit('setUserInfo', user);
} else {
const info = await getaddr();
commit("setLanguage", info)

View File

@ -1372,8 +1372,8 @@ export default defineComponent({
line-height: 23px;
cursor: pointer;
user-select: none;
position: fixed;
top: 2.3rem;
position: absolute;
top: 1.5rem;
right: 1rem;
}