.el-popover.popover-vxetable-header {
  padding: 0;
}
.el-popover.popover-vxetable-header .header-list-box {
  font-size: 13px;
  color: #1a1a1c;
}
.el-popover.popover-vxetable-header .header-list-box .item {
  border-top: 1px solid #e8e8e8;
}
.el-popover.popover-vxetable-header .header-list-box .item .content {
  padding: 8px 10px;
  cursor: pointer;
}
.el-popover.popover-vxetable-header .header-list-box .item.first {
  border: 0;
}
.el-popover.popover-vxetable-header .header-list-box .item:hover {
  color: #2196f3;
  background-color: #F5FAFF;
}
.custom-list-vxe {
  background: #fff;
  position: relative;
}
.custom-list-vxe.custom-list-padding {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.custom-list-vxe .header {
  position: absolute;
  left: 0;
  top: -50px;
  width: 100%;
  height: 50px;
  padding: 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  overflow: hidden;
  font-size: 13px;
}
.custom-list-vxe .header.header-none {
  height: 0;
}
.custom-list-vxe .header .title {
  font-size: 16px;
  color: #1A1A1C;
  font-weight: 500;
}
.custom-list-vxe .header .el-button--small {
  font-size: 13px;
}
.custom-list-vxe .vxe-header--column {
  padding: 10px 0 !important;
}
.custom-list-vxe .vxe-body--column {
  padding: 0;
}
.custom-list-vxe .vxe-header--column .vxe-cell--title {
  width: calc(100% - 15px);
  line-height: 23px;
}
.custom-list-vxe .data-name-hover {
  cursor: pointer;
  display: block;
}
.custom-list-vxe .data-name-hover:hover {
  color: #2196F3;
}
.custom-list-vxe .el-pagination {
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: right;
  background: #fff;
}
.custom-list-vxe .el-pagination ::v-deep .el-pagination__total {
  float: left;
}
.custom-list-vxe .el-pagination.align-left {
  text-align: left;
}
.custom-list-vxe ::v-deep .el-table::before {
  z-index: inherit;
}
.custom-list-vxe ::v-deep .el-table th {
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-weight: 500;
  background: #fafafa;
  border-bottom: 1px solid #f0f0f0;
  padding-top: 15px;
  padding-bottom: 15px;
}
.custom-list-vxe ::v-deep .el-table td {
  font-size: 14px;
  color: #1a1a1c;
  padding: 4px 0;
}
.custom-list-vxe ::v-deep .el-table td.operate .fa {
  font-size: 16px !important;
}
.custom-list-vxe ::v-deep .el-table__fixed-right-patch {
  background-color: #fafafa;
}
.fa .icon-text {
  margin-left: 8px;
  font-size: 14px;
}
.popover-list {
  max-height: 200px;
  overflow-y: auto;
}
.popover-list > li {
  width: 100%;
  padding: 5px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cell-screen-popover {
  margin-top: -25px !important;
}
.txt-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.el-button + .el-button[data-v-c1599c60] {
  margin-left: 5px;
}
[data-v-c1599c60] .el-dropdown {
  padding: 8px 0;
  color: #2196F3;
  cursor: pointer;
}
[data-v-c1599c60] .vxe-cell .vxe-cell--title .el-popover__reference {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
