king
2021-08-11 a757b75163d77acc5111637fbe20ec61d895a72b
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,7 +64,7 @@
    .am-navbar-right {
      text-align: right;
      color: #1890ff;
      min-width: 30px;
      min-width: 10px;
      font-size: 20px;
      line-height: 50px;
      .anticon-search {
@@ -69,6 +72,9 @@
        padding: 5px;
        cursor: pointer;
      }
      >.anticon:not(.anticon-search) {
        margin: 0px 5px;
      }
    }
  }
}