diff --git a/web/client/src/sections/quanju/containers/footer/conserve/index.js b/web/client/src/sections/quanju/containers/footer/conserve/index.js index 750f3285..7a141fe5 100644 --- a/web/client/src/sections/quanju/containers/footer/conserve/index.js +++ b/web/client/src/sections/quanju/containers/footer/conserve/index.js @@ -28,10 +28,12 @@ const Conserve = (props) => { }, []) return ( -
+
+
+
) } function mapStateToProps(state) { diff --git a/web/client/src/sections/quanju/containers/footer/conserve/left/left-center.js b/web/client/src/sections/quanju/containers/footer/conserve/left/left-center.js index 9115358c..2bb90c39 100644 --- a/web/client/src/sections/quanju/containers/footer/conserve/left/left-center.js +++ b/web/client/src/sections/quanju/containers/footer/conserve/left/left-center.js @@ -37,6 +37,7 @@ const LeftCenter = (props) => { axisPointer: { type: "none", }, + formatter: "{b}:{c}", }, grid: { left: "5%", diff --git a/web/client/src/sections/quanju/containers/footer/operation/style.less b/web/client/src/sections/quanju/containers/footer/operation/style.less index 2733443c..39c60bc2 100644 --- a/web/client/src/sections/quanju/containers/footer/operation/style.less +++ b/web/client/src/sections/quanju/containers/footer/operation/style.less @@ -8,10 +8,12 @@ background-color: none !important; border: 1px solid rgba(10, 114, 255, 1); } - .ant-tree .ant-tree-node-content-wrapper &:hover { + .ant-tree .ant-tree-node-content-wrapper:hover { background-color: none; background: none; + // border: 1px solid rgba(10, 114, 255, 1); } + } .busList::-webkit-scrollbar-track {