提交 365ecb6a 编写于 作者: View Design's avatar View Design

Update SearchHistory.vue

上级 c8a17050
...@@ -18,10 +18,10 @@ ...@@ -18,10 +18,10 @@
@click="handleClear" @click="handleClear"
/> />
</div> </div>
<div v-if="$isSignIn" class="flex overflow-y-auto flex-col gap-2 border-l border-gray-200 dark:border-gray-800 pl-2 ml-5"> <div v-if="$isSignIn" class="flex overflow-y-auto flex-col gap-1 border-l border-gray-200 dark:border-gray-800 pl-2 ml-5">
<template v-for="(item, index) in $searchHistory" :key="index"> <template v-for="(item, index) in $searchHistory" :key="index">
<UButton <UButton
class="flex group" class="flex group text-gray-400"
color="gray" color="gray"
variant="ghost" variant="ghost"
size="xs" size="xs"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册