UNPKG
jc-biz-components
Version:
latest (1.0.3)
1.0.3
1.0.1
1.0.0
jc component library based on Antd
jc-biz-components
/
components
/
standard-table
/
style
/
index.less
13 lines
(12 loc)
•
260 B
text/less
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
@import
"../../style/variables.less"
;
@standard-table-prefix-cls:
~"@{component-prefix}-standard-table"
; :
global
{
.@{standard-table-prefix-cls}
{
.ant-table-pagination
{
margin-top
:
24px
; }
&
-alert
{
margin-bottom
:
16px
; } } }