From 22d776db1e55a2703b23ec5be1916619d702f175 Mon Sep 17 00:00:00 2001 From: You Haipeng Date: Mon, 15 Oct 2018 15:08:17 +0800 Subject: [PATCH] =?UTF-8?q?[=E4=BF=AE=E5=A4=8D]=20=E5=88=A0=E9=99=A4tab?= =?UTF-8?q?=E8=87=AA=E5=8A=A8=E6=BB=9A=E5=8A=A8=E6=9D=A1=EF=BC=8C=E6=94=B9?= =?UTF-8?q?=E7=94=B1=E7=94=A8=E6=88=B7=E8=87=AA=E5=B7=B1=E6=B7=BB=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/jigsaw/component/tabs/index.ts | 3 +-- src/jigsaw/component/tabs/tab.html | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/src/jigsaw/component/tabs/index.ts b/src/jigsaw/component/tabs/index.ts index b1eff1b8a8..f5488c4ffa 100644 --- a/src/jigsaw/component/tabs/index.ts +++ b/src/jigsaw/component/tabs/index.ts @@ -8,10 +8,9 @@ import {JigsawTab} from './tab'; import {JigsawTabPane} from "./tab-pane"; import {CommonModule} from "@angular/common"; import {JigsawTabContent, JigsawTabLabel} from "./tab-item"; -import {PerfectScrollbarModule} from "ngx-perfect-scrollbar"; @NgModule({ - imports: [CommonModule, PerfectScrollbarModule], + imports: [CommonModule], exports: [JigsawTab, JigsawTabPane], declarations: [JigsawTab, JigsawTabPane, JigsawTabLabel, JigsawTabContent], providers: [], diff --git a/src/jigsaw/component/tabs/tab.html b/src/jigsaw/component/tabs/tab.html index 267fea9c09..5de19f6911 100644 --- a/src/jigsaw/component/tabs/tab.html +++ b/src/jigsaw/component/tabs/tab.html @@ -23,8 +23,7 @@ -
+