.SearchHistory {
  width: 100%;
  height: 100%;
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
}

.search-bar {
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
}
.search-bar-img{
	position: relative;
	left: -40px;
	width: 24px;
	cursor: pointer;
}
.search-label {
  font-size: 14px;
  color: #666;
  margin-right: 12px;
}

.search-bar .el-input__inner{
	height: 34px !important; 
}
.search-bar .el-date-editor,
.search-bar .el-button{
  height: 36px !important; 
}

.filter {
  font-size: 14px;
  color: #999;
  display: flex;
  gap: 15px;
  padding: 33px 0 12px;
}

.filter span {
  cursor: pointer;
}


.filter .el-icon {
  font-size: 14px;
  margin-right: 6px;
}

.filter-active {
  color: var(--theme-color);
}

.table {
  flex: 1;
  height: 0;
}

.el-pagination {
  padding-top: 32px;
  justify-content: center;
}
.el-input .el-input__wrapper{
	padding-right: 45px;
}