@grc/business
Version:
更新sider选项 : forceSubMenuRender
20 lines (19 loc) • 517 B
text/less
@import "./variables.less";
.@{grc-prefix}-table{
&-empty &-placeholder{
border: none;
}
.@{grc-prefix}-empty{
margin: @gbc-table-empty-margin-verticle @gbc-table-empty-margin-horizontal;
&-image{
height: @gbc-table-empty-image-height;
svg{
width: @gbc-table-empty-image-width;
height: @gbc-table-empty-image-height;
}
}
&-description{
color: @gbc-table-empty-color;
}
}
}