fix: fixed chat export page styles

This commit is contained in:
RockYang
2024-01-02 11:32:36 +08:00
parent 5dc0fe05af
commit ff4515bbf1
6 changed files with 153 additions and 1 deletions

View File

@@ -100,6 +100,7 @@ const exportChat = () => {
.chat-export {
display flex
justify-content center
padding 0 20px
.chat-box {
width 800px;
@@ -160,6 +161,12 @@ const exportChat = () => {
padding: 1px
}
}
.chat-item {
img {
max-width 90%
}
}
}
}
}