chore: fix style details cursor size
This commit is contained in:
@@ -44,7 +44,7 @@ const filteredRecipes = computedAsync(async () => {
|
|||||||
leave-from="opacity-100"
|
leave-from="opacity-100"
|
||||||
leave-to="opacity-0"
|
leave-to="opacity-0"
|
||||||
>
|
>
|
||||||
<div class="fixed inset-0" />
|
<div class="fixed inset-0 bg-black/10" />
|
||||||
</TransitionChild>
|
</TransitionChild>
|
||||||
|
|
||||||
<div class="fixed inset-0 overflow-y-auto">
|
<div class="fixed inset-0 overflow-y-auto">
|
||||||
@@ -62,7 +62,7 @@ const filteredRecipes = computedAsync(async () => {
|
|||||||
>
|
>
|
||||||
<DialogPanel
|
<DialogPanel
|
||||||
class="h-full max-w-xl w-full transform overflow-hidden bg-white p-4 text-left align-middle shadow-xl transition-all dark:bg-dark-600"
|
class="h-full max-w-xl w-full transform overflow-hidden bg-white p-4 text-left align-middle shadow-xl transition-all dark:bg-dark-600"
|
||||||
md="mt-4 rounded-2xl"
|
md="rounded-2xl"
|
||||||
overflow="auto"
|
overflow="auto"
|
||||||
flex="~ col"
|
flex="~ col"
|
||||||
>
|
>
|
||||||
@@ -89,7 +89,7 @@ const filteredRecipes = computedAsync(async () => {
|
|||||||
@click="keyword = ''"
|
@click="keyword = ''"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div ml-2 inline-flex op="70" text-base @click="closeModal">
|
<div op="70" ml-2 inline-flex cursor-pointer text-base @click="closeModal">
|
||||||
取消
|
取消
|
||||||
</div>
|
</div>
|
||||||
</DialogTitle>
|
</DialogTitle>
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@@ -8,17 +8,17 @@ import { links } from '~/constants'
|
|||||||
我的
|
我的
|
||||||
</CommonHeader>
|
</CommonHeader>
|
||||||
|
|
||||||
<div mt-4 gap="3" grid="~ cols-3" px-2>
|
|
||||||
<YlfIconItem to="/recipes/history" icon="i-ri-history-line" label="历史记录" />
|
|
||||||
<YlfIconItem to="/recipes/collect" icon="i-ri-star-line" label="我的收藏" />
|
|
||||||
<YlfIconItem to="/cookbooks" icon="i-ri-article-line" label="自定义菜谱" />
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div
|
<div
|
||||||
class="mx-auto max-w-md w-full"
|
class="mx-auto max-w-md w-full"
|
||||||
px-2
|
px-2
|
||||||
text-left
|
text-left
|
||||||
>
|
>
|
||||||
|
<div mt-2 gap="3" grid="~ cols-3">
|
||||||
|
<YlfIconItem to="/recipes/history" icon="i-ri-history-line" label="历史记录" />
|
||||||
|
<YlfIconItem to="/recipes/collect" icon="i-ri-star-line" label="我的收藏" />
|
||||||
|
<YlfIconItem to="/cookbooks" icon="i-ri-article-line" label="自定义菜谱" />
|
||||||
|
</div>
|
||||||
|
|
||||||
<YlfForm>
|
<YlfForm>
|
||||||
<YlfFormItem icon="i-ri-feedback-line" label="立即反馈" :to="links.feedback" target="_blank" />
|
<YlfFormItem icon="i-ri-feedback-line" label="立即反馈" :to="links.feedback" target="_blank" />
|
||||||
<YlfFormItem icon="i-ri-mail-send-line" label="立即投稿" :to="links.contribute" target="_blank" />
|
<YlfFormItem icon="i-ri-mail-send-line" label="立即投稿" :to="links.contribute" target="_blank" />
|
||||||
|
|||||||
Reference in New Issue
Block a user