处理系统中table 表格表头留白的问题,及表头与表格不对其的问题
This commit is contained in:
parent
3b8c23bc96
commit
f16acfa7dd
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue
Block a user