@charset "UTF-8";
/**
 * 页码样式调整
 */
[data-v-cef5fa32] .btn-prev,[data-v-cef5fa32] .btn-next {
  color: #fff;
  background: transparent !important;
}
[data-v-cef5fa32] .el-pager li {
  background: transparent !important;
}
[data-v-cef5fa32] .el-loading-mask {
  background-color: transparent;
}
[data-v-cef5fa32] .el-table {
  width: 100%;
}
[data-v-cef5fa32] .el-table .el-table__header-wrapper table,[data-v-cef5fa32] .el-table .el-table__body-wrapper table {
    width: 100% !important;
}
[data-v-cef5fa32] .el-table .el-table__body,[data-v-cef5fa32] .el-table .el-table__footer,[data-v-cef5fa32] .el-table .el-table__header {
    table-layout: auto;
}

