我想刪除在列上放置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;
}
嘗試u到加小提琴鏈接? – SESN
在列.. – alonblack
你的問題解決了!請檢查下面的答案! –