src/styles/index.scss
@@ -158,6 +158,18 @@ p { display: inline !important; margin: 0 !important; padding: 0 !important; } img { display: inline !important; vertical-align: middle; } /* 题干与图片之间多余的 <br>(富文本常见) */ br:has(+ img) { display: none; } } @@ -326,3 +338,9 @@ max-width: 100%; max-height: 100%; } @media (max-width: 767px) { .submit-tip-dialog { width: 100% !important; } }