bootstrap弹出框点击弹出图片第一次在右下方出现,然后才在下方出现是为啥?

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了bootstrap弹出框点击弹出图片第一次在右下方出现,然后才在下方出现是为啥?相关的知识,希望对你有一定的参考价值。

第一次弹出第二次弹出

参考技术A

    <!-- Button trigger modal -->

    <button class="btn btn-primary btn-lg" data-toggle="modal" data-target="#myModal">

    Launch demo modal

    </button>

    <!-- Modal -->

    <div class="modal fade" id="myModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">

    <div class="modal-dialog">

    <div class="modal-content">

    <div class="modal-header">

    <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>

    </div>

    <div class="modal-body">

    <img src="/402932167988559583.jpg" alt="" style="width:100%;">

    </div>

    <div class="modal-footer">

    <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>

    </div>

    </div><!-- /.modal-content -->

    </div><!-- /.modal-dialog -->

    </div><!-- /.modal --

以上是关于bootstrap弹出框点击弹出图片第一次在右下方出现,然后才在下方出现是为啥?的主要内容,如果未能解决你的问题,请参考以下文章

Bootstrap 弹出框更改 html 内容

Bootstrap iframe 弹出层问题

Bootstrap 弹出框怎么设置为可拖动

从 Bootstrap 弹出框访问 div id

造型 Bootstrap 3 弹出框

如何在悬停时保持 Bootstrap 弹出框活着?