处理系统中table 表格表头留白的问题,及表头与表格不对其的问题

This commit is contained in:
任珮宇 2024-02-01 17:32:16 +08:00
parent 3b8c23bc96
commit f16acfa7dd

View File

@ -74,6 +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 {