Commit d7ee84cc by Sweet Zhang

样式调整

parent 5726f729
......@@ -11,8 +11,8 @@ export class IntegrationDetailComponent implements OnInit {
integralGrantInfos:Array<any>;
lists:Array<any>;
status:number = 1;
searchDateFormat:Date = new Date(2022, 1);
searchDateEndFormat:Date = new Date(2022, 1);
searchDateFormat:Date = new Date(2022, 0);
searchDateEndFormat:Date = new Date();
constructor(private myService:MyService,private lifeCommonService:LifeCommonService) { }
ngOnInit() {
......
......@@ -2,7 +2,7 @@
<header>
<div class="left">
<div><strong>{{practitionerIntegrals?.integralCountNumber ? practitionerIntegrals?.integralCountNumber : 0}}</strong><i class="iconfont icon-zhuyishixiang" [routerLink]="'/integration_rule'"></i></div>
<div style="font-size: 12px;">{{practitionerIntegrals?.integralNumberOld}} 积分有效期至 {{practitionerIntegrals?.effectiveOld}}</div>
<div style="font-size: 12px;">{{practitionerIntegrals?.integralNumberOld ? practitionerIntegrals?.integralNumberOld : 0}} 积分有效期至 {{practitionerIntegrals?.effectiveOld}}</div>
</div>
<div class="right">
<div [routerLink]="'/integration_detail'">积分明细</div>
......
......@@ -296,4 +296,7 @@ footer.fixed{
}
.contentItem .am-list-item{
background-color: #fff;
}
html:not([data-scale]) .am-list-item:not(:last-child) .am-list-line::after{
background-color: #f9f9f9;
}
\ No newline at end of file
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