kityminder
Version:
36 lines (25 loc) • 390 B
text/less
/**
* 通用button
*/
@import "define";
.fui-panel {
display: inline-block;
vertical-align: top;
overflow-y: auto;
overflow-x: hidden;
.fui-panel-content {
position: relative;
top: 0;
left: 0;
}
.fui-panel-content {
width: 100%;
height: 100%;
}
&.fui-container-column {
font-size: 0;
.fui-column {
display: block;
}
}
}