king
2023-12-12 49f09cc6f8ff8c30a75ed1a9d6f510b69b73962a
src/pc/components/navbar/normal-navbar/index.scss
@@ -9,7 +9,7 @@
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 50px;
  z-index: 2;
  z-index: 3;
  
  .navbar-wrap {
    margin: 0 auto;
@@ -58,17 +58,8 @@
      }
    }
  }
  .card-control {
    position: absolute;
    top: 0px;
    left: 0px;
    .anticon-tool {
      right: auto;
      left: 1px;
      padding: 1px;
    }
  }
  .anticon-tool {
  >.anticon-tool {
    position: absolute;
    z-index: 2;
    font-size: 16px;
@@ -98,34 +89,6 @@
    right: -30px;
    font-size: 16px;
  }
  .model-menu-action-list {
    line-height: 40px;
    .ant-row > .anticon-plus {
      position: absolute;
      right: -30px;
      font-size: 16px;
    }
  }
  .card-add-button {
    text-align: right;
    clear: left;
    .anticon-plus {
      font-size: 20px;
      color: #26C281;
      padding: 5px;
      margin-right: 10px;
    }
  }
  .ant-pagination {
    float: right;
    margin: 10px;
  }
  .model-menu-action-list {
    .page-card {
      line-height: 55px;
    }
  }
}
.normal-navbar-edit-box::after {
  display: block;
@@ -133,7 +96,6 @@
  clear: both;
}
.normal-navbar-edit-box:hover {
  z-index: 1;
  box-shadow: 0px 0px 4px #1890ff;
}
.top-menu-popover {