mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
feat(projects): 工作台页面布局
This commit is contained in:
8
src/components/custom/ShadowCard/index.vue
Normal file
8
src/components/custom/ShadowCard/index.vue
Normal file
@ -0,0 +1,8 @@
|
||||
<template>
|
||||
<div class="bg-light dark:bg-dark rounded-16px">
|
||||
<slot></slot>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts"></script>
|
||||
<style scoped></style>
|
@ -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 };
|
||||
|
@ -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';
|
||||
|
Reference in New Issue
Block a user