我有一个包含tr>th
的表格,td
包含伪元素:after
。我有CSS
table thead tr th:after {
content: " ";
width: 19%;
display: block;
height: 3em;
float: right;
background-color: white;
border-left: 2px solid lightgray
}
.panel_content table thead tr th.site {
border-top: 2px solid lightblue;
background-color: lightblue;
}
答案 0 :(得分:0)
空格是由{after> width: 19%;
引起的。这将占据表宽度的19%,具体取决于容器允许的宽度。