From fcdc68ab5c95835b70301221d25cdb75202e02f1 Mon Sep 17 00:00:00 2001
From: wzp <2040239371@qq.com>
Date: 星期二, 07 四月 2026 10:57:13 +0800
Subject: [PATCH] fix:CAQ固定住图片并且不需要用户选择。不缩小

---
 src/styles/index.scss |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/src/styles/index.scss b/src/styles/index.scss
index 318a08f..2b9723c 100644
--- a/src/styles/index.scss
+++ b/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;
   }
 }
 

--
Gitblit v1.9.1