console
<table>
<tr>
<th>
<div class="cell">
<div class="text-wrapper">
<p>16565545646465656</p>
</div>
</div>
</th>
<th>
<div class="cell">
<div class="text-wrapper">
<p>总股本</p>
<div class="tl">
<p>1</p>
<p>1234567898</p>
</div>
</div>
</div>
</th>
<th>
<div class="cell">
<div class="text-wrapper">
<p>1</p>
<p class="tl">1</p>
</div>
</div>
</th>
</tr>
</table>
th {
width: 100px;
height: auto;
border: 1px solid #000;
padding: 0;
position: relative;
}
.cell {
padding: 10px 10px;
border: 1px solid blue;
/* position: relative; */
}
.text-wrapper {
border: 1px solid red;
max-width: 120px;
min-width: 10px;
overflow: hidden;
padding: 0;
margin:0;
}
p {
padding: 0;
margin:0;
}
.tl {
text-align: left;
}