opt: limit the image display size in reply component

This commit is contained in:
RockYang
2023-12-15 10:48:13 +08:00
parent 4290c4ca22
commit 56269170cb
5 changed files with 13 additions and 2 deletions

View File

@@ -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