.tag-nav[data-v-666d2da8] {
  background-color: white;
  border-bottom: 1px #e9ecf7 solid;
  height: 39px;
  flex-shrink: 0;
  position: relative;
}
.tag-nav .control[data-v-666d2da8] {
    border-right: 1px #e9ecf7 solid;
    color: #7b7c84;
    cursor: pointer;
    flex-shrink: 0;
    height: 40px;
    line-height: 40px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 40px;
    z-index: 2;
}
.tag-nav .control-flip[data-v-666d2da8] {
      width: 24px;
}
.tag-nav .control-prev[data-v-666d2da8] {
      left: 0;
}
.tag-nav .control-next[data-v-666d2da8] {
      right: 40px;
}
.tag-nav .control-all[data-v-666d2da8] {
      right: 0;
}
.tag-nav .control[data-v-666d2da8]:last-of-type {
      border-right: none;
}
.tag-nav .control[data-v-666d2da8]:hover {
      background-color: fade(#e9ecf7, 30%);
}
.tag-nav .control[data-v-666d2da8]::before {
      display: block;
      transition: all 0.3s ease;
}
.tag-nav .control.collapsed[data-v-666d2da8]::before {
      transform: rotate(90deg);
}
.tag-nav .container[data-v-666d2da8] {
    border-right: 1px #e9ecf7 solid;
    bottom: 0;
    flex: 1;
    left: 24px;
    overflow: hidden;
    position: absolute;
    right: 64px;
    top: 0;
    z-index: 1;
}
.tag-nav .container > ul[data-v-666d2da8] {
      align-items: center;
      display: flex;
      flex: 1;
      flex-wrap: nowrap;
      list-style: none;
      padding: 0 2px;
      position: relative;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
}
.tag-nav .context-menu[data-v-666d2da8] {
    background-color: white;
    border-radius: 3px;
    border: 1px #e9ecf7 solid;
    box-shadow: 0 24px 64px 0 rgba(0, 0, 0, 0.2);
    left: 10px;
    top: 10px;
    position: absolute;
    z-index: 3;
}
.tag-nav .context-menu ul[data-v-666d2da8] {
      padding: 8px 0;
      list-style: none;
}
.tag-nav .context-menu ul li[data-v-666d2da8] {
        cursor: pointer;
        padding: 4px 24px;
        position: relative;
}
.tag-nav .context-menu ul li span[data-v-666d2da8] {
          display: block;
          font-size: 0.8rem;
          overflow: hidden;
          text-overflow: ellipsis;
          max-width: 200px;
          white-space: nowrap;
          width: 128px;
}
.tag-nav .context-menu ul li[data-v-666d2da8]:hover {
          background-color: rgba(233, 236, 247, 0.5);
}
[data-v-666d2da8] .el-drawer__header {
  border-bottom: 1px #e9ecf7 solid;
  padding-bottom: 20px;
  margin: 0;
}
[data-v-666d2da8] .el-drawer__header span[role='heading'] {
    font-weight: bold;
}
[data-v-666d2da8] .el-drawer__body {
  overflow: auto;
  scroll-behavior: smooth;
}
.history-list[data-v-666d2da8] {
  padding: 10px;
  position: relative;
}
.history-list a[data-v-666d2da8] {
    border-radius: 4px;
    color: #3e3c4d;
    display: block;
    margin: 10px 0;
    padding: 5px 10px;
    text-decoration: none;
}
.history-list a span[data-v-666d2da8] {
      display: block;
      font-size: 1rem;
      line-height: 1.5;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      white-space: nowrap;
}
.history-list a[data-v-666d2da8]:hover {
      background-color: rgba(233, 236, 247, 0.5);
}
.history-list a.router-link-exact-active[data-v-666d2da8] {
      background-color: #62b9b2;
      color: white;
      font-weight: bold;
}

