💄 优化Layouts样式
This commit is contained in:
+1
-11
@@ -85,17 +85,7 @@ const timeStore = useTimeStore()
|
||||
</UButton>
|
||||
</UForm>
|
||||
</div>
|
||||
<!-- 公告部分 -->
|
||||
<div class="bg-gray-200 p-3 rounded-md mb-5 dark:bg-[#5b77af]">
|
||||
<div class="flex items-center">
|
||||
<i aria-hidden="true" class="icon fas fa-bullhorn mr-3"></i>
|
||||
</div>
|
||||
<div class="flex-grow">
|
||||
<div class="text-sm text-gray-800 dark:text-white">
|
||||
➡️ {{ t('index.tips') }}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<CommonBulletin :text="`➡️ ${t('index.tips') }`" />
|
||||
<ClientOnly>
|
||||
<div class="flex justify-between w-full">
|
||||
<div>
|
||||
|
||||
+1
-11
@@ -85,17 +85,7 @@ const timeStore = useTimeStore()
|
||||
</UButton>
|
||||
</UForm>
|
||||
</div>
|
||||
<!-- 公告部分 -->
|
||||
<div class="bg-gray-200 p-3 rounded-md mb-5 dark:bg-[#5b77af]">
|
||||
<div class="flex items-center">
|
||||
<i aria-hidden="true" class="icon fas fa-bullhorn mr-3"></i>
|
||||
</div>
|
||||
<div class="flex-grow">
|
||||
<div class="text-sm text-gray-800 dark:text-white">
|
||||
➡️ {{ t('index.tips') }}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<ClientOnly>
|
||||
<div class="flex justify-between w-full">
|
||||
<div>
|
||||
|
||||
Reference in New Issue
Block a user