From 7f93b01660cae23d38e9fa8083fe24a952b7ef4c Mon Sep 17 00:00:00 2001 From: 沈斌 <bluelazysb@hotmail.com> Date: Fri, 13 Jul 2018 14:37:01 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- src/app/routes/forecasting-warning/forecasting-warning.component.html | 26 +++++++++++++------------- 1 files changed, 13 insertions(+), 13 deletions(-) diff --git a/src/app/routes/forecasting-warning/forecasting-warning.component.html b/src/app/routes/forecasting-warning/forecasting-warning.component.html index 5baeb28..a448091 100644 --- a/src/app/routes/forecasting-warning/forecasting-warning.component.html +++ b/src/app/routes/forecasting-warning/forecasting-warning.component.html @@ -1,13 +1,13 @@ -<div class="content__title"> - <h1>������������������������</h1> -</div> -<nz-card [nzBordered]="false"> -<div class="sales-type-radio"> - <nz-radio-group > - <label nz-radio-button [nzValue]="'warning'"><span>������</span></label> - <label nz-radio-button [nzValue]="'forecasting'"><span>������</span></label> - </nz-radio-group> -</div> - -</nz-card> -<nz-card [nzBordered]="false"></nz-card> +<div class="content__title"> + <h1>������������������������</h1> +</div> +<nz-card [nzBordered]="false"> +<div class="sales-type-radio"> + <nz-radio-group > + <label nz-radio-button [nzValue]="'warning'"><span>������</span></label> + <label nz-radio-button [nzValue]="'forecasting'"><span>������</span></label> + </nz-radio-group> +</div> + +</nz-card> +<nz-card [nzBordered]="false"></nz-card> -- Gitblit v1.8.0