section 标签下的table宽度超出section 最大宽度

发布于 2022-09-03 13:58:49 字数 3587 浏览 7 评论 0

图片描述用bootstrap做的表格,输入太长字符超过section的最大宽度

                       <section class='grid-table' style="width: 98%; height: auto;">
                            <table class='table table-condensed head-title'>
                                <thead>
                                    <tr>
                                        <th style='text-align: center; color:black;'> 事项名称 </th>
                                        <th style='text-align: center;color:black;'> 创建人员 </th>
                                        <th style='text-align: center;color:black;'> 回复 </th>
                                        <th style='text-align: center;color:black;'> 创建时间 </th>
                                    </tr>
                                    
                                </thead>
                                <tbody v-for="(index,item) in curdiscussList" >
                                    <tr v-if="index%2==0" class="grid-content" style="border-bottom: 1px solid lightgrey; background-color: #F5F5F5;">
                                        <td class="default-font" style="height:3rem; word-break:break-all;">
                                            <a href="#" style="color: black;" >
                                            aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
                                            </a>
                                        </td>
                                        <td class="default-font" style="text-align: center;">
                                        a
                                        </td>
                                        <td class="default-font" style="text-align: center;">
                                        a
                                        </td>
                                        <td class="default-font"  style="text-align: center;">
                                        a
                                        </td>
                                    </tr>
                                    
                                    <tr v-else class="grid-content" style="border-bottom: 1px solid lightgrey;">
                                        <td class="default-font" style="height:3rem;">
                                            <a href="#" style="color: black;" >
                                            a
                                            </a>
                                        </td>
                                        <td class="default-font" style="text-align: center;">
                                        a
                                        </td>
                                        <td class="default-font" style="text-align: center;">
                                        a
                                        </td>
                                        <td class="default-font"  style="text-align: center;">
                                        a
                                        </td>
                                    </tr>
                                </tbody>
                            </table>
                        </section>

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

薄情伤 2022-09-10 13:58:49

添加css属性break-word:all

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文