mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-02 11:58:10 +08:00
还原 Hbox 样式代码
This commit is contained in:
parent
90ce32c6a8
commit
cf01d8603d
@ -1,12 +1,15 @@
|
||||
.#{$ns}Hbox {
|
||||
display: flex;
|
||||
flex-grow: row;
|
||||
display: table;
|
||||
table-layout: fixed;
|
||||
border-spacing: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
|
||||
& > .#{$ns}Hbox-col {
|
||||
flex-grow: 1;
|
||||
width: 0;
|
||||
display: table-cell;
|
||||
vertical-align: top;
|
||||
height: 100%;
|
||||
float: none;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user