@qn-pandora/pandora-component 4.3.2 → 4.3.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (128) hide show
  1. package/CHANGELOG.json +37 -0
  2. package/CHANGELOG.md +35 -45
  3. package/README.md +36 -36
  4. package/es/components/AutoComplete/style.less +8 -8
  5. package/es/components/Breadcrumb/style.less +9 -9
  6. package/es/components/Button/style.less +51 -51
  7. package/es/components/Card/RowExtra/style.less +8 -8
  8. package/es/components/Card/SearchInput/style.less +8 -8
  9. package/es/components/Card/style.less +11 -11
  10. package/es/components/CheckTransformList/style.less +35 -35
  11. package/es/components/Checkbox/style.less +5 -5
  12. package/es/components/CheckboxList/style.less +11 -11
  13. package/es/components/Collapse/style.less +58 -58
  14. package/es/components/CollapsiblePanel/style.less +63 -63
  15. package/es/components/DateTimePicker/Base/style.less +160 -160
  16. package/es/components/DateTimePicker/BaseMobile/Absolute/style.less +35 -35
  17. package/es/components/DateTimePicker/BaseMobile/style.less +32 -32
  18. package/es/components/DateTimePicker/Collapse/Panel/style.less +26 -26
  19. package/es/components/DateTimePicker/DisplayInput/style.less +9 -9
  20. package/es/components/DateTimePicker/constants.d.ts +2 -2
  21. package/es/components/DateTimePicker/style.less +19 -19
  22. package/es/components/Descriptions/style.less +16 -16
  23. package/es/components/Drawer/CloseIcon/style.less +8 -8
  24. package/es/components/Drawer/index.d.ts +1 -0
  25. package/es/components/Drawer/index.js +13 -4
  26. package/es/components/Drawer/style.less +61 -61
  27. package/es/components/FileResumable/constants.d.ts +1 -0
  28. package/es/components/FileResumable/index.js +4 -2
  29. package/es/components/FileResumable/style.less +94 -94
  30. package/es/components/Input/style.less +12 -12
  31. package/es/components/KeyValuePair/style.less +25 -25
  32. package/es/components/Menu/style.less +18 -18
  33. package/es/components/Modal/style.less +30 -30
  34. package/es/components/NameExplainTooltip/style.less +10 -10
  35. package/es/components/NameLimiter/index.d.ts +5 -4
  36. package/es/components/NameLimiter/index.js +2 -2
  37. package/es/components/NameLimiter/style.less +19 -19
  38. package/es/components/OptionList/InlineOptionList/style.less +16 -16
  39. package/es/components/OptionList/OptionItem/style.less +25 -25
  40. package/es/components/OptionList/PopoverOptionList/style.less +30 -30
  41. package/es/components/OptionList/style.less +3 -3
  42. package/es/components/RadioGroup/style.less +41 -41
  43. package/es/components/RangeInput/style.less +37 -37
  44. package/es/components/RemarkName/style.less +2 -2
  45. package/es/components/Selector/style.less +99 -99
  46. package/es/components/Spin/style.less +26 -26
  47. package/es/components/Steps/ControlButton/style.less +5 -5
  48. package/es/components/Steps/style.less +48 -48
  49. package/es/components/Table/ColumnSetting/style.less +46 -46
  50. package/es/components/Table/ColumnTag/style.less +40 -40
  51. package/es/components/Table/style.less +321 -321
  52. package/es/components/Tabs/style.less +33 -33
  53. package/es/components/TagList/Tag/style.less +72 -72
  54. package/es/components/TagList/TagSwitch/style.less +28 -28
  55. package/es/components/TagList/style.less +28 -28
  56. package/es/components/Timeline/TimelineItem/style.less +49 -49
  57. package/es/components/Timeline/style.less +23 -23
  58. package/es/components/Transfer/List/style.less +19 -19
  59. package/es/components/Transfer/ListBody/style.less +18 -18
  60. package/es/components/Transfer/style.less +14 -14
  61. package/es/components/TreeSelector/style.less +56 -56
  62. package/es/index.css +1928 -1928
  63. package/es/index.less +53 -53
  64. package/es/style/mixin.less +45 -45
  65. package/es/style/theme.less +412 -412
  66. package/lib/components/AutoComplete/style.less +8 -8
  67. package/lib/components/Breadcrumb/style.less +9 -9
  68. package/lib/components/Button/style.less +51 -51
  69. package/lib/components/Card/RowExtra/style.less +8 -8
  70. package/lib/components/Card/SearchInput/style.less +8 -8
  71. package/lib/components/Card/style.less +11 -11
  72. package/lib/components/CheckTransformList/style.less +35 -35
  73. package/lib/components/Checkbox/style.less +5 -5
  74. package/lib/components/CheckboxList/style.less +11 -11
  75. package/lib/components/Collapse/style.less +58 -58
  76. package/lib/components/CollapsiblePanel/style.less +63 -63
  77. package/lib/components/DateTimePicker/Base/style.less +160 -160
  78. package/lib/components/DateTimePicker/BaseMobile/Absolute/style.less +35 -35
  79. package/lib/components/DateTimePicker/BaseMobile/style.less +32 -32
  80. package/lib/components/DateTimePicker/Collapse/Panel/style.less +26 -26
  81. package/lib/components/DateTimePicker/DisplayInput/style.less +9 -9
  82. package/lib/components/DateTimePicker/constants.d.ts +2 -2
  83. package/lib/components/DateTimePicker/style.less +19 -19
  84. package/lib/components/Descriptions/style.less +16 -16
  85. package/lib/components/Drawer/CloseIcon/style.less +8 -8
  86. package/lib/components/Drawer/index.d.ts +1 -0
  87. package/lib/components/Drawer/index.js +13 -4
  88. package/lib/components/Drawer/style.less +61 -61
  89. package/lib/components/FileResumable/constants.d.ts +1 -0
  90. package/lib/components/FileResumable/index.js +4 -2
  91. package/lib/components/FileResumable/style.less +94 -94
  92. package/lib/components/Input/style.less +12 -12
  93. package/lib/components/KeyValuePair/style.less +25 -25
  94. package/lib/components/Menu/style.less +18 -18
  95. package/lib/components/Modal/style.less +30 -30
  96. package/lib/components/NameExplainTooltip/style.less +10 -10
  97. package/lib/components/NameLimiter/index.d.ts +5 -4
  98. package/lib/components/NameLimiter/index.js +2 -2
  99. package/lib/components/NameLimiter/style.less +19 -19
  100. package/lib/components/OptionList/InlineOptionList/style.less +16 -16
  101. package/lib/components/OptionList/OptionItem/style.less +25 -25
  102. package/lib/components/OptionList/PopoverOptionList/style.less +30 -30
  103. package/lib/components/OptionList/style.less +3 -3
  104. package/lib/components/RadioGroup/style.less +41 -41
  105. package/lib/components/RangeInput/style.less +37 -37
  106. package/lib/components/RemarkName/style.less +2 -2
  107. package/lib/components/Selector/style.less +99 -99
  108. package/lib/components/Spin/style.less +26 -26
  109. package/lib/components/Steps/ControlButton/style.less +5 -5
  110. package/lib/components/Steps/style.less +48 -48
  111. package/lib/components/Table/ColumnSetting/style.less +46 -46
  112. package/lib/components/Table/ColumnTag/style.less +40 -40
  113. package/lib/components/Table/style.less +321 -321
  114. package/lib/components/Tabs/style.less +33 -33
  115. package/lib/components/TagList/Tag/style.less +72 -72
  116. package/lib/components/TagList/TagSwitch/style.less +28 -28
  117. package/lib/components/TagList/style.less +28 -28
  118. package/lib/components/Timeline/TimelineItem/style.less +49 -49
  119. package/lib/components/Timeline/style.less +23 -23
  120. package/lib/components/Transfer/List/style.less +19 -19
  121. package/lib/components/Transfer/ListBody/style.less +18 -18
  122. package/lib/components/Transfer/style.less +14 -14
  123. package/lib/components/TreeSelector/style.less +56 -56
  124. package/lib/index.css +4457 -4457
  125. package/lib/index.less +53 -53
  126. package/lib/style/mixin.less +45 -45
  127. package/lib/style/theme.less +412 -412
  128. package/package.json +83 -83
