仅部分之间的表 td 的边框间距

Posted

技术标签:

【中文标题】仅部分之间的表 td 的边框间距【英文标题】:border-spacing of table td between sections only 【发布时间】:2021-04-06 02:48:00 【问题描述】:

我有一个包含 3 个部分的表格:- 艺术品、条形码和文本区域,其标题如下:-

         <thead>
            <tr>
                <th scope="col"></th>
                <th scope="col" colSpan=7>Artwork Area</th>
                <th scope="col" colSpan=8>Barcode Area</th>
                <th scope="col" colSpan=8>Plain Text Area</th>
                <th scope="col"></th>
            </tr>
            <tr className='custom-tr'>
                <th scope="col">#</th>
                <th scope="col">Name</th>
                <th scope="col">X</th>
                <th scope="col">Y</th>
                <th scope="col">Rotate</th>
                <th scope="col">Scale</th>
                <th scope="col" className='same'>Flip</th>
                <th scope="col" className='same'>Flop</th>
                <th scope="col">Text</th>
                <th scope="col">X</th>
                <th scope="col">Y</th>
                <th scope="col">Rotate</th>
                <th scope="col">Scale</th>
                <th scope="col" className='same'>Flip</th>
                <th scope="col" className='same'>Flop</th>
                <th scope="col" className='same'>External</th>
                <th scope="col">Text</th>
                <th scope="col">Type</th>
                <th scope="col">X</th>
                <th scope="col">Y</th>
                <th scope="col">Rotate</th>
                <th scope="col">Scale</th>
                <th scope="col" className='same'>Flip</th>
                <th scope="col" className='same'>Flop</th>
                <th scope="col"></th>
            </tr>
        </thead>

我想在部分之间放置一个空格。即,仅在它构成的 cols 集合的第一个和最后一个 td 之前和之后。我尝试使用边框间距和边距属性,但没有帮助。

【问题讨论】:

【参考方案1】:

尝试在第一个和最后一个&lt;th&gt; 之前和之后创建一个空的&lt;th&gt;,并按照您的预期设置border: none 属性和宽度范围。

&lt;th style="border: none; width: 100px;"&gt;&lt;/th&gt;.

【讨论】:

以上是关于仅部分之间的表 td 的边框间距的主要内容,如果未能解决你的问题,请参考以下文章

HTML中做的表格为什么填充 间距 边框 三个都设置为0了,表格内部行与列之间还是有空隙。

如何在不使用边框间距和空行的情况下在带有边框的表格行之间添加空格

带有自定义边框的表格

Chrome 和 Safari 中的双边框间距

html中如果对table中的td设置边框样式

特定表格行之间的边框和间距