+
+
+
+ 产线Y61
+
+
+
+
+
+ 产线Y62
+
+
+
+
+
+
+
+
+
+
+ 产线Y63
+
+
+
+
+ {/*
*/}
+
+ 产线Y64
+
+
+
+
+
+
+
+
+
+
+ );
+}
+
+export default FanInfo;
diff --git a/src/components/Common/FanInfoStretch/index.module.scss b/src/components/Common/FanInfoStretch/index.module.scss
new file mode 100644
index 0000000..299a80e
--- /dev/null
+++ b/src/components/Common/FanInfoStretch/index.module.scss
@@ -0,0 +1,50 @@
+.CenterChart1itemDetailBorder {
+ width: 100%;
+ height: 240px;
+ display: flex;
+ flex-direction: column;
+ justify-content: flex-start;
+
+ background-color: rgba(4, 44, 76, 0.2);
+ .CenterChart1itemTXT {
+ width: 100%;
+ height: 10%;
+ font-size: 20px;
+ color: rgba(255, 255, 255, 0.8);
+ text-align: center;
+ margin-top: 2%;
+ }
+ .CenterChart1itemContainer {
+ width: 95%;
+ height: 100px;
+ position: relative;
+
+ .CenterFormitemDetailBorderLine1 {
+ width: 1px;
+ height: 200px;
+ background-color: #041c2c;
+ float: left;
+ margin-left: 18%;
+ z-index: 10;
+ position: absolute;
+ }
+ .CenterFormitemDetailBorderLine2 {
+ width: 1px;
+ height: 200px;
+ background-color: #041c2c;
+ float: left;
+ margin-left: 46%;
+ z-index: 10;
+ position: absolute;
+ }
+ .CenterFormitemDetailBorderLine3 {
+ width: 1px;
+ height: 200px;
+ background-color: #041c2c;
+ float: left;
+ margin-left: 72%;
+ z-index: 10;
+ position: absolute;
+ }
+ }
+}
diff --git a/src/components/Modules/FireCheck/RightSide/index.jsx b/src/components/Modules/FireCheck/RightSide/index.jsx
index cae4b09..3ecbc8a 100644
--- a/src/components/Modules/FireCheck/RightSide/index.jsx
+++ b/src/components/Modules/FireCheck/RightSide/index.jsx
@@ -1,5 +1,5 @@
import { motion } from 'framer-motion';
-import FanInfo from '../../../Common/FanInfo';
+import FanInfo from '../../../Common/FanInfoStretch';
import cls from './index.module.scss';
export default function index() {
@@ -18,7 +18,7 @@ export default function index() {
transition={{ type: 'tween' }}
>
-
+
);