抽取里站搜索为单独组件,翻页时回到顶部(同步更新)调整里站搜索使其界面更大

This commit is contained in:
chuzhongzai
2023-06-29 18:12:23 +08:00
parent 07eb3567b4
commit de77d812d0
4 changed files with 147 additions and 89 deletions
+2 -2
View File
@@ -129,8 +129,8 @@ const actions = {
//
// width = width - (width % 10)
//写死图片合适宽度
state.imageWidth = 550 + 'px'
state.imagePadding = 10 + 'px'
state.imageWidth = 27 + 'vw'
state.imagePadding = 1 + 'vw'
}
else
context.commit("_unAuthed")