处理系统中table 表格中,表头尾部留白问题
处理表格表头不对其的问题
This commit is contained in:
parent
106725ac68
commit
ca4d49f745
|
@ -74,7 +74,13 @@ body {
|
||||||
color: #ade6ee;
|
color: #ade6ee;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
border: 1px solid rgba(65, 111, 127, 0.5);
|
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 {
|
&-thead {
|
||||||
> tr {
|
> tr {
|
||||||
th {
|
th {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user