king
2021-06-29 3f85ff9067b806df7848ce7b852ff357a7bac7f5
src/mob/components/topbar/normal-navbar/index.scss
@@ -28,7 +28,7 @@
    font-style: inherit;
    font-weight: inherit;
    .am-navbar-left {
      flex: 1;
      width: 30px;
      text-align: left;
      color: #1890ff;
    }
@@ -38,10 +38,32 @@
      font-weight: inherit;
      flex: 1;
    }
    .am-navbar-right {
    .am-navbar-search {
      flex: 1;
      padding: 0 5px;
      .search-bar {
        height: 35px;
        line-height: 35px;
        padding: 0 10px;
        color:rgba(0, 0, 0, 0.65);
        border: 1px solid #e8e8e8;
        background: #efefef;
        border-radius: 4px;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
      }
    }
    .am-navbar-right {
      text-align: right;
      color: #1890ff;
      min-width: 30px;
      .anticon-search {
        margin-right: 5px;
        padding: 5px;
        cursor: pointer;
      }
    }
  }
}