
.header[data-v-1f234af1] {
  position: relative;
  box-sizing: border-box;
  background-color: #2b334a;
  width: 100%;
  height: 70px;
  font-size: 22px;
  color: black;
}
.collapse-btn[data-v-1f234af1] {
  float: left;
  padding: 0 21px;
  cursor: pointer;
  line-height: 70px;
}
.header .logo[data-v-1f234af1] {
  float: left;
  width: 250px;
  line-height: 70px;
}
.header-right[data-v-1f234af1] {
  float: right;
  padding-right: 50px;
}
.header-user-con[data-v-1f234af1] {
  display: flex;
  height: 70px;
  align-items: center;
}
.btn-fullscreen[data-v-1f234af1] {
  transform: rotate(45deg);
  margin-right: 5px;
  font-size: 24px;
}
.btn-bell[data-v-1f234af1],
.btn-fullscreen[data-v-1f234af1] {
  position: relative;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 15px;
  cursor: pointer;
}
.btn-bell-badge[data-v-1f234af1] {
  position: absolute;
  right: -2px;
  top: 20px;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #09f175;
  color: #fff;
}
.btn-bell .el-icon-bell[data-v-1f234af1] {
  color: #fff;
}
.user-name[data-v-1f234af1] {
  margin-left: 10px;
}
.user-avator[data-v-1f234af1] {
  margin-left: 20px;
}
.user-avator img[data-v-1f234af1] {
  display: block;
  width: 34px;
  height: 34px;
  border-radius: 50%;
}
.el-dropdown-link[data-v-1f234af1] {
  color: #fff;
  cursor: pointer;
}
.el-dropdown-menu__item[data-v-1f234af1] {
  text-align: center;
}


.block {
    display: flex;
}
.el-menu-item,
.el-submenu__title {
    text-align: left;
}


.sidebar[data-v-68d67528] {
    display: block;
    background-color: #20a0ff !important;
    position: absolute;
    left: 0;
    top: 70px;
    bottom: 0;
    overflow-y: scroll;
}
.sidebar[data-v-68d67528]::-webkit-scrollbar {
    width: 0;
}
.sidebar-el-menu[data-v-68d67528]:not(.el-menu--collapse) {
    width: 250px;
}
.sidebar>ul[data-v-68d67528] {
    height: 100%;
}

/* 标题样式 */
.tit[data-v-68d67528] {
    width: 250px;
    text-align: center;
    background-color: #3a4363;
}
.btt[data-v-68d67528] {
    width: 190px;
    margin: 0 40px 10px 20px;
    border-radius: 20px;
    border: none;
    padding: 5px 0;
    background-color: #ff9602;
    color: white;
}
.tit .sidcoll[data-v-68d67528] {
    text-align: left;
    color: white;
    padding: 10px 20px;
    font-size: 13px;
}
.btt[data-v-68d67528]:focus,
.el-button[data-v-68d67528]:hover {
    border-color: #ff9602;
    background-color: #ff8000;
}


.tags {
    position: relative;
    height: 30px;
    overflow: hidden;
    background: #fff;
    padding-right: 120px;
    box-shadow: 0 5px 10px #ddd;
}
.tags ul {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
}
.tags-li {
    float: left;
    margin: 3px 5px 2px 3px;
    border-radius: 3px;
    font-size: 12px;
    overflow: hidden;
    cursor: pointer;
    height: 23px;
    line-height: 23px;
    border: 1px solid #e9eaec;
    background: #fff;
    padding: 0 5px 0 12px;
    vertical-align: middle;
    color: #666;
    transition: all 0.3s ease-in;
}
.tags-li:not(.active):hover {
    background: #f8f8f8;
}
.tags-li.active {
    color: #fff;
}
.tags-li-title {
    float: left;
    max-width: 80px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-right: 5px;
    color: #666;
}
.tags-li.active .tags-li-title {
    color: #fff;
}
.tags-close-box {
    position: absolute;
    right: 0;
    top: 0;
    box-sizing: border-box;
    padding-top: 1px;
    text-align: center;
    width: 110px;
    height: 30px;
    background: #fff;
    box-shadow: -3px 0 15px 3px rgba(0, 0, 0, 0.1);
    z-index: 10;
}


.el-table .cell,
.el-table th div {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

