Commit 63ce9507 authored by wangqinghua's avatar wangqinghua

workService

parent ba8b0ab0
......@@ -26,7 +26,7 @@
</div>
<div nz-col nzSpan="1"></div>
<div nz-col nzSpan="16">
<input nz-input placeholder="事件编号前缀" disabled="{{isDisabled}}" [(ngModel)]="value">
<input style="width: 50%" nz-input placeholder="事件编号前缀" disabled="{{isDisabled}}" [(ngModel)]="value">
<button *ngIf="isDisabled" (click)="editType()" nz-button nzType="default">编辑</button>
<button *ngIf="!isDisabled" (click)="saveType()" nz-button nzType="default">保存</button>
</div>
......
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