mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-29 18:48:45 +08:00
还原样式
This commit is contained in:
parent
5377d53890
commit
90ce32c6a8
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user