forked from p96170835/amis
还原样式
This commit is contained in:
parent
7f7ac78051
commit
4e726ede7b
|
@ -1458,14 +1458,17 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.hbox {
|
.hbox {
|
||||||
display: flex;
|
display: table;
|
||||||
flex-direction: row;
|
table-layout: fixed;
|
||||||
align-items: flex-start;
|
border-spacing: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|
||||||
& > .col {
|
& > .col {
|
||||||
flex-grow: 1;
|
display: table-cell;
|
||||||
|
vertical-align: top;
|
||||||
|
height: 100%;
|
||||||
|
float: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue