1
0
mirror of https://github.com/ialley-workshop-open/uni-halo.git synced 2026-07-27 04:20:43 +08:00

style: 调整多处UI样式与布局细节

1. 修改项目概览文档标题
2. 将详情按钮文字大小从11px改为text-xs
3. 移除分类标签右侧的多余内边距
4. 关闭首页列表加载loading弹窗
5. 调整友链项的间距与头像尺寸
This commit is contained in:
小莫唐尼
2026-06-13 00:37:17 +08:00
parent 50cad268d3
commit 7d74a40f51
5 changed files with 8 additions and 8 deletions
@@ -51,7 +51,7 @@ onMounted(() => {
>
<text class="line-clamp-1 text-xs text-white font-bold">{{ firstCateItem.name }}</text>
</view>
<view class="absolute right-2 top-2 z-10 box-border rounded-md bg-black/20 px-1.5 py-0.5">
<view class="absolute right-2 top-2 z-10 box-border rounded-md bg-black/20 px-1.5">
<text class="text-[12px] text-white">{{ firstCateItem.count }}</text>
</view>
</view>