还原样式

This commit is contained in:
2betop 2020-07-29 13:54:11 +08:00
parent 7f7ac78051
commit 4e726ede7b
1 changed files with 7 additions and 4 deletions

View File

@ -1458,14 +1458,17 @@
}
.hbox {
display: flex;
flex-direction: row;
align-items: flex-start;
display: table;
table-layout: fixed;
border-spacing: 0;
width: 100%;
height: 100%;
& > .col {
flex-grow: 1;
display: table-cell;
vertical-align: top;
height: 100%;
float: none;
}
}