UNPKG
@grc/business
Version:
latest (2.0.6)
2.0.6
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
2.0.0-alpha.2
更新sider选项 : forceSubMenuRender
@grc/business
/
components
/
styles
/
utils.less
13 lines
(12 loc)
•
241 B
text/less
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
@import
"./variables.less"
;
.button-group
{ >.@{grc-prefix}-btn+.@{grc-prefix}-btn{
margin-left
:
8px
; } }
.text-overflow
{
display
: inline-block;
text-overflow
: ellipsis;
white-space
: nowrap;
max-width
:
100%
; }