
bootstrap
bigface_girl
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
bootstrap的模态框的坑
使用模态框自定义关闭的几个错,页面左移,灰色背景仍然存在,页面滚动条消失。 最low的方法手动设置关闭 <body> <button class="btn btn-primary" type="button" onclick="show_modal()"> <i class="fa fa-plus"></i>原创 2018-10-23 14:14:02 · 703 阅读 · 0 评论 -
autocomplete在bootstrap的modal中失效
页面样式中添加 <style> .ui-autocomplete { z-index: 215000000 !important; } </style> 模态框中的z-index值设定的很大,设置.ui-autocomplete比模态框的z-index大即可 借鉴参考:https://stackoverflow.com/questions/16133654/a...转载 2019-03-29 15:51:53 · 608 阅读 · 0 评论