.lion-table-header-toolbar{
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  align-items: center;
  position: relative;
  box-sizing: border-box;
  min-width: inherit;

  &::after {
    display: none;
  }

  &::before {
    display: none;
  }

  .lion-nav-operate-group {
    padding: 5px 0;
    display: flex;
    width: 100%;
    justify-content: space-between;
    
    .blukAction {
      display: inline-block;
      line-height: 1;
      white-space: nowrap;
      cursor: pointer;
      background: #fff;
      border: 1px solid #dcdfe6;
      border-color: #dcdfe6;
      color: #606266;
      -webkit-appearance: none;
      text-align: center;
      box-sizing: border-box;
      outline: none;
      margin: 0;
      transition: 0.1s;
      font-weight: 500;
      -moz-user-select: none;
      -webkit-user-select: none;
      -ms-user-select: none;
      padding: 12px 20px;
      font-size: 14px;
      border-radius: 4px;
      padding: 9px 15px;
      font-size: 12px;
      border-radius: 3px;
      color: #fff;
      background-color: #3582fb;
      border-color: #3582fb;
      margin-right: 5px;
      &:first-child {
        margin-left: 4px;
      }
    }
    .is-disabled {
      color: #c0c4cc;
      cursor: not-allowed;
      background-image: none;
      background-color: #fff;
      border-color: #ebeef5;
    }
  }

  .lion-nav-tool-group {
    display: flex;
    align-items: center;
    .toolBar {
      display: inline-block;
      line-height: 1;
      white-space: nowrap;
      cursor: pointer;
      background: #fff;
      border: 1px solid #dcdfe6;
      border-color: #dcdfe6;
      color: #606266;
      -webkit-appearance: none;
      text-align: center;
      box-sizing: border-box;
      outline: none;
      margin: 0;
      transition: 0.1s;
      font-weight: 500;
      -moz-user-select: none;
      -webkit-user-select: none;
      -ms-user-select: none;
      font-size: 13px;
      border-radius: 4px;
      margin: 10px 0;
      height: 32px;
      padding: 0;
      border-radius: 3px;
    }
  }
}
