为了账号安全,请及时绑定邮箱和手机立即绑定

蒙版样式moda-backdropl写在哪里

蒙版样式moda-backdropl写在哪里  而且大小没看出差别啊

正在回答

2 回答

bootstrap.js第1109行

Modal.prototype.backdrop = function (callback) {
  var that = this
  var animate = this.$element.hasClass('fade') ? 'fade' : ''

  if (this.isShown && this.options.backdrop) {
    var doAnimate = $.support.transition && animate

    this.$backdrop = $(document.createElement('div'))
      .addClass('modal-backdrop ' + animate)
      .appendTo(this.$body)

    this.$element.on('click.dismiss.bs.modal', $.proxy(function (e) {
      if (this.ignoreBackdropClick) {
        this.ignoreBackdropClick = false
        return
      }
      if (e.target !== e.currentTarget) return
      this.options.backdrop == 'static'
        ? this.$element[0].focus()
        : this.hide()
    }, this))


0 回复 有任何疑惑可以回复我~

写在模态弹出框点击按钮上

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

蒙版样式moda-backdropl写在哪里

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信