diff --git a/src/components/custom/ShadowCard/index.vue b/src/components/custom/ShadowCard/index.vue new file mode 100644 index 00000000..4be52e07 --- /dev/null +++ b/src/components/custom/ShadowCard/index.vue @@ -0,0 +1,8 @@ + + + + diff --git a/src/components/custom/index.ts b/src/components/custom/index.ts index 52d517bf..7cd335f7 100644 --- a/src/components/custom/index.ts +++ b/src/components/custom/index.ts @@ -2,5 +2,6 @@ import CountTo from './CountTo/index.vue'; import IconClose from './IconClose/index.vue'; import ButtonTab from './ButtonTab/index.vue'; import ChromeTab from './ChromeTab/index.vue'; +import ShadowCard from './ShadowCard/index.vue'; -export { CountTo, IconClose, ButtonTab, ChromeTab }; +export { CountTo, IconClose, ButtonTab, ChromeTab, ShadowCard }; diff --git a/src/components/index.ts b/src/components/index.ts index 94a251f2..e8293fd4 100644 --- a/src/components/index.ts +++ b/src/components/index.ts @@ -1,2 +1,2 @@ export { AppProviderContent, SystemLogo, ExceptionSvg, LoginBg, BannerSvg, HoverContainer } from './common'; -export { CountTo, IconClose, ButtonTab, ChromeTab } from './custom'; +export { CountTo, IconClose, ButtonTab, ChromeTab, ShadowCard } from './custom'; diff --git a/src/layouts/BasicLayout/components/GlobalContent/index.vue b/src/layouts/BasicLayout/components/GlobalContent/index.vue index 5e11bd45..dc156f98 100644 --- a/src/layouts/BasicLayout/components/GlobalContent/index.vue +++ b/src/layouts/BasicLayout/components/GlobalContent/index.vue @@ -1,6 +1,6 @@