From 95060ad71d43efae18d510e7510904128b93f3bd Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期日, 28 四月 2024 15:42:02 +0800
Subject: [PATCH] #

---
 src/pages/right/index.jsx |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/pages/right/index.jsx b/src/pages/right/index.jsx
index 06ee269..168e2c2 100644
--- a/src/pages/right/index.jsx
+++ b/src/pages/right/index.jsx
@@ -13,7 +13,7 @@
 
 const Right = () => {
   const [isExpanded, setIsExpanded] = useState(false);
-  
+
   const containerAnimation = useSpring({
     transform: isExpanded ? 'translate(0%)' : 'translateX(100%)',
     config: { precision: 0.01 },
@@ -30,7 +30,7 @@
         }}
         className={`absolute top-2 w-[280px] right-2 bottom-2 ${styles.panel}`}
       >
-        <div className="overflow-auto h-full">
+        <div className="overflow-hidden h-full">
           <Panel title="鍑哄叆搴撲俊鎭�">
             {/* <Allerway /> */}
           </Panel>

--
Gitblit v1.9.1