perf:优化样式

This commit is contained in:
forestxieCode 2024-08-07 20:27:27 +08:00
parent 083bcb3b1a
commit a513e5dfc2

View File

@ -31,6 +31,7 @@ defineComponent({
<template>
<div class="main">
<breadcrumb/>
<div class="app-container-breadcrumb">
<div
class="w-full h-full bg-white p-4 rounded drop-shadow-lg overflow-y-auto flex justify-center items-center flex-col"
>
@ -47,4 +48,5 @@ defineComponent({
</div>
</div>
</div>
</div>
</template>