UNPKG
ant-g
Version:
latest (0.9.10)
0.9.10
0.9.9
0.9.8
0.9.7
0.9.6
0.9.5
0.9.4
0.9.3
0.9.1
0.9.0
antDesignPro辅助代码生成器
github.com/fanhualei/ant-g
fanhualei/ant-g
ant-g
/
lib
/
generators
/
pageGenerate
/
templates
/
simple
/
style.less
24 lines
(18 loc)
•
281 B
text/less
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
@import
'~antd/es/style/themes/default.less'
;
.tableList
{
.tableListOperator
{
margin-bottom
:
16px
;
button
{
margin-right
:
8px
; } } }
.tableAlert
{
margin-bottom
:
16px
; }
.showIcon
{
color
:
@success-color
; }
.noShowIcon
{
color
:
@error-color
; }