Commit 2cd5a019 by sunchao

菜单标签&产品库产品描述样式调整

parent f9addd20
......@@ -25,7 +25,7 @@
<span style="color:#333;font-size: 14px;font-weight: normal;">{{i+1}} </span>
<i style="margin-left: 10px;font-style: normal;">{{teamMemberItem.system}}</i>
</li>
<li>{{teamMemberItem.systemType}}</li>
<li style="font-weight: bold;" [ngStyle]="{'color':teamMemberItem.systemType == 'S2'?'#f7484a':'#22609c'}">{{teamMemberItem.systemType}}</li>
<li class="sex">/</li>
<li>/</li>
<li><i class="iconfont icon-ar-r" style="color: #a4a4a4;font-size: 12px;" ></i></li>
......
......@@ -71,7 +71,7 @@ export class MenuItemComponent implements OnInit {
{ no: 23, subtitle: '新人入口', icon: 'pin', path: '', routerLink: 'newPeople' ,showSubMenu:true},
{ no: 24, subtitle: '目标设置', icon: 'set', path: '', routerLink: 'target',showSubMenu:true },
{ no: 21, subtitle: '公司制度', icon: 'management', path: '', routerLink: '',showSubMenu:true },
{ no: 33, subtitle: '佣金政策', icon: '', path: '', routerLink: '',showSubMenu:true },
{ no: 33, subtitle: '佣金政策', icon: 'CommissionPolicy', path: '', routerLink: '',showSubMenu:true },
{ no: 12, subtitle: '销售保单', icon: 'policy', path: '', routerLink: '',showSubMenu:true },
{ no: 20, subtitle: '我的客户', icon: 'customer', path: '', routerLink: 'customer',showSubMenu:true },
// { no: 14, subtitle: '我的佣金', icon: 'commission', path: '', routerLink: '',showSubMenu:true },
......@@ -94,11 +94,11 @@ export class MenuItemComponent implements OnInit {
title:'新人入口',
type:'newPeople',
content:[
{ no: 28, subtitle: '欢迎信', icon: '', path: '', routerLink: 'thanks',showSubMenu:true },
{ no: 31, subtitle: '新人入职包', icon: '', path: '', routerLink: '',showSubMenu:true },
{ no: 28, subtitle: '欢迎信', icon: 'welcome', path: '', routerLink: 'thanks',showSubMenu:true },
{ no: 31, subtitle: '新人入职包', icon: 'NewcomerBag', path: '', routerLink: '',showSubMenu:true },
{ no: 30, subtitle: '执业证书', icon: 'card', path: `https://${window.location.host}/brokerQry/#/brokerDetail/${this.lifeCustomerInfo.practitionerId}?source=0`, routerLink: '',showSubMenu:true },
{ no: 32, subtitle: '公司介绍', icon: '', path: '', routerLink: '',showSubMenu:true },
{ no: 27, subtitle: '我的经纪合同', icon: '', path: '', routerLink: 'my_application' ,showSubMenu:true},
{ no: 32, subtitle: '公司介绍', icon: 'introduce', path: '', routerLink: '',showSubMenu:true },
{ no: 27, subtitle: '我的经纪合同', icon: 'contract', path: '', routerLink: 'my_application' ,showSubMenu:true},
]
}
......
......@@ -140,7 +140,7 @@
</div>
</div>
<div class="importantAnnouncement" routerLink="importantAnnouncement">
<div>公告栏</div>
<div style="font-size: 16px;">公告栏</div>
</div>
</div>
</div>
......
......@@ -267,6 +267,9 @@ ul,ol{
.part2_item{
justify-content: center;
align-items: center;
span{
font-size: 16px;
}
}
.importantAnnouncement{
position: absolute;
......
......@@ -30,7 +30,7 @@
<div style="width: calc(100% + 30px); height: 8px;background: #f6f6f6;margin-left: -15px;"></div>
<div>
<h3>卖点描述</h3>
<div [innerHTML]="sellingPointDescList[0]['fileDescription'] | safeHtml" *ngIf="sellingPointDescList?.length"></div>
<div class="rich_media_content" [innerHTML]="sellingPointDescList[0]['fileDescription'] | safeHtml" *ngIf="sellingPointDescList?.length"></div>
<div *ngIf="!sellingPointDescList?.length">该产品暂无卖点描述!</div>
</div>
</div>
......@@ -29,7 +29,6 @@ export class TeamPanelComponent implements OnInit {
ngOnInit() {
this.practitionerId = JSON.parse(localStorage.getItem('lifeCustomerInfo'))['practitionerId'];
this.subordinateSystemName = JSON.parse(localStorage.getItem('lifeCustomerInfo'))['practitionerBasicInfo']['subordinateName'];
console.log(this.subordinateSystemName)
this.teamActionsAverageQuery();
// this.potentialActivityQuery();
this.subordinateSystemMemberQuery(1);
......
......@@ -100,7 +100,7 @@
<span style="color:#333;font-size: 14px;font-weight: normal;">{{i+1}} </span>
<i style="margin-left: 10px;font-style: normal;">{{teamMemberItem.system}}</i>
</li>
<li>{{teamMemberItem.systemType}}</li>
<li style="font-weight: bold;" [ngStyle]="{'color':teamMemberItem.systemType == 'S2'?'#f7484a':'#22609c'}">{{teamMemberItem.systemType}}</li>
<li class="sex">/</li>
<li>/</li>
<li><i class="iconfont icon-ar-r" style="color: #a4a4a4;font-size: 12px;" ></i></li>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment