king
2022-11-29 1e6bb7fd8acd8110193e61593f38d374ca75604e
src/tabviews/home/defaulthome/index.scss
@@ -53,6 +53,9 @@
                    right: 0;
                    line-height: 1;
                    cursor: default;
                    .anticon {
                      color: orange;
                    }
                  }
                }
                .antd-total {
@@ -124,20 +127,41 @@
      }
    }
  }
  .ant-tabs {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.65);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    font-feature-settings: "tnum";
  .home-board {
    background: #ffffff;
    .mk-home-title {
      border-bottom: 1px solid #e8e8e8;
      margin: 0 0 16px 0;
      span {
    position: relative;
    background: #fff;
    border-radius: 2px;
    transition: all .3s;
        display: inline-block;
        padding: 12px 16px;
        color: #1890ff;
      }
      span::after {
        position: absolute;
        content: ' ';
        display: block;
        width: 100%;
        height: 2px;
        background: #1890ff;
        left: 0;
        bottom: -1px;
      }
    }
    .mk-home-body {
      .ant-col-left {
        display: inline-block;
        width: 66%;
        vertical-align: top;
      }
      .ant-col-right {
        display: inline-block;
        width: 34%;
        vertical-align: top;
      }
    .sale-trend {
      min-height: 400px;
      padding: 10px 20px;
@@ -197,3 +221,4 @@
    }
  }
}
}