添加头像上传功能,优化滚动条样式,调整Gallery页面下载按钮样式,新增自动登录API

This commit is contained in:
2025-12-29 15:53:12 +08:00
parent cec3974cf3
commit 42dcf4195a
6 changed files with 94 additions and 20 deletions

View File

@ -24,7 +24,7 @@
</div>
<!-- 标签组 -->
<!-- <PerfectScrollbar class="w-full overflow-x-auto"> -->
<n-scrollbar class="w-full overflow-x-auto" :style="navStyle">
<n-scrollbar class="w-full overflow-x-auto" :style="navStyle" trigger="none">
<div v-if="navlist.length" class="flex gap-6 px-2 mt-6 mb-3 flex-wrap lg:px-12">
<d-tag class="cursor-pointer truncate" hideBeyondTags v-for="tag in tagList" :checked="tag.checked"
:color="tag.color" @click="handdleTagClick(tag)">{{ tag.name }}</d-tag>