TeachingNote

layer设置area后按钮掉下来

电脑版发表于:2020/5/14 20:51

如果页面一加载就弹出layer,layer设置area后按钮就会掉下来,感觉也这算layer的一个bug


可以把高度设置成auto按钮就不会掉下来了

area: ["590px", "auto"]

但是这样高度又不能自适应了

可以这样把type设置成1,然后在里边写一个div自己写高度哇,居中哇什么的就可以解决问题了

<div style='height:390px;width:92%;margin:20px auto'>
  ....你的内容
</div>

比如这里我把高度设置成390,外面的auto就会自适应,当然要注意配合type=1来使用

关于TNBLOG
TNBLOG,技术分享。技术交流:群号677373950
ICP备案 :渝ICP备18016597号-1
App store Android
精彩评论
{{item.replyName}}
{{item.content}}
{{item.time}}
{{subpj.replyName}}
@{{subpj.beReplyName}}{{subpj.content}}
{{subpj.time}}
猜你喜欢