.sqlwhere-search-condition .sql-condition-item{
position: relative;
}
.sqlwhere-search-condition .sql-condition-item:hover .delFlag {
display: block;
}
.sqlwhere-search-condition .sql-condition-item .delFlag{
position: absolute;
right: -4px;
top: 0px;
display: none;
}