From 743d89bdd784dee8bb32d9ae2e70fae2653aa528 Mon Sep 17 00:00:00 2001 From: liuwh <964324856@qq.com> Date: Wed, 02 Jul 2025 18:49:28 +0800 Subject: [PATCH] fix:粤政易端修改2,3,4 --- src/views/selfInspection/caseDes/index.jsx | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/selfInspection/caseDes/index.jsx b/src/views/selfInspection/caseDes/index.jsx index 5c4bd16..f36696d 100644 --- a/src/views/selfInspection/caseDes/index.jsx +++ b/src/views/selfInspection/caseDes/index.jsx @@ -128,7 +128,7 @@ <div className="case-info-container">{currentForm === 'dispute' && <BasicInfoForm onGuideClick={handleGuideClick} />}</div> - <div className="bottom-button-area"> + <div className="caseDes-bottom-button-area"> <Button className="previous-button" onClick={handlePrevious} disabled={submitting}> 上一步 </Button> -- Gitblit v1.8.0