mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
refactor(components): 用NCard组件替换ShadowCard
This commit is contained in:
@ -1,8 +0,0 @@
|
||||
<template>
|
||||
<div class="overflow-hidden shadow-sm rounded-16px bg-light dark:bg-dark">
|
||||
<slot></slot>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts"></script>
|
||||
<style scoped></style>
|
@ -2,7 +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';
|
||||
import BetterScroll from './BetterScroll/index.vue';
|
||||
|
||||
export { CountTo, IconClose, ButtonTab, ChromeTab, ShadowCard, BetterScroll };
|
||||
export { CountTo, IconClose, ButtonTab, ChromeTab, BetterScroll };
|
||||
|
Reference in New Issue
Block a user