From 69564733ba6c45b3d8fd88f8063a8c70982c63c6 Mon Sep 17 00:00:00 2001 From: hankliu <397694072@qq.com> Date: Tue, 23 Apr 2024 00:43:33 +0800 Subject: [PATCH] fix(component): fix can not found watermark style file --- components/fullpage/style/index.less | 1 + components/fullpage/style/index.tsx | 2 ++ components/watermark/style/index.less | 1 + components/watermark/style/index.tsx | 2 ++ 4 files changed, 6 insertions(+) create mode 100644 components/fullpage/style/index.less create mode 100644 components/fullpage/style/index.tsx create mode 100644 components/watermark/style/index.less create mode 100644 components/watermark/style/index.tsx diff --git a/components/fullpage/style/index.less b/components/fullpage/style/index.less new file mode 100644 index 0000000..7bdd000 --- /dev/null +++ b/components/fullpage/style/index.less @@ -0,0 +1 @@ +@import '../../style/themes/variable'; diff --git a/components/fullpage/style/index.tsx b/components/fullpage/style/index.tsx new file mode 100644 index 0000000..3a3ab0d --- /dev/null +++ b/components/fullpage/style/index.tsx @@ -0,0 +1,2 @@ +import '../../style/index.less'; +import './index.less'; diff --git a/components/watermark/style/index.less b/components/watermark/style/index.less new file mode 100644 index 0000000..7bdd000 --- /dev/null +++ b/components/watermark/style/index.less @@ -0,0 +1 @@ +@import '../../style/themes/variable'; diff --git a/components/watermark/style/index.tsx b/components/watermark/style/index.tsx new file mode 100644 index 0000000..3a3ab0d --- /dev/null +++ b/components/watermark/style/index.tsx @@ -0,0 +1,2 @@ +import '../../style/index.less'; +import './index.less';