/*滚动条样式*/
.el-scrollbar__wrap{
  overflow-x: hidden!important;
}

/*菜单样式*/
.el-menu{
  border-right: none!important;
}
.el-menu-item.is-active{
  background: #77aee6!important;
  color:#fff!important;
}

.el-select-dropdown__list{
  padding: 0!important;
  padding-bottom: 16px!important;
}
.el-scrollbar{
  /* padding-bottom:20px!important */
}

/*图片上传按钮等样式*/
.el-upload--picture-card{
  width: auto!important;
  height: auto!important;
  line-height: normal!important;
}
.el-upload-list--picture-card .el-upload-list__item{
  width: 70px!important;
  height: 70px!important;
}

/*树状结构选中*/
.el-tree-node.is-current{
  border-bottom: solid 1px #409EFF!important;
  background: #F2F6FC!important;;
  color: #409EFF!important;;
}

/*新增遮罩里的padding去掉*/
.add-shade-dialog .el-dialog__body{
  padding-top: 0!important;
  padding-bottom: 0!important;
}

/*树形结构带删除按钮dom*/
.custom-tree-node {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  padding-right: 8px;
}

.el-table .warning-row {
  background: oldlace;
}
