@@ -20,7 +20,7 @@ let FlexExample = React.createClass({
20
20
< Button> 2 列< / Button>
21
21
< / Flex .Item >
22
22
< Flex .Item >
23
- < Button mode = " white " > 2 列< / Button>
23
+ < Button type = " primary " > 2 列< / Button>
24
24
< / Flex .Item >
25
25
< / Flex>
26
26
< / WingBlank>
@@ -31,7 +31,7 @@ let FlexExample = React.createClass({
31
31
< Button size= " small" > 3 列< / Button>
32
32
< / Flex .Item >
33
33
< Flex .Item >
34
- < Button mode = " white " size= " small" > 3 列< / Button>
34
+ < Button type = " primary " size= " small" > 3 列< / Button>
35
35
< / Flex .Item >
36
36
< Flex .Item >
37
37
< Button size= " small" > 3 列< / Button>
@@ -42,36 +42,36 @@ let FlexExample = React.createClass({
42
42
< WingBlank>
43
43
< Flex>
44
44
< Flex .Item >
45
- < Button size = " little " > 4 列< / Button>
45
+ < Button> 4 列< / Button>
46
46
< / Flex .Item >
47
47
< Flex .Item >
48
- < Button mode = " white " size = " little " > 4 列< / Button>
48
+ < Button type = " primary " > 4 列< / Button>
49
49
< / Flex .Item >
50
50
< Flex .Item >
51
- < Button size = " little " > 4 列< / Button>
51
+ < Button> 4 列< / Button>
52
52
< / Flex .Item >
53
53
< Flex .Item >
54
- < Button mode = " white " size = " little " > 4 列< / Button>
54
+ < Button type = " primary " > 4 列< / Button>
55
55
< / Flex .Item >
56
56
< / Flex>
57
57
< / WingBlank>
58
58
< WhiteSpace / >
59
59
< WingBlank>
60
60
< Flex>
61
61
< Flex .Item >
62
- < Button size= " tiny " > 5 列< / Button>
62
+ < Button size= " small " > 5 列< / Button>
63
63
< / Flex .Item >
64
64
< Flex .Item >
65
- < Button mode = " white " size = " tiny " > 5 列< / Button>
65
+ < Button type = " primary " > 5 列< / Button>
66
66
< / Flex .Item >
67
67
< Flex .Item >
68
- < Button size= " tiny " > 5 列< / Button>
68
+ < Button size= " small " > 5 列< / Button>
69
69
< / Flex .Item >
70
70
< Flex .Item >
71
- < Button mode = " white " size = " tiny " > 5 列< / Button>
71
+ < Button type = " primary " > 5 列< / Button>
72
72
< / Flex .Item >
73
73
< Flex .Item >
74
- < Button mode = " white " size = " tiny " > 5 列< / Button>
74
+ < Button type = " primary " > 5 列< / Button>
75
75
< / Flex .Item >
76
76
< / Flex>
77
77
< / WingBlank>
0 commit comments