king
2022-02-09 d59f518f466274b2caeb2e01c10c92deafe7c93b
src/tabviews/home/defaulthome/index.scss
@@ -51,7 +51,7 @@
                    top: 4px;
                    right: 0;
                    line-height: 1;
                    cursor: pointer;
                    cursor: default;
                  }
                }
                .antd-total {
@@ -91,43 +91,6 @@
                    color: #52c41a;
                  }
                }
                .mask {
                  position: absolute;
                  top: 0px;
                  left: 0px;
                  right: 0px;
                  bottom: 0px;
                  z-index: 1;
                }
              }
              .ant-slider {
                margin: 14px 0px 10px;
              }
              .ant-slider-track {
                height: 7px;
                background-color: #13C2C2;
              }
              .ant-slider-handle {
                border-color: #13C2C2;
              }
              .orange {
                .ant-slider-track {
                  background-color: orange;
                }
                .ant-slider-handle {
                  border-color: lightsalmon;
                }
              }
              .primary {
                .ant-slider-track {
                  background-color: #1890ff;
                }
                .ant-slider-handle {
                  border-color: #91d5ff;
                }
              }
              .ant-slider-rail {
                height: 7px;
              }
            }
            .antd-chart-footer {