mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-18 10:18:14 +08:00
⚡️ 调整范围,优化 hint
This commit is contained in:
@@ -43,7 +43,7 @@
|
|||||||
<span>{{ postData.user.nickname }}</span>
|
<span>{{ postData.user.nickname }}</span>
|
||||||
<span :title="getMpaLeftDesc()">{{ getMpaLeftDesc() }}</span>
|
<span :title="getMpaLeftDesc()">{{ getMpaLeftDesc() }}</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="mpa-right" @click="toAuthor()">
|
<div class="mpa-right" @click="toAuthor()" title="点击前往用户主页">
|
||||||
<div class="mpa-icon">
|
<div class="mpa-icon">
|
||||||
<img :src="postData.user.avatar_url" alt="userIcon" />
|
<img :src="postData.user.avatar_url" alt="userIcon" />
|
||||||
</div>
|
</div>
|
||||||
@@ -256,6 +256,7 @@ async function toPost(): Promise<void> {
|
|||||||
/* title */
|
/* title */
|
||||||
.tp-post-title {
|
.tp-post-title {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
width: fit-content;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: start;
|
justify-content: start;
|
||||||
color: var(--common-text-title);
|
color: var(--common-text-title);
|
||||||
|
|||||||
Reference in New Issue
Block a user