.page-manage-ticketinfo .ticketinfo-switch {
  margin-top: 20px;
  padding-left: 30px;
}
.page-manage-ticketinfo .text-right {
  display: inherit;
  text-align: right;
}
.page-manage-ticketinfo .tab-wrapper {
  display: flex;
  background: #eaebf1;
  border-bottom: 1px solid #d1d3e2;
}
.page-manage-ticketinfo .tab-item {
  display: block;
  padding: 10px 40px;
  transition: 0.3s all;
  border-radius: 3px 3px 0 0;
  cursor: pointer;
}
.page-manage-ticketinfo .tab-item:hover {
  color: #427bd4;
}
.page-manage-ticketinfo .tab-item.active {
  background: #fff;
  position: relative;
  top: 1px;
  color: #427bd4;
  border: 1px solid #d1d3e2;
  border-bottom: none;
}
.info-list {
  background: #fff;
}
.info-list .tab-item {
  display: block;
  padding: 10px 40px;
  transition: 0.3s all;
  border-radius: 3px 3px 0 0;
}
.info-list .tab-item.router-link-active {
  background: #fff;
  position: relative;
  top: 1px;
  color: #427bd4;
  border: 1px solid #d1d3e2;
  border-bottom: none;
}
.info-list .el-date-editor.el-input {
  width: 150px;
}
.info-list .handle-btn {
  padding-left: 10px;
  line-height: 40px;
  background: #eaecf3;
}