package/CHANGELOG.json CHANGED
@@ -1,6 +1,43 @@
1
1
  {
2
2
  "name": "@qn-pandora/pandora-component",
3
3
  "entries": [
4
+ {
5
+ "version": "4.3.4",
6
+ "tag": "@qn-pandora/pandora-component_v4.3.4",
7
+ "date": "Mon, 18 Dec 2023 11:54:46 GMT",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "comment": "2023-12-18发包"
12
+ }
13
+ ],
14
+ "dependency": [
15
+ {
16
+ "comment": "Updating dependency \"@qn-pandora/app-sdk\" from `^3.3.3` to `^3.3.4`"
17
+ }
18
+ ]
19
+ }
20
+ },
21
+ {
22
+ "version": "4.3.3",
23
+ "tag": "@qn-pandora/pandora-component_v4.3.3",
24
+ "date": "Tue, 28 Nov 2023 12:13:32 GMT",
25
+ "comments": {
26
+ "patch": [
27
+ {
28
+ "comment": "2023-11-28发包"
29
+ }
30
+ ],
31
+ "dependency": [
32
+ {
33
+ "comment": "Updating dependency \"@qn-pandora/pandora-component-icons\" from `^3.3.1` to `^3.3.2`"
34
+ },
35
+ {
36
+ "comment": "Updating dependency \"@qn-pandora/app-sdk\" from `^3.3.2` to `^3.3.3`"
37
+ }
38
+ ]
39
+ }
40
+ },
4
41
  {
5
42
  "version": "4.3.2",
6
43
  "tag": "@qn-pandora/pandora-component_v4.3.2",
package/CHANGELOG.md CHANGED
@@ -1,65 +1,71 @@
1
1
  # Change Log - @qn-pandora/pandora-component
2
2
 
3
- This log was last generated on Thu, 16 Nov 2023 11:14:33 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 18 Dec 2023 11:54:46 GMT and should not be manually modified.
4
4
 
5
- ## 4.3.2
5
+ ## 4.3.4
6
+ Mon, 18 Dec 2023 11:54:46 GMT
7
+
8
+ ### Patches
9
+
10
+ - 2023-12-18发包
11
+
12
+ ## 4.3.3
13
+ Tue, 28 Nov 2023 12:13:32 GMT
6
14
 
15
+ ### Patches
16
+
17
+ - 2023-11-28发包
18
+
19
+ ## 4.3.2
7
20
  Thu, 16 Nov 2023 11:14:33 GMT
8
21
 
9
22
  ### Patches
10
23
 
11
- - 2023-11-16 发包
24
+ - 2023-11-16发包
12
25
 
13
26
  ## 4.3.1
14
-
15
27
  Mon, 30 Oct 2023 08:56:57 GMT
16
28
 
17
29
  ### Patches
18
30
 
19
- - 2023-10-30 发包
31
+ - 2023-10-30发包
20
32
 
21
33
  ## 4.3.0
22
-
23
34
  Tue, 24 Oct 2023 08:06:30 GMT
24
35
 
25
36
  ### Minor changes
26
37
 
27
- - 2023-10-24 发包
38
+ - 2023-10-24发包
28
39
 
29
40
  ## 4.2.0
30
-
31
41
  Mon, 25 Sep 2023 07:36:39 GMT
32
42
 
33
43
  ### Minor changes
34
44
 
35
- - 2023-09-25 发包
45
+ - 2023-09-25发包
36
46
 
37
47
  ## 4.1.6
38
-
39
48
  Fri, 25 Aug 2023 10:29:46 GMT
40
49
 
41
50
  ### Patches
42
51
 
43
- - 2023-08-25 发包
52
+ - 2023-08-25发包
44
53
 
45
54
  ## 4.1.5
46
-
47
55
  Fri, 25 Aug 2023 09:17:44 GMT
48
56
 
49
57
  ### Patches
50
58
 
51
- - 2023-08-25 发包
59
+ - 2023-08-25发包
52
60
 
53
61
  ## 4.1.4
54
-
55
62
  Thu, 24 Aug 2023 09:24:03 GMT
56
63
 
57
64
  ### Patches
58
65
 
59
- - 2023.08.24 发包
66
+ - 2023.08.24发包
60
67
 
61
68
  ## 4.1.3
62
-
63
69
  Wed, 26 Jul 2023 09:10:30 GMT
64
70
 
65
71
  ### Patches
@@ -67,63 +73,55 @@ Wed, 26 Jul 2023 09:10:30 GMT
67
73
  - 2023.07.26 publish
68
74
 
69
75
  ## 4.1.2
70
-
71
76
  Tue, 25 Jul 2023 09:47:47 GMT
72
77
 
73
78
  ### Patches
74
79
 
75
- - 2023.07.25 发包
80
+ - 2023.07.25发包
76
81
 
77
82
  ## 4.1.1
78
-
79
83
  Thu, 20 Jul 2023 07:02:58 GMT
80
84
 
81
85
  ### Patches
82
86
 
83
- - 2023.07.20 发包
87
+ - 2023.07.20发包
84
88
 
85
89
  ## 4.1.0
86
-
87
90
  Tue, 27 Jun 2023 06:38:00 GMT
88
91
 
89
92
  ### Minor changes
90
93
 
91
- - 2023.06.27 发包
94
+ - 2023.06.27发包
92
95
 
93
96
  ## 4.0.12
94
-
95
97
  Mon, 29 May 2023 10:29:42 GMT
96
98
 
97
99
  ### Patches
98
100
 
99
- - 2023.05.29 发包
101
+ - 2023.05.29发包
100
102
 
101
103
  ## 4.0.11
102
-
103
104
  Wed, 24 May 2023 07:19:25 GMT
104
105
 
105
106
  ### Patches
106
107
 
107
- - 2023.05.24 发包
108
+ - 2023.05.24发包
108
109
 
109
110
  ## 4.0.10
110
-
111
111
  Tue, 23 May 2023 03:12:29 GMT
112
112
 
113
113
  ### Patches
114
114
 
115
- - 2023.05.23 发布
115
+ - 2023.05.23发布
116
116
 
117
117
  ## 4.0.9
118
-
119
118
  Wed, 19 Apr 2023 03:15:25 GMT
120
119
 
121
120
  ### Patches
122
121
 
123
- - 2023.04.19 发包
122
+ - 2023.04.19发包
124
123
 
125
124
  ## 4.0.8
126
-
127
125
  Tue, 04 Apr 2023 08:26:02 GMT
128
126
 
129
127
  ### Patches
@@ -131,23 +129,20 @@ Tue, 04 Apr 2023 08:26:02 GMT
131
129
  - 2023.04.04
132
130
 
133
131
  ## 4.0.7
134
-
135
132
  Thu, 23 Mar 2023 07:12:05 GMT
136
133
 
137
134
  ### Patches
138
135
 
139
- - 2023.03.23 发布
136
+ - 2023.03.23发布
140
137
 
141
138
  ## 4.0.6
142
-
143
139
  Mon, 13 Mar 2023 11:30:17 GMT
144
140
 
145
141
  ### Patches
146
142
 
147
- - 2023.03.13 发布
143
+ - 2023.03.13发布
148
144
 
149
145
  ## 4.0.5
150
-
151
146
  Wed, 15 Feb 2023 09:26:50 GMT
152
147
 
153
148
  ### Patches
@@ -155,7 +150,6 @@ Wed, 15 Feb 2023 09:26:50 GMT
155
150
  - 2023.02.15 发布
156
151
 
157
152
  ## 4.0.4
158
-
159
153
  Wed, 11 Jan 2023 08:25:05 GMT
160
154
 
161
155
  ### Patches
@@ -163,7 +157,6 @@ Wed, 11 Jan 2023 08:25:05 GMT
163
157
  - 2023-01-11 发布
164
158
 
165
159
  ## 4.0.3
166
-
167
160
  Tue, 10 Jan 2023 03:03:58 GMT
168
161
 
169
162
  ### Patches
@@ -171,23 +164,20 @@ Tue, 10 Jan 2023 03:03:58 GMT
171
164
  - 2023-01-10 发布
172
165
 
173
166
  ## 4.0.2
174
-
175
167
  Tue, 29 Nov 2022 03:37:07 GMT
176
168
 
177
169
  ### Patches
178
170
 
179
- - 2022.11.29 发布
171
+ - 2022.11.29发布
180
172
 
181
173
  ## 4.0.1
182
-
183
174
  Mon, 17 Oct 2022 06:49:55 GMT
184
175
 
185
176
  ### Patches
186
177
 
187
- - 22 10 16 日发布
178
+ - 22年10月16日发布
188
179
 
189
180
  ## 4.0.0
190
-
191
181
  Tue, 14 Jun 2022 09:21:39 GMT
192
182
 
193
183
  ### Breaking changes
@@ -195,9 +185,9 @@ Tue, 14 Jun 2022 09:21:39 GMT
195
185
  - 很久没发版了,统一发个大版本
196
186
 
197
187
  ## 3.0.0
198
-
199
188
  Mon, 20 Dec 2021 11:46:43 GMT
200
189
 
201
190
  ### Breaking changes
202
191
 
203
- - 仓库迁移至 rush 后统一发个大版本
192
+ - 仓库迁移至rush后统一发个大版本
193
+
package/README.md CHANGED
@@ -1,36 +1,36 @@
1
- # `@qn-pandora/pandora-component`
2
-
3
- Pandora 基础组件库,详细文档请参考:[https://docs-pandora.qiniu.com/lib/pandora-component/index.html](https://docs-pandora.qiniu.com/lib/pandora-component/index.html)
4
-
5
- ## Install
6
-
7
- ```bash
8
- # run in terminal
9
- yarn add @qn-pandora/pandora-component
10
- # or
11
- npm install @qn-pandora/pandora-component
12
- ```
13
-
14
- ## Usage
15
-
16
- ```typescript
17
- import { Button } from '@qn-pandora/pandora-component'
18
-
19
- const App = () => (
20
- <>
21
- <Button type="primary">Hello Pandora</Button>
22
- </>
23
- )
24
- ```
25
-
26
- And import style manually:
27
-
28
- ```typescript
29
- import '@qn-pandora/pandora-component/lib/index.css'
30
- // or
31
- import '@qn-pandora/pandora-component/lib/index.less'
32
- ```
33
-
34
- ## Support Components & Docs
35
-
36
- view the [documentation](https://docs-pandora.qiniu.com/lib/pandora-component)
1
+ # `@qn-pandora/pandora-component`
2
+
3
+ Pandora 基础组件库,详细文档请参考:[https://docs-pandora.qiniu.com/lib/pandora-component/index.html](https://docs-pandora.qiniu.com/lib/pandora-component/index.html)
4
+
5
+ ## Install
6
+
7
+ ```bash
8
+ # run in terminal
9
+ yarn add @qn-pandora/pandora-component
10
+ # or
11
+ npm install @qn-pandora/pandora-component
12
+ ```
13
+
14
+ ## Usage
15
+
16
+ ```typescript
17
+ import { Button } from '@qn-pandora/pandora-component'
18
+
19
+ const App = () => (
20
+ <>
21
+ <Button type="primary">Hello Pandora</Button>
22
+ </>
23
+ )
24
+ ```
25
+
26
+ And import style manually:
27
+
28
+ ```typescript
29
+ import '@qn-pandora/pandora-component/lib/index.css'
30
+ // or
31
+ import '@qn-pandora/pandora-component/lib/index.less'
32
+ ```
33
+
34
+ ## Support Components & Docs
35
+
36
+ view the [documentation](https://docs-pandora.qiniu.com/lib/pandora-component)
@@ -1,8 +1,8 @@
1
- @import 'antd/lib/auto-complete/style/index.less';
2
- @import '../../style/theme.less';
3
- @import '../Selector/style.less';
4
- .@{sdk-prefix}-auto-complete {
5
- .@{ant-prefix}-input {
6
- border: 0px;
7
- }
8
- }
1
+ @import 'antd/lib/auto-complete/style/index.less';
2
+ @import '../../style/theme.less';
3
+ @import '../Selector/style.less';
4
+ .@{sdk-prefix}-auto-complete {
5
+ .@{ant-prefix}-input {
6
+ border: 0px;
7
+ }
8
+ }
@@ -1,9 +1,9 @@
1
- @import 'antd/lib/breadcrumb/style/index.less';
2
- @import '../../style/theme.less';
3
-
4
- .@{sdk-prefix}-breadcrumb {
5
- font-size: 14px;
6
- a {
7
- text-decoration: none;
8
- }
9
- }
1
+ @import 'antd/lib/breadcrumb/style/index.less';
2
+ @import '../../style/theme.less';
3
+
4
+ .@{sdk-prefix}-breadcrumb {
5
+ font-size: 14px;
6
+ a {
7
+ text-decoration: none;
8
+ }
9
+ }
@@ -1,51 +1,51 @@
1
- @import 'antd/lib/button/style/index.less';
2
- @import '../../style/theme.less';
3
-
4
- .@{sdk-prefix}-button {
5
- box-shadow: none;
6
-
7
- &.@{sdk-prefix}-button-disabled {
8
- background: @button-disabled-bg;
9
- color: @button-disabled-color;
10
- border-color: @button-disabled-border-color;
11
- pointer-events: none;
12
- text-shadow: none;
13
- }
14
-
15
- // type
16
- &.@{sdk-prefix}-type-default {
17
- background: @button-default-bg;
18
- color: @button-default-color;
19
- border: 1px solid @button-default-border-color;
20
- &:hover,
21
- &:focus {
22
- background: @button-default-hover-bg;
23
- border-color: @button-default-hover-border-color;
24
- }
25
- }
26
-
27
- // size
28
- &.@{sdk-prefix}-size-large {
29
- font-size: 16px;
30
- padding: 0 20px;
31
- height: 32px;
32
- }
33
- &.@{sdk-prefix}-size-default {
34
- font-size: 14px;
35
- padding: 0 16px;
36
- height: 32px;
37
- }
38
- &.@{sdk-prefix}-size-small {
39
- font-size: 12px;
40
- padding: 4px 14px;
41
- }
42
- &.@{sdk-prefix}-size-mini {
43
- font-size: 10px;
44
- padding: 2px 6px;
45
- }
46
-
47
- .anticon {
48
- color: inherit;
49
- vertical-align: middle;
50
- }
51
- }
1
+ @import 'antd/lib/button/style/index.less';
2
+ @import '../../style/theme.less';
3
+
4
+ .@{sdk-prefix}-button {
5
+ box-shadow: none;
6
+
7
+ &.@{sdk-prefix}-button-disabled {
8
+ background: @button-disabled-bg;
9
+ color: @button-disabled-color;
10
+ border-color: @button-disabled-border-color;
11
+ pointer-events: none;
12
+ text-shadow: none;
13
+ }
14
+
15
+ // type
16
+ &.@{sdk-prefix}-type-default {
17
+ background: @button-default-bg;
18
+ color: @button-default-color;
19
+ border: 1px solid @button-default-border-color;
20
+ &:hover,
21
+ &:focus {
22
+ background: @button-default-hover-bg;
23
+ border-color: @button-default-hover-border-color;
24
+ }
25
+ }
26
+
27
+ // size
28
+ &.@{sdk-prefix}-size-large {
29
+ font-size: 16px;
30
+ padding: 0 20px;
31
+ height: 32px;
32
+ }
33
+ &.@{sdk-prefix}-size-default {
34
+ font-size: 14px;
35
+ padding: 0 16px;
36
+ height: 32px;
37
+ }
38
+ &.@{sdk-prefix}-size-small {
39
+ font-size: 12px;
40
+ padding: 4px 14px;
41
+ }
42
+ &.@{sdk-prefix}-size-mini {
43
+ font-size: 10px;
44
+ padding: 2px 6px;
45
+ }
46
+
47
+ .anticon {
48
+ color: inherit;
49
+ vertical-align: middle;
50
+ }
51
+ }
@@ -1,8 +1,8 @@
1
- @import 'antd/lib/grid/style/index.less';
2
- @import '../../../style/theme.less';
3
-
4
- .@{sdk-prefix}-card-row-extra {
5
- button {
6
- min-width: 80px;
7
- }
8
- }
1
+ @import 'antd/lib/grid/style/index.less';
2
+ @import '../../../style/theme.less';
3
+
4
+ .@{sdk-prefix}-card-row-extra {
5
+ button {
6
+ min-width: 80px;
7
+ }
8
+ }
@@ -1,8 +1,8 @@
1
- @import '../../../style/theme.less';
2
-
3
- .@{sdk-prefix}-card-search-input {
4
- min-width: 200px;
5
- i {
6
- color: @input-placeholder-color;
7
- }
8
- }
1
+ @import '../../../style/theme.less';
2
+
3
+ .@{sdk-prefix}-card-search-input {
4
+ min-width: 200px;
5
+ i {
6
+ color: @input-placeholder-color;
7
+ }
8
+ }
@@ -1,11 +1,11 @@
1
- @import 'antd/lib/card/style/index.less';
2
- @import 'antd/lib/tabs/style/index.less';
3
- @import '../../style/theme.less';
4
-
5
- .@{sdk-prefix}-card {
6
- .@{ant-prefix}-card-head {
7
- .@{ant-prefix}-card-extra {
8
- padding: 0;
9
- }
10
- }
11
- }
1
+ @import 'antd/lib/card/style/index.less';
2
+ @import 'antd/lib/tabs/style/index.less';
3
+ @import '../../style/theme.less';
4
+
5
+ .@{sdk-prefix}-card {
6
+ .@{ant-prefix}-card-head {
7
+ .@{ant-prefix}-card-extra {
8
+ padding: 0;
9
+ }
10
+ }
11
+ }
@@ -1,35 +1,35 @@
1
- @import 'antd/lib/divider/style/index.less';
2
- @import 'antd/lib/checkbox/style/index.less';
3
- @import 'antd/lib/input/style/index.less';
4
- @import '../NameLimiter/style.less';
5
- @import '../../style/theme.less';
6
-
7
- .@{sdk-prefix}-check-transform-list {
8
- display: flex;
9
- margin-top: 20px;
10
- padding-left: 5px;
11
- padding-right: 5px;
12
- .@{sdk-prefix}-check-transform-divider {
13
- height: auto;
14
- margin-left: 40px;
15
- margin-right: 40px;
16
- }
17
- }
18
- .@{sdk-prefix}-check-transform {
19
- flex: 1;
20
- .@{sdk-prefix}-check-transform-header {
21
- margin-bottom: 10px;
22
- }
23
- .@{sdk-prefix}-check-transform-search {
24
- width: 100%;
25
- height: 40px;
26
- margin-bottom: 10px;
27
- }
28
- .@{sdk-prefix}-check-transform-checkBox {
29
- line-height: 40px;
30
-
31
- .@{sdk-prefix}-check-transform-checkbox-group {
32
- line-height: 40px;
33
- }
34
- }
35
- }
1
+ @import 'antd/lib/divider/style/index.less';
2
+ @import 'antd/lib/checkbox/style/index.less';
3
+ @import 'antd/lib/input/style/index.less';
4
+ @import '../NameLimiter/style.less';
5
+ @import '../../style/theme.less';
6
+
7
+ .@{sdk-prefix}-check-transform-list {
8
+ display: flex;
9
+ margin-top: 20px;
10
+ padding-left: 5px;
11
+ padding-right: 5px;
12
+ .@{sdk-prefix}-check-transform-divider {
13
+ height: auto;
14
+ margin-left: 40px;
15
+ margin-right: 40px;
16
+ }
17
+ }
18
+ .@{sdk-prefix}-check-transform {
19
+ flex: 1;
20
+ .@{sdk-prefix}-check-transform-header {
21
+ margin-bottom: 10px;
22
+ }
23
+ .@{sdk-prefix}-check-transform-search {
24
+ width: 100%;
25
+ height: 40px;
26
+ margin-bottom: 10px;
27
+ }
28
+ .@{sdk-prefix}-check-transform-checkBox {
29
+ line-height: 40px;
30
+
31
+ .@{sdk-prefix}-check-transform-checkbox-group {
32
+ line-height: 40px;
33
+ }
34
+ }
35
+ }
@@ -1,5 +1,5 @@
1
- @import 'antd/lib/checkbox/style/index.less';
2
-
3
- .@{ant-prefix}-checkbox-inner::after {
4
- left: 20%;
5
- }
1
+ @import 'antd/lib/checkbox/style/index.less';
2
+
3
+ .@{ant-prefix}-checkbox-inner::after {
4
+ left: 20%;
5
+ }
@@ -1,11 +1,11 @@
1
- @import 'antd/lib/checkbox/style/index.less';
2
- @import '../../style/theme.less';
3
-
4
- .@{sdk-prefix}-checkbox-item {
5
- white-space: nowrap;
6
- width: 100%;
7
- &.@{ant-prefix}-checkbox-wrapper {
8
- margin-left: 0;
9
- line-height: 25px;
10
- }
11
- }
1
+ @import 'antd/lib/checkbox/style/index.less';
2
+ @import '../../style/theme.less';
3
+
4
+ .@{sdk-prefix}-checkbox-item {
5
+ white-space: nowrap;
6
+ width: 100%;
7
+ &.@{ant-prefix}-checkbox-wrapper {
8
+ margin-left: 0;
9
+ line-height: 25px;
10
+ }
11
+ }