From 3d49dbbd9a5e15d14fc0a4388b17c19c0ac2e5f7 Mon Sep 17 00:00:00 2001 From: fengxiang <110431245@qq.com> Date: Fri, 13 Jul 2018 11:06:06 +0800 Subject: [PATCH] Merge branch 'master' of http://blit.7drlb.com:8888/r/screen_demo2 --- 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