From b5a1ac854e8e3f7fa357eef2353665544f025d81 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 16 八月 2019 00:30:46 +0800 Subject: [PATCH] 2019-08-16update --- src/views/productCenter/index.vue | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/views/productCenter/index.vue b/src/views/productCenter/index.vue index fee86c0..93cdbd6 100644 --- a/src/views/productCenter/index.vue +++ b/src/views/productCenter/index.vue @@ -77,7 +77,7 @@ }, methods: { jumpmenu (menu) { - this.$router.push({name: menu.PageType, params: {menuId: menu.ID}}) + this.$router.push({name: menu.PageType.toLowerCase(), params: {menuId: menu.ID}}) }, load () { let param = { @@ -142,6 +142,9 @@ </script> <style lang="less" scoped> + .main { + min-height: 60vh; + } @media (min-width: 751px){ .banner { margin-bottom: 0.5rem; @@ -170,11 +173,12 @@ height: 33%; left: 0; top: 0; - font-size: 16px; + font-size: 18px; font-family: MicrosoftYaHei-Bold; font-weight: bold; text-align: center; padding: 0.1rem; + white-space:nowrap; } .txt2 { top: 0; -- Gitblit v1.8.0