gpt4 book ai didi

css - 如何缩小 bootstrap 4 表

转载 作者:行者123 更新时间:2023-11-28 19:30:16 31 4
gpt4 key购买 nike

我在 bootstrap 中有一张表

<div class="table-responsive">
<table>
....
</table>
</div>

手机上的当前表格:

enter image description here

在移动设备上需要像这样: enter image description here

所以它是可滚动的,我需要缩小整个表格的 View ,我该怎么做?

最佳答案

尝试在您的 css 或更高版本中使用 zoom:70%;(不过请确保它低于 100%),这应该会缩小页面。所以尝试将您的代码更改为:

<div class="table-responsive" style="zoom:70%">...

希望这对您有所帮助!

关于css - 如何缩小 bootstrap 4 表,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55206209/

31 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com