king
2022-02-09 d59f518f466274b2caeb2e01c10c92deafe7c93b
src/mob/components/topbar/normal-navbar/index.scss
@@ -28,11 +28,14 @@
    font-style: inherit;
    font-weight: inherit;
    .am-navbar-left {
      width: 30px;
      min-width: 10px;
      text-align: left;
      color: #1890ff;
      font-size: 20px;
      line-height: 50px;
      .anticon-left {
        margin: 0 8px 0 5px;
      }
    }
    .am-navbar-title {
      text-align: center;
@@ -61,14 +64,18 @@
    .am-navbar-right {
      text-align: right;
      color: #1890ff;
      min-width: 30px;
      min-width: 10px;
      font-size: 20px;
      line-height: 50px;
      margin-right: 10px;
      .anticon-search {
        margin-right: 5px;
        padding: 5px;
        cursor: pointer;
      }
      >.anticon:not(.anticon-search) {
        padding: 0px 5px;
      }
    }
  }
}