refactor: UI

This commit is contained in:
leookun
2026-08-07 01:50:20 +08:00
parent 5bd39ed317
commit 225de8bb85
39 changed files with 1734 additions and 1604 deletions
+3 -6
View File
@@ -1,12 +1,9 @@
<script setup></script>
<template>
<div
class="rounded-[8px] p-[1px]"
style="background: linear-gradient(to bottom, #656565 0%, #3A3A3A 10px, #3A3A3A 100%);"
class="rounded-[8px] border border-[#343434] bg-[#292929] p-4 "
>
<div class="rounded-[7px] bg-[#292929] p-4">
<slot />
</div>
<slot />
</div>
</template>