Skip to content

Commit 71ae848

Browse files
committed
chroe: 样式优化
1 parent de9a8b8 commit 71ae848

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sub-store-front-end",
3-
"version": "2.27.2",
3+
"version": "2.27.3",
44
"private": true,
55
"packageManager": "pnpm@11.0.9",
66
"scripts": {

src/views/My.vue

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
</p>
3838
</div>
3939
</div>
40-
<div v-else class="avatar-wrapper">
40+
<div v-else class="avatar-wrapper gist-avatar-wrapper">
4141
<nut-avatar
4242
:key="avatarDisplayKey"
4343
:class="{ 'avatar-fallback': isAvatarFallback }"
@@ -1785,6 +1785,10 @@ const setTag = (current) => {
17851785
color: var(--comment-text-color);
17861786
}
17871787
}
1788+
1789+
&.gist-avatar-wrapper p.title {
1790+
font-size: 16px;
1791+
}
17881792
}
17891793
17901794
.actions {

0 commit comments

Comments
 (0)