mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-13 09:28:14 +08:00
⚡️ 修复部分帖子宽度溢出
*PostID:47716903
This commit is contained in:
@@ -47,6 +47,9 @@ const textAlign = props.position;
|
|||||||
<style lang="css" scoped>
|
<style lang="css" scoped>
|
||||||
.tp-avatar-box {
|
.tp-avatar-box {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
overflow: hidden;
|
||||||
|
width: fit-content;
|
||||||
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tpa-text {
|
.tpa-text {
|
||||||
|
|||||||
Reference in New Issue
Block a user