From 12b04f145bae740e1971036b1e2dfc1bc224d17b Mon Sep 17 00:00:00 2001
From: fengxiang <110431245@qq.com>
Date: Wed, 11 Jul 2018 14:38:47 +0800
Subject: [PATCH] Revert "框架调整"

---
 src/app/routes/delon/downfile/downfile.component.html |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/src/app/routes/delon/downfile/downfile.component.html b/src/app/routes/delon/downfile/downfile.component.html
new file mode 100644
index 0000000..35f4f69
--- /dev/null
+++ b/src/app/routes/delon/downfile/downfile.component.html
@@ -0,0 +1,6 @@
+<div class="content__title">
+  <h1>Download a file</h1>
+</div>
+<nz-card nzTitle="DEMO">
+  <button nz-button *ngFor="let i of fileTypes" class="mr-sm" down-file [http-data]="data" http-url="assets/tmp/demo{{i}}" file-name="demo������">{{i}}</button>
+</nz-card>

--
Gitblit v1.8.0