Commit cb3acde0 authored by wangqinghua's avatar wangqinghua

color

parent 55b54d26
...@@ -66,7 +66,7 @@ ...@@ -66,7 +66,7 @@
<ng-container *ngIf="item.isActivityNo == 1"> <ng-container *ngIf="item.isActivityNo == 1">
<div class="text-right"> <div class="text-right">
<span (click)="sayNo(item)" ion-button round class="btn color6">不参加</span> <span disabled ion-button round class="btn color6">不参加</span>
</div> </div>
</ng-container> </ng-container>
<ng-container *ngIf="item.isSignUp == 1"> <ng-container *ngIf="item.isSignUp == 1">
......
...@@ -45,9 +45,9 @@ ...@@ -45,9 +45,9 @@
</div> </div>
<div> <div>
<p> <p>
<button ion-button round class="btn color1" *ngIf="type == 1">未报备</button> <button disabled ion-button round class="btn color1" *ngIf="type == 1">未报备</button>
<button ion-button round class="btn color2" *ngIf="type == 2">离沪</button> <button disabled ion-button round class="btn color2" *ngIf="type == 2">离沪</button>
<button ion-button round class="btn color3" *ngIf="type == 3">不离沪</button> <button disabled ion-button round class="btn color3" *ngIf="type == 3">不离沪</button>
</p> </p>
<p *ngIf="type == 1" (click)="goReport(item)" style="color:#24bafc;margin-top: 6px">协助报备</p> <p *ngIf="type == 1" (click)="goReport(item)" style="color:#24bafc;margin-top: 6px">协助报备</p>
</div> </div>
......
...@@ -146,5 +146,8 @@ page-reportDetail { ...@@ -146,5 +146,8 @@ page-reportDetail {
.bgc-34b4fc{ .bgc-34b4fc{
background-color: #34b4fc; background-color: #34b4fc;
} }
a[disabled], button[disabled], [ion-button][disabled]{
opacity: 1;
}
} }
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