/*dataCapturing*/
.table-button {
  height: 40px;
  margin: 4px 0;
  overflow: hidden;
}
.table-button .dataCapturing {
  float: left;
}
.table-button .dataCapturing button {
  width: 110px;
}
.table-button .dataCapturing .el-button+.el-button {
  margin-left: 4px;
}
.table-button .dataCapturing button span{
  font-size: 14px;
}
.table-button .updateButton {
  float: right;
  margin-top: 4px;
}
.payment .table-button .updateButton {
  width: 600px;
  float: none;
  text-align: right;
}
/*tab*/
.el-tabs__item {
  font-weight: bold;
}
.el-tabs__header {
  margin-bottom: 5px;
}
.el-tabs .updateButton .el-button--small {
  width: 100px;
  position: relative;
}
.el-tabs .updateButton .el-button--small [class*=el-icon-] {
  font-size: 14px;
  position: absolute;
  left: 8px;
  top:8px;
}
/*table*/
#listTable {
  border-top: none;
}
