mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-11-08 18:23:45 +08:00
fix: fixed chat export page styles
This commit is contained in:
@@ -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%
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user