feat: 收口组件样式并调整移动端侧栏

This commit is contained in:
GJ
2026-09-04 17:19:34 +08:00
parent d252d5513f
commit e6e0f08072
68 changed files with 2717 additions and 2775 deletions
@@ -105,3 +105,18 @@ watch(
</span>
</span>
</template>
<style>
/* 本组件专属布局与 Naive 内部结构覆盖。 */
@reference "../../../styles/styles.css";
.identity-thumbnail {
@apply flex w-12 h-[64px] overflow-hidden bg-(--app-subtle);
}
.identity-thumbnail .n-image,
.identity-thumbnail .n-image img {
@apply w-full h-full;
}
.identity-thumbnail-placeholder {
@apply flex flex-col items-center justify-center w-full h-full gap-[5px] text-muted text-[10px];
}
</style>