处理系统中table 表格中,表头尾部留白问题

处理表格表头不对其的问题
This commit is contained in:
任珮宇 2024-02-01 17:34:30 +08:00
parent 106725ac68
commit ca4d49f745

View File

@ -74,7 +74,13 @@ body {
color: #ade6ee;
font-size: 16px;
border: 1px solid rgba(65, 111, 127, 0.5);
&-header {
background: #126b82 !important;
box-sizing: border-box !important;
table {
width: calc(100% + 11px) !important;
}
}
&-thead {
> tr {
th {