-
-
-
-
+ {false && (
+
+
+
+
+
+
+ )}
+
+
+
+
+
-
>
);
}
diff --git a/src/components/BottomBar/index.module.css b/src/components/BottomBar/index.module.css
index 569bd3d..257a2ab 100644
--- a/src/components/BottomBar/index.module.css
+++ b/src/components/BottomBar/index.module.css
@@ -1,3 +1,6 @@
.bottomBar {
- background-color: #0004;
-}
\ No newline at end of file
+ /* background-color: #3894; */
+ width: 100%;
+ height: 100%;
+ overflow: visible;
+}
diff --git a/src/components/Container.jsx b/src/components/Container.jsx
index 504bf27..41a1bcd 100644
--- a/src/components/Container.jsx
+++ b/src/components/Container.jsx
@@ -6,6 +6,9 @@ import IconStack from '../assets/Icon/icon-stack.png';
import IconGood from '../assets/Icon/icon-good.png';
import IconCharger from '../assets/Icon/icon-charge.png';
import IconSmoke from '../assets/Icon/icon-taiji.png';
+import IconChart from '../assets/Icon/icon-chart.png';
+import IconPuzzle from '../assets/Icon/icon-puzzle.png';
+import IconPause from '../assets/Icon/icon-pause.png';
const Container = (props) => {
let icon = useRef(null);
@@ -24,13 +27,13 @@ const Container = (props) => {
icon.current = IconSmoke;
break;
case 'chart':
- icon.current = IconSmoke;
+ icon.current = IconChart;
break;
case 'puzzle':
- icon.current = IconSmoke;
+ icon.current = IconPuzzle;
break;
case 'pause':
- icon.current = IconSmoke;
+ icon.current = IconPause;
break;
}
diff --git a/src/components/LeftBar/substitutionCharts/GoodRateChart/overwrite.css b/src/components/LeftBar/substitutionCharts/GoodRateChart/overwrite.css
index c0c3158..871ed04 100644
--- a/src/components/LeftBar/substitutionCharts/GoodRateChart/overwrite.css
+++ b/src/components/LeftBar/substitutionCharts/GoodRateChart/overwrite.css
@@ -4,13 +4,13 @@
}
.radio-group__item:first-child {
- border-top-left-radius: 4px !important;
- border-bottom-left-radius: 4px !important;
+ border-top-left-radius: 4px !important;
+ border-bottom-left-radius: 4px !important;
}
.radio-group__item:last-child {
- border-top-right-radius: 4px !important;
- border-bottom-right-radius: 4px !important;
+ border-top-right-radius: 4px !important;
+ border-bottom-right-radius: 4px !important;
}
.radio-group__item.ant-radio-button-wrapper-checked {
@@ -18,11 +18,29 @@
}
.ant-switch-checked {
- background: #b4fffdb1 !important;
+ background: #b4fffdb1 !important;
}
-.ant-switch-checked:focus{
- box-shadow: none !important;
+.ant-switch-checked:focus {
+ box-shadow: none !important;
}
.ant-switch-checked .ant-switch-handle::before {
- background-color: #76FFF9 !important;
-}
\ No newline at end of file
+ background-color: #76fff9 !important;
+}
+/*
+.radioGroup * {
+ border: none !important;
+ border-radius: 0 !important;
+}
+
+.radioGroup *:focus-within {
+ box-shadow: none !important;
+}
+
+.radioGroup *::before {
+ width: 0 !important;
+}
+
+.radioGroup_button_wrapper {
+ color: #fff !important;
+ background: #03233c !important;
+} */
diff --git a/src/components/RightBar/SmokeHandle/SmokeTrendChart/index.jsx b/src/components/RightBar/SmokeHandle/SmokeTrendChart/index.jsx
index 132d33d..6046921 100644
--- a/src/components/RightBar/SmokeHandle/SmokeTrendChart/index.jsx
+++ b/src/components/RightBar/SmokeHandle/SmokeTrendChart/index.jsx
@@ -175,7 +175,7 @@ const SmokeTrendChart = (props) => {
-