Commit ad7a79aa authored by Tt's avatar Tt

修改表单错误

parent 87641bc8
No preview for this file type
......@@ -102,11 +102,12 @@
<div>
<nz-radio-group [(ngModel)]="item.showKuang" (ngModelChange)="ngChange()">
<label nz-radio nzValue="img">
<span style="font-size: 20px;">是否显示文字: </span>
<nz-radio-group [(ngModel)]="item.showKuang" (ngModelChange)="ngChange(1)">
<label nz-radio nzValue="1">
<span [style]="{color:item.showKuang=='1' ? '#169BD5':'#000'}">不显示字母</span>
</label>
<label nz-radio nzValue="imgVideo">
<label nz-radio nzValue="2">
<span [style]="{color:item.showKuang=='2' ? '#169BD5':'#000'}">显示字母</span>
</label>
</nz-radio-group>
......
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