home
This commit is contained in:
@@ -55,7 +55,7 @@ export default {
|
|||||||
toPage2 (e) {
|
toPage2 (e) {
|
||||||
let url = e.path
|
let url = e.path
|
||||||
let name = url.substr(1)
|
let name = url.substr(1)
|
||||||
if (name === 'semifinishedinstore') {
|
if (name === 'semifinishedinstore' || name === 'semifinishedoutstore') {
|
||||||
this.$store.dispatch('setKeepAlive', [name])
|
this.$store.dispatch('setKeepAlive', [name])
|
||||||
}
|
}
|
||||||
this.$router.push(url)
|
this.$router.push(url)
|
||||||
|
|||||||
@@ -423,8 +423,8 @@ input::-webkit-input-placeholder
|
|||||||
_wh(60px, 30px)
|
_wh(60px, 30px)
|
||||||
_font(12px, 30px,#fff,,)
|
_font(12px, 30px,#fff,,)
|
||||||
.filter_input_wraper
|
.filter_input_wraper
|
||||||
width calc(100% - 60px)
|
_wh(calc(100% - 60px), 30px)
|
||||||
height 30px
|
_font(12px, 30px, #fff,,)
|
||||||
.search-item_2
|
.search-item_2
|
||||||
_fj(flex-end)
|
_fj(flex-end)
|
||||||
width 64%
|
width 64%
|
||||||
|
|||||||
Reference in New Issue
Block a user