[前端][fmui]点击搜索input框后收起软键盘后列表消失

[知识库地址1](问题受理工作流 (epoint.com.cn)open in new window)

版本信息

F951

问题现象

解决方案

将写在.mui-content类上的样式height:100%去掉

<div class="mui-content" style="height: 100%;">
    //...
</div>
//改成
<div class="mui-content">
    //...
</div>
最后更新时间::
贡献者: wyanqd