gpt4 book ai didi

css - WordPress 隐藏表格行下划线

转载 作者:太空宇宙 更新时间:2023-11-04 00:55:10 25 4
gpt4 key购买 nike

你好~正在寻找一种方法来删除 WordPress 表中带下划线的行: https://begnbark.com/wp/

注意:边框已设置为“0”

<table style="height: 196px;" border="0" width="546">

希望得到照明。非常感谢 ~:~ Jacob

最佳答案

border-bottom: none 添加到您的 css 或定制器自定义 css 中的 tdth

table tbody th, table td {
border-bottom: none;
}

关于css - WordPress 隐藏表格行下划线,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54955992/

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