From a65922cc602ccb1e91ae71f853c741d735197648 Mon Sep 17 00:00:00 2001 From: caill <815519168@qq.com> Date: Fri, 30 Jun 2023 16:29:24 +0800 Subject: [PATCH] home --- src/pages/homeset/HomePage.vue | 2 +- src/style/layout.styl | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/homeset/HomePage.vue b/src/pages/homeset/HomePage.vue index 4f7813f..40ee194 100644 --- a/src/pages/homeset/HomePage.vue +++ b/src/pages/homeset/HomePage.vue @@ -55,7 +55,7 @@ export default { toPage2 (e) { let url = e.path let name = url.substr(1) - if (name === 'semifinishedinstore') { + if (name === 'semifinishedinstore' || name === 'semifinishedoutstore') { this.$store.dispatch('setKeepAlive', [name]) } this.$router.push(url) diff --git a/src/style/layout.styl b/src/style/layout.styl index 26f02ea..de38667 100644 --- a/src/style/layout.styl +++ b/src/style/layout.styl @@ -423,8 +423,8 @@ input::-webkit-input-placeholder _wh(60px, 30px) _font(12px, 30px,#fff,,) .filter_input_wraper - width calc(100% - 60px) - height 30px + _wh(calc(100% - 60px), 30px) + _font(12px, 30px, #fff,,) .search-item_2 _fj(flex-end) width 64%