CherishZeng

解决方式一:将所有需要并排的table放入一个大的table中

<div class="modal-body" style="width: 100%">
                <table>

                    <tr>
                        <td>
                            <!--<div style="width: 50%;" id="showBaseResponse">-->
                            <table width="50%"   border=1   style="display:inline" class="table-bordered" id="ESCompare" >
                                <tbody></tbody>
                            </table>
                            <!--</div>-->
                        </td>
                        <td>
                            <!--<div style="width: 50%;" id="showDiffResponse">-->
                            <table width="50%"   border=1   style="display:inline" class="table-bordered" id="TestCompare">
                                <tbody></tbody>
                            </table>
                            <!-- </div>-->
                        </td>
                    </tr>


                </table>


            </div>

其他解决方式:放入div中,偏移div,有道友知道可以贴出~   后续完成小程序之后,再解决吧!

分类:

技术点:

相关文章:

  • 2022-01-07
  • 2021-12-28
  • 2022-01-08
  • 2022-12-23
  • 2021-09-20
  • 2021-12-22
  • 2021-07-30
  • 2021-08-06
猜你喜欢
  • 2021-11-30
  • 2022-12-23
  • 2021-08-16
  • 2022-03-03
  • 2022-02-23
  • 2021-09-29
相关资源
相似解决方案