【发布时间】:2016-08-12 07:55:53
【问题描述】:
我想删除当我在一列上放置 2 个数字时创建的间距。
这里是小提琴代码:
这里是一些css:
table {
width: 85%;
margin: 0 auto;
max-height: 400px;
border-collapse: collapse;
}
table td {
font-size: 14px;
color: #fff;
text-align: center;
max-height: 20px;
direction: rtl;
}
table th, td {
padding: 7px;
}
table.to th, td {
padding: 0;
}
【问题讨论】:
-
试试你添加小提琴链接?
-
你的问题解决了!请检查下面的答案!
标签: html css cell css-tables