.jeecg-j-input-popup-popover .ant-popover-title:has(.emptyTitle) {
  border-bottom: none;
}
.jeecg-j-input-popup-input .app-iconify {
  cursor: pointer;
  color: #666666;
  transition: color 0.3s;
}
.jeecg-j-input-popup-input .app-iconify:hover {
  color: black;
}
