fix: 修复手机模式下,查询框被文字遮盖的bug

This commit is contained in:
xiaojunnuo
2024-12-24 17:52:03 +08:00
parent 005622307e
commit 040788c793
3 changed files with 20 additions and 5 deletions
@@ -45,4 +45,8 @@
.ant-modal {
max-width: calc(100% - 32px) !important ;
}
.fs-search .ant-row{
flex-flow: row wrap !important;
}