From c4b00b0268f35a7a9e016e818b0f6e27bc3876f0 Mon Sep 17 00:00:00 2001
From: Junjie <xjj@123>
Date: 星期四, 28 三月 2024 08:56:50 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/Four-Way-Rack' into Four-Way-Rack
---
zy-asrs-flow/src/pages/map/drawer/shelf/view.jsx | 10 ++++++++--
1 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/zy-asrs-flow/src/pages/map/drawer/shelf/view.jsx b/zy-asrs-flow/src/pages/map/drawer/shelf/view.jsx
index 27fed34..cda5f4f 100644
--- a/zy-asrs-flow/src/pages/map/drawer/shelf/view.jsx
+++ b/zy-asrs-flow/src/pages/map/drawer/shelf/view.jsx
@@ -7,7 +7,13 @@
import ShelfThree from './shelfThree'
const useStyles = createStyles(({ token, css }) => {
-
+ return {
+ threeContainer: {
+ zIndex: 99,
+ width: '500px',
+ height: '600px',
+ }
+ }
})
let shelfThree;
@@ -27,7 +33,7 @@
return (
<>
- <div style={{ zIndex: 99 }} ref={refContainer}></div>
+ <div className={styles.threeContainer} ref={refContainer}></div>
</>
)
}
--
Gitblit v1.9.1