From 35eb146b66ca927cdde19b6343c2a28c95f0b131 Mon Sep 17 00:00:00 2001 From: zdl <3489966805@qq.com> Date: Thu, 25 Dec 2025 16:42:17 +0800 Subject: [PATCH] =?UTF-8?q?refactor(ValueForum):=20=E8=BF=81=E7=A7=BB?= =?UTF-8?q?=E6=AF=9B=E7=8E=BB=E7=92=83=E6=95=88=E6=9E=9C=E5=88=B0=E7=BB=9F?= =?UTF-8?q?=E4=B8=80=E9=85=8D=E7=BD=AE=20-=20=E6=89=B9=E6=AC=A16?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - TradeModal.js: Modal overlay 使用 GLASS_BLUR.xs - CommentInvestModal.js: Modal overlay 使用 GLASS_BLUR.xs - PredictionGuideModal.js: Modal overlay 使用 GLASS_BLUR.xs - CreatePredictionModal.js: Modal overlay 使用 GLASS_BLUR.xs 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- src/views/ValueForum/components/CommentInvestModal.js | 3 ++- src/views/ValueForum/components/CreatePredictionModal.js | 3 ++- src/views/ValueForum/components/PredictionGuideModal.js | 3 ++- src/views/ValueForum/components/TradeModal.js | 3 ++- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/src/views/ValueForum/components/CommentInvestModal.js b/src/views/ValueForum/components/CommentInvestModal.js index f643cb1b..9ce35fd6 100644 --- a/src/views/ValueForum/components/CommentInvestModal.js +++ b/src/views/ValueForum/components/CommentInvestModal.js @@ -36,6 +36,7 @@ import { getUserAccount, } from '@services/predictionMarketService.api'; import { useAuth } from '@contexts/AuthContext'; +import { GLASS_BLUR } from '@/constants/glassConfig'; const MotionBox = motion(Box); @@ -152,7 +153,7 @@ const CommentInvestModal = ({ isOpen, onClose, comment, topic, onInvestSuccess } return ( - + { const toast = useToast(); @@ -160,7 +161,7 @@ const CreatePredictionModal = ({ isOpen, onClose, onTopicCreated }) => { return ( - + { return ( - + return ( - +