From 91160380ea16dddbe5d76c96bcf24af8169f0ac8 Mon Sep 17 00:00:00 2001
From: wzp <2040239371@qq.com>
Date: 星期四, 04 十二月 2025 15:55:24 +0800
Subject: [PATCH] fix:修改scss文件样式
---
src/styles/index.scss | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/src/styles/index.scss b/src/styles/index.scss
index 5929af0..318a08f 100644
--- a/src/styles/index.scss
+++ b/src/styles/index.scss
@@ -326,3 +326,9 @@
max-width: 100%;
max-height: 100%;
}
+
+@media (max-width: 767px) {
+ .submit-tip-dialog {
+ width: 100% !important;
+ }
+}
--
Gitblit v1.9.1