UNPKG
dareway-rui
Version:
latest (2.2.36)
2.2.36
dareway-rui
/
build
/
taglib
/
panel
/
style.css
10 lines
(8 loc)
•
177 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
.dw-panel
{
display
: flex;
flex-direction
: column;
flex
:
1
1
auto;
/*默认fill*/
box-sizing
: border-box;
flex-wrap
: nowrap;
overflow
: auto; }