diff --git a/src/components/menuTree/index.vue b/src/components/menuTree/index.vue index 00aaa78..2db0c6c 100644 --- a/src/components/menuTree/index.vue +++ b/src/components/menuTree/index.vue @@ -81,6 +81,10 @@ export default { line-height: 40px; font-size: 1rem; color: black !important; + + .el-submenu__icon-arrow { + font-size: 16px; + } } } } diff --git a/src/layouts/header/index.vue b/src/layouts/header/index.vue index d689891..65df5eb 100644 --- a/src/layouts/header/index.vue +++ b/src/layouts/header/index.vue @@ -51,8 +51,11 @@ -
{{ item.weixinText1 }}
@@ -175,7 +175,7 @@ export default { .pic { height: 100%; background-position: center center; - background-size: 100% auto; + background-size: cover; background-repeat: no-repeat; } @@ -395,4 +395,13 @@ export default { } } } + +@media (max-width: 1200px) { + .carousel { + .text-wrap { + left: 0; + padding: 0 20px; + } + } +} \ No newline at end of file diff --git a/src/setting.js b/src/setting.js index f4b00ea..aba66b9 100644 --- a/src/setting.js +++ b/src/setting.js @@ -7,7 +7,7 @@ const isGta = url.includes('139.159.254.212'); // 国泰安 let host = `${location.origin}/` if (isDev) { host = 'http://192.168.31.217:10000/' - host = 'https://huorantech.com' + // host = 'https://huorantech.com' } const Setting = {