From c4f975e32ea55ec7aca63317f8864cec8d6977c8 Mon Sep 17 00:00:00 2001
From: yj <2077506045@qq.com>
Date: 星期五, 14 十一月 2025 10:20:27 +0800
Subject: [PATCH] 人格、智力、工作、职业兴趣问卷增加提交提示功能,选完最后一题弹出提示窗口。
---
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