@charset "UTF-8";
.content[data-v-c4f001b6] {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.searchPanel[data-v-c4f001b6] {
  display: flex;
  flex-direction: row;
  padding-top: 20px;
}
.searchPanel .leftText[data-v-c4f001b6] {
  text-indent: 20px;
  line-height: 30px;
}
.searchPanel .el-input[data-v-c4f001b6] {
  width: 230px;
  margin-left: 10px;
  margin-right: 20px;
}
.searchPanel .el-input .el-input__inner[data-v-c4f001b6] {
  height: 32px;
  font-size: 12px;
}
.searchPanel .el-button[data-v-c4f001b6] {
  height: 32px;
  line-height: 10px;
}
.buildCardBtn[data-v-c4f001b6] {
  margin-top: 40px;
  margin-left: 20px;
}
.tableContent[data-v-c4f001b6] {
  flex: 1;
  display: flex;
  padding-top: 10px;
}
.tableContent .centerBox[data-v-c4f001b6] {
  margin: auto;
  width: 98%;
  height: 100%;
  overflow: auto;
  position: relative;
  display: flex;
  flex-direction: column;
}
.tableContent .pages[data-v-c4f001b6] {
  justify-content: end;
  position: absolute;
  bottom: 0;
  right: 10px;
  background: #fff;
  z-index: 1;
}
.tableContent .el-button[data-v-c4f001b6] {
  padding: 0;
  height: 20px;
  line-height: 20px;
  padding-left: 5px;
  padding-right: 5px;
}
.title[data-v-c4f001b6] {
  font-size: 13px;
  font-weight: 700;
  color: #aaa;
}
.invoice[data-v-c4f001b6] {
  width: 450px;
  display: inline-block;
  vertical-align: top;
}
.item .el-form-item__label[data-v-c4f001b6] {
  color: #000 !important;
  font-weight: 700 !important;
}
.buttonPanel[data-v-c4f001b6] {
  display: flex;
  justify-content: flex-end;
}
.buttonItem[data-v-c4f001b6] {
  display: flex;
  flex-direction: row;
  margin-bottom: 20px;
}
.buttonItem .setpLeft[data-v-c4f001b6] {
  text-indent: 20px;
  line-height: 30px;
  margin-right: 16px;
}

/*修改下拉框背景色以及边框线样式*/
[data-v-c4f001b6] .el-scrollbar .el-scrollbar__view .el-select-dropdown__item {
  text-indent: 10px;
  padding-bottom: 10px;
}
[data-v-c4f001b6] .el-select-dropdown__wrap.el-scrollbar__wrap {
  margin-bottom: 0 !important;
}
[data-v-c4f001b6] .heiBoyNextDoor {
  overflow-y: auto !important;
}
[data-v-c4f001b6] .el-table__body-wrapper::-webkit-scrollbar {
  height: 9px;
  width: 7px;
}
[data-v-c4f001b6] .el-table__body-wrapper::-webkit-scrollbar-track {
  background-color: #fff;
}
[data-v-c4f001b6] .el-table__body-wrapper::-webkit-scrollbar-thumb {
  background-color: #d5d8db;
}
[data-v-c4f001b6] .el-table__body-wrapper::-webkit-scrollbar-thumb:hover {
  background-color: #d5d8db;
}
[data-v-c4f001b6] .el-table th.gutter,[data-v-c4f001b6] .el-table colgroup.gutter {
  width: 7px !important;
}
[data-v-c4f001b6] .el-table__header colgroup col[name=gutter] {
  display: table-cell !important;
}
[data-v-c4f001b6] .el-table__body {
  width: 100% !important;
}
