diff --git a/src/lycomponents/iHeader/index.vue b/src/lycomponents/iHeader/index.vue index 4f614aa..ed96577 100644 --- a/src/lycomponents/iHeader/index.vue +++ b/src/lycomponents/iHeader/index.vue @@ -41,7 +41,7 @@ {{ sClock }} {{ week }} - {{getUser.UserName|| '您好!'}} + {{getUser.UserName}} @@ -104,10 +104,7 @@ export default { handlerType(obj) { if (obj.key === "marketingAnalysis") { this.setHeaderType(2); - } else if ( - obj.key === "brandInsight" || - obj.key === "modelInsight" - ) { + } else if(obj.key === 'brandInsight' || obj.key === 'modelInsight') { this.setHeaderType(3); } else { this.setHeaderType(1); @@ -146,10 +143,11 @@ export default { .iH-left { display: flex; height: 100%; - width: 657px; + width: 430px; margin-left: 16px; justify-content: flex-start; margin-top: 18px; + width: 400px; .iH-left-img1 { width: 24px; height: 24px; @@ -165,13 +163,13 @@ export default { } } .iH-center { - width: 606px; + width: 560px; height: auto; } .iH-right { display: flex; height: 100%; - width: 657px; + width: 430px; justify-content: flex-end; margin-right: 16px; margin-top: 18px; @@ -191,7 +189,6 @@ export default { font-size: 14px; color: #ffffff; margin-left: 8px; - margin-top: 2px; } .m1 { display: inline-block; @@ -207,7 +204,7 @@ export default { margin-left: 11px; /deep/ .anticon svg { font-size: 20px !important; - margin-top: 2px; + margin-top: 0px; } } .selHead { diff --git a/src/lycomponents/iHeaderBrand/index.vue b/src/lycomponents/iHeaderBrand/index.vue index 7b306c8..09bd2df 100644 --- a/src/lycomponents/iHeaderBrand/index.vue +++ b/src/lycomponents/iHeaderBrand/index.vue @@ -217,7 +217,7 @@ export default { } } .iH-center { - width: 606px; + width: 560px; height: auto; } .iH-right { diff --git a/src/lycomponents/iHeaderMa/index.vue b/src/lycomponents/iHeaderMa/index.vue index e4f5d9e..0be8f86 100644 --- a/src/lycomponents/iHeaderMa/index.vue +++ b/src/lycomponents/iHeaderMa/index.vue @@ -173,7 +173,7 @@ export default { } } .iH-center { - width: 606px; + width: 560px; height: auto; } .iH-right { diff --git a/src/views/Index/barometer/index.vue b/src/views/Index/barometer/index.vue index 10605d7..487ddfb 100644 --- a/src/views/Index/barometer/index.vue +++ b/src/views/Index/barometer/index.vue @@ -1,7 +1,7 @@