RELATEED CONSULTING
相关咨询
选择下列产品马上在线沟通
服务时间:8:30-17:00
你可能遇到了下面的问题
关闭右侧工具栏

新闻中心

这里有您想知道的互联网营销解决方案
解决select2在bootstrapmodal中不能正常使用问题

select2在bootstrap modal中不能正常使用问题

设置CSS

        .select2-drop {
            z-index: 10050 !important;
        }

        .select2-search-choice-close {
            margin-top: 0 !important;
            right: 2px !important;
            min-height: 10px;
        }

        .select2-search-choice-close:before {
            color: black !important;
        }

        /*防止select2不会自动失去焦点*/
        .select2-container {
            z-index: 16000 !important;
        }

        .select2-drop-mask {
            z-index: 15990 !important;
        }

        .select2-drop-active {
            z-index: 15995 !important;
        }

设置下拉

$("#User").select2(
  {dropdownParent: $("#Modal")}
)

本文标题:解决select2在bootstrapmodal中不能正常使用问题
当前URL:http://scyingshan.cn/article/jcdhgh.html