mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-11-10 11:13:42 +08:00
opt: limit the image display size in reply component
This commit is contained in:
@@ -107,6 +107,13 @@ export default defineComponent({
|
||||
border-radius: 5px;
|
||||
overflow auto;
|
||||
|
||||
// control the image size in content
|
||||
|
||||
img {
|
||||
max-width: 600px;
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
p {
|
||||
line-height 1.5
|
||||
|
||||
|
||||
Reference in New Issue
Block a user