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 | 18 ++++++++++++++++++
1 files changed, 18 insertions(+), 0 deletions(-)
diff --git a/src/styles/index.scss b/src/styles/index.scss
index 5929af0..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;
}
}
@@ -326,3 +338,9 @@
max-width: 100%;
max-height: 100%;
}
+
+@media (max-width: 767px) {
+ .submit-tip-dialog {
+ width: 100% !important;
+ }
+}
--
Gitblit v1.9.1