|
|
|
@ -41,7 +41,7 @@
|
|
|
|
|
<span class="s2">{{ sClock }}</span>
|
|
|
|
|
<span class="s2">{{ week }}</span>
|
|
|
|
|
<img class="m1" src="../../assets/images/Index/ic_ry.png" />
|
|
|
|
|
<span class="s3">{{getUser.UserName|| '您好!'}}</span>
|
|
|
|
|
<span class="s3">{{getUser.UserName}}</span>
|
|
|
|
|
<a-dropdown placement="bottomRight">
|
|
|
|
|
<a class="ant-dropdown-link">
|
|
|
|
|
<a-icon type="down" />
|
|
|
|
@ -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 {
|
|
|
|
|