Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/html/71.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Html 引导程序4文本“;“走出去”;从电话分辨率表_Html_Css_Html Table_Bootstrap 4 - Fatal编程技术网

Html 引导程序4文本“;“走出去”;从电话分辨率表

Html 引导程序4文本“;“走出去”;从电话分辨率表,html,css,html-table,bootstrap-4,Html,Css,Html Table,Bootstrap 4,我的引导表在电话分辨率上有问题,我的电话分辨率表将如下所示: 这是我的密码: <table class="table table-hover table-dark mt-3 table-bordered"> <thead> <tr> <th scope="col"

我的引导表在电话分辨率上有问题,我的电话分辨率表将如下所示:

这是我的密码:

<table class="table table-hover table-dark mt-3 table-bordered">
                            <thead>
                                <tr>
                                    <th scope="col" >#</th>
                                    <th scope="col" >Value</th>
                                    <th scope="col" >Action</th>
                                </tr>
                            </thead>
                            <tbody>
                                <tr>
                                    <th scope="row">Username</th>
                                    <td><?=$Username?></td>
                                    <td></td>
                                </tr>
                                <tr>
                                    <th scope="row">Email</th>
                                    <td><?=$Email?></td>
                                    <td></td>
                                </tr>
                               </tbody>
                             </table>

#
价值
行动
用户名
电子邮件

如果您查看照片的文本,您将看到屏幕上的文本“熄灭”,如何修复它?

表格响应类添加到表格中。您还可以使特定于查看断点


更多详细信息

使用媒体查询减少文本大小,减少移动分辨率中的边距和填充。