style: 修改 通告栏 代码

This commit is contained in:
就眠儀式
2022-03-21 23:13:30 +08:00
parent 7afa2488c4
commit 8d2e798f89
3 changed files with 5 additions and 49 deletions

View File

@@ -5,9 +5,9 @@ export default {
</script>
<script setup lang="ts">
import LaySkeletonItem from "../skeletonItem/index.vue";
import "./index.less";
import { withDefaults } from "vue";
import LaySkeletonItem from "../skeletonItem/index.vue";
export interface LaySkeletonProps {
rows?: number;