搜索bug修复

(cherry picked from commit f87d98c7034189a1d99281e1a9ec544ec2970d9b)
This commit is contained in:
zeng 2025-04-27 16:47:00 +08:00
parent d7a2582c86
commit c845ecb41d

View File

@ -72,7 +72,7 @@ extension SPHomeHotSearchView {
bgView.snp.makeConstraints { make in
make.left.equalToSuperview().offset(16)
make.centerY.equalToSuperview()
make.centerX.equalToSuperview()
make.top.equalToSuperview()
make.bottom.equalToSuperview()
}