modal-lg从Bootstrap中减半。

huangapple go评论47阅读模式
英文:

modal-lg from bootstrap cut in a half

问题

以下是您要翻译的内容:

"(<https://i.stack.imgur.com/veLHB.png>)

when inspected, modal-lg has the following css

@media (min-width: 992px)
.modal-lg, .modal-xl {
    max-width: 800px;
}

which when removed, the size of the modal becomes full, but the displayed modal is not as large as when using modal-lg and the results are messy

sorry can't share the code for some reason

hope someone can solve this problem

I want to make the modal to

英文:

(<https://i.stack.imgur.com/veLHB.png>)

when inspected, modal-lg has the following css

@media (min-width: 992px)
.modal-lg, .modal-xl {
    max-width: 800px;
}

which when removed, the size of the modal becomes full, but the displayed modal is not as large as when using modal-lg and the results are messy

sorry can't share the code for some reason

hope someone can solve this problem

I want to make the modal to full on one screen, so it doesn't get cut off

答案1

得分: 0

你是否将引导类 'modal-lg' 放入正确的 div 中?

英文:

Have you put the bootstrap class 'modal-lg' in the appropriate div (?)

huangapple
  • 本文由 发表于 2023年6月19日 20:24:19
  • 转载请务必保留本文链接:https://go.coder-hub.com/76506605.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定