fix:玻纤输出检验表格表头文案靠左对齐
This commit is contained in:
parent
122e73fee2
commit
d2befea659
|
|
@ -1142,6 +1142,9 @@ tbody tr:nth-child(odd) {
|
||||||
background-color: #f5f7fa;
|
background-color: #f5f7fa;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
th{
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
tr{
|
tr{
|
||||||
min-height: 40px;
|
min-height: 40px;
|
||||||
}
|
}
|
||||||
|
|
@ -1154,7 +1157,7 @@ td {
|
||||||
border-bottom: 1px solid #ebeef5;
|
border-bottom: 1px solid #ebeef5;
|
||||||
}
|
}
|
||||||
th{
|
th{
|
||||||
padding: 12px 0;
|
padding: 12px 5px;
|
||||||
min-height: 40px;
|
min-height: 40px;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
color: #909399;
|
color: #909399;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue