fix:玻纤输出检验表格表头文案靠左对齐

This commit is contained in:
shijing 2026-03-12 09:08:16 +08:00
parent 122e73fee2
commit d2befea659
1 changed files with 4 additions and 1 deletions

View File

@ -1142,6 +1142,9 @@ tbody tr:nth-child(odd) {
background-color: #f5f7fa;
}
th{
text-align: left;
}
tr{
min-height: 40px;
}
@ -1154,7 +1157,7 @@ td {
border-bottom: 1px solid #ebeef5;
}
th{
padding: 12px 0;
padding: 12px 5px;
min-height: 40px;
font-size: 12px;
color: #909399;