linkmore-design 1.0.3

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 (239) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +81 -0
  3. package/dist/40b22ad7b4ea2a7e.jpg +0 -0
  4. package/dist/566891e3103ae07a.png +0 -0
  5. package/dist/9f788f660abc173c.png +0 -0
  6. package/dist/f8940d62d6a40f71.png +0 -0
  7. package/dist/index.umd.css +2167 -0
  8. package/dist/index.umd.js +69587 -0
  9. package/dist/index.umd.min.css +1 -0
  10. package/dist/index.umd.min.js +31 -0
  11. package/es/ButtonTags/ButtonTags.js +59 -0
  12. package/es/ButtonTags/index.js +13 -0
  13. package/es/ButtonTags/style/index.js +3 -0
  14. package/es/ButtonTags/style/style.css +221 -0
  15. package/es/CkFilter/baseFilter/filterMenu.js +177 -0
  16. package/es/CkFilter/baseFilter/index.js +91 -0
  17. package/es/CkFilter/baseFilter/moreFilters.js +198 -0
  18. package/es/CkFilter/complexFilter/drawer.js +337 -0
  19. package/es/CkFilter/complexFilter/index.js +69 -0
  20. package/es/CkFilter/components/filterTypes.js +530 -0
  21. package/es/CkFilter/components/modal.js +275 -0
  22. package/es/CkFilter/context.js +152 -0
  23. package/es/CkFilter/customFilter/drawer.js +364 -0
  24. package/es/CkFilter/customFilter/index.js +130 -0
  25. package/es/CkFilter/customFilter/radioGroup.js +65 -0
  26. package/es/CkFilter/filter.js +115 -0
  27. package/es/CkFilter/index.js +13 -0
  28. package/es/CkFilter/style/index.js +3 -0
  29. package/es/CkFilter/style/style.css +586 -0
  30. package/es/CkFilter/utils.js +65 -0
  31. package/es/CustomerService/assets/question01.png +0 -0
  32. package/es/CustomerService/assets/send.png +0 -0
  33. package/es/CustomerService/assets/service.png +0 -0
  34. package/es/CustomerService/assets/shuoming01.png +0 -0
  35. package/es/CustomerService/assets/shuoming02.png +0 -0
  36. package/es/CustomerService/components/question.js +120 -0
  37. package/es/CustomerService/index.js +291 -0
  38. package/es/CustomerService/style/index.js +3 -0
  39. package/es/CustomerService/style/style.css +402 -0
  40. package/es/EditTable/EditTable.js +489 -0
  41. package/es/EditTable/index.js +13 -0
  42. package/es/EditTable/style/index.js +3 -0
  43. package/es/EditTable/style/style.css +165 -0
  44. package/es/EnlargeImg/index.js +109 -0
  45. package/es/EnlargeImg/style/index.js +3 -0
  46. package/es/EnlargeImg/style/style.css +4 -0
  47. package/es/Filter/Popover.js +199 -0
  48. package/es/Filter/baseFilter/Popover.js +214 -0
  49. package/es/Filter/baseFilter/ToggleFilter.js +112 -0
  50. package/es/Filter/baseFilter/index.js +100 -0
  51. package/es/Filter/complex/ComplexFilter.js +149 -0
  52. package/es/Filter/complex/ComplexItem.js +157 -0
  53. package/es/Filter/components/Checkbox.js +94 -0
  54. package/es/Filter/components/Date.js +87 -0
  55. package/es/Filter/components/Input.js +63 -0
  56. package/es/Filter/components/Select.js +89 -0
  57. package/es/Filter/components/Tree.js +64 -0
  58. package/es/Filter/components/header.js +60 -0
  59. package/es/Filter/components/index.js +47 -0
  60. package/es/Filter/context.js +15 -0
  61. package/es/Filter/edit/editFilter.js +277 -0
  62. package/es/Filter/index.js +174 -0
  63. package/es/Filter/popContext.js +15 -0
  64. package/es/Filter/remember.js +137 -0
  65. package/es/Filter/style/index.js +3 -0
  66. package/es/Filter/style/style.css +420 -0
  67. package/es/Icon/index.js +20 -0
  68. package/es/Icon/style/index.js +1 -0
  69. package/es/Icon/style/style.css +0 -0
  70. package/es/IconFont/index.js +15 -0
  71. package/es/IconFont/style/index.js +1 -0
  72. package/es/IconFont/style/style.css +0 -0
  73. package/es/LeftTable/assets/imgTest.jpg +0 -0
  74. package/es/LeftTable/index.js +116 -0
  75. package/es/LeftTable/style/index.js +3 -0
  76. package/es/LeftTable/style/style.css +231 -0
  77. package/es/LoadingPage/index.js +33 -0
  78. package/es/LoadingPage/style/index.js +1 -0
  79. package/es/LoadingPage/style/style.css +0 -0
  80. package/es/Modal/add.js +68 -0
  81. package/es/Modal/confirm.js +88 -0
  82. package/es/Modal/edit.js +44 -0
  83. package/es/Modal/exportModal.js +300 -0
  84. package/es/Modal/index.js +24 -0
  85. package/es/Modal/style/index.js +3 -0
  86. package/es/Modal/style/style.css +119 -0
  87. package/es/PopTable/BseTable.js +113 -0
  88. package/es/PopTable/index.js +151 -0
  89. package/es/PopTable/style/index.js +3 -0
  90. package/es/PopTable/style/style.css +363 -0
  91. package/es/ProTable/ImgList/body.js +111 -0
  92. package/es/ProTable/ImgList/cardCell.js +179 -0
  93. package/es/ProTable/ImgList/context.js +12 -0
  94. package/es/ProTable/ImgList/empty.js +24 -0
  95. package/es/ProTable/ImgList/footer.js +59 -0
  96. package/es/ProTable/ImgList/imgCell.js +181 -0
  97. package/es/ProTable/ImgList/imgTable.js +110 -0
  98. package/es/ProTable/ImgList/index.js +13 -0
  99. package/es/ProTable/Table.js +321 -0
  100. package/es/ProTable/VList.js +594 -0
  101. package/es/ProTable/context.js +12 -0
  102. package/es/ProTable/index.js +16 -0
  103. package/es/ProTable/resetConfig.js +39 -0
  104. package/es/ProTable/style/index.js +3 -0
  105. package/es/ProTable/style/style.css +693 -0
  106. package/es/TableRender/index.js +15 -0
  107. package/es/TableRender/state.js +72 -0
  108. package/es/TableRender/style/index.js +3 -0
  109. package/es/TableRender/style/style.css +0 -0
  110. package/es/UploadOss/index.js +18 -0
  111. package/es/UploadOss/style/index.js +3 -0
  112. package/es/UploadOss/style/style.css +121 -0
  113. package/es/UploadOss/uploadBtn.js +141 -0
  114. package/es/UploadOss/uploadImg.js +282 -0
  115. package/es/VirtualList/index.js +84 -0
  116. package/es/VirtualList/style/index.js +3 -0
  117. package/es/VirtualList/style/style.css +0 -0
  118. package/es/index.js +135 -0
  119. package/es/services/newRequest.js +201 -0
  120. package/es/services/utils.js +72 -0
  121. package/es/styles/icon.css +15 -0
  122. package/es/styles/main.css +149 -0
  123. package/es/styles/resetAntd.css +62 -0
  124. package/es/styles/them.css +0 -0
  125. package/lib/ButtonTags/ButtonTags.js +59 -0
  126. package/lib/ButtonTags/index.js +13 -0
  127. package/lib/ButtonTags/style/index.js +3 -0
  128. package/lib/ButtonTags/style/style.css +221 -0
  129. package/lib/CkFilter/baseFilter/filterMenu.js +177 -0
  130. package/lib/CkFilter/baseFilter/index.js +91 -0
  131. package/lib/CkFilter/baseFilter/moreFilters.js +198 -0
  132. package/lib/CkFilter/complexFilter/drawer.js +337 -0
  133. package/lib/CkFilter/complexFilter/index.js +69 -0
  134. package/lib/CkFilter/components/filterTypes.js +530 -0
  135. package/lib/CkFilter/components/modal.js +275 -0
  136. package/lib/CkFilter/context.js +152 -0
  137. package/lib/CkFilter/customFilter/drawer.js +364 -0
  138. package/lib/CkFilter/customFilter/index.js +130 -0
  139. package/lib/CkFilter/customFilter/radioGroup.js +65 -0
  140. package/lib/CkFilter/filter.js +115 -0
  141. package/lib/CkFilter/index.js +13 -0
  142. package/lib/CkFilter/style/index.js +3 -0
  143. package/lib/CkFilter/style/style.css +586 -0
  144. package/lib/CkFilter/utils.js +65 -0
  145. package/lib/CustomerService/assets/question01.png +0 -0
  146. package/lib/CustomerService/assets/send.png +0 -0
  147. package/lib/CustomerService/assets/service.png +0 -0
  148. package/lib/CustomerService/assets/shuoming01.png +0 -0
  149. package/lib/CustomerService/assets/shuoming02.png +0 -0
  150. package/lib/CustomerService/components/question.js +120 -0
  151. package/lib/CustomerService/index.js +291 -0
  152. package/lib/CustomerService/style/index.js +3 -0
  153. package/lib/CustomerService/style/style.css +402 -0
  154. package/lib/EditTable/EditTable.js +489 -0
  155. package/lib/EditTable/index.js +13 -0
  156. package/lib/EditTable/style/index.js +3 -0
  157. package/lib/EditTable/style/style.css +165 -0
  158. package/lib/EnlargeImg/index.js +109 -0
  159. package/lib/EnlargeImg/style/index.js +3 -0
  160. package/lib/EnlargeImg/style/style.css +4 -0
  161. package/lib/Filter/Popover.js +199 -0
  162. package/lib/Filter/baseFilter/Popover.js +214 -0
  163. package/lib/Filter/baseFilter/ToggleFilter.js +112 -0
  164. package/lib/Filter/baseFilter/index.js +100 -0
  165. package/lib/Filter/complex/ComplexFilter.js +149 -0
  166. package/lib/Filter/complex/ComplexItem.js +157 -0
  167. package/lib/Filter/components/Checkbox.js +94 -0
  168. package/lib/Filter/components/Date.js +87 -0
  169. package/lib/Filter/components/Input.js +63 -0
  170. package/lib/Filter/components/Select.js +89 -0
  171. package/lib/Filter/components/Tree.js +64 -0
  172. package/lib/Filter/components/header.js +60 -0
  173. package/lib/Filter/components/index.js +47 -0
  174. package/lib/Filter/context.js +15 -0
  175. package/lib/Filter/edit/editFilter.js +277 -0
  176. package/lib/Filter/index.js +174 -0
  177. package/lib/Filter/popContext.js +15 -0
  178. package/lib/Filter/remember.js +137 -0
  179. package/lib/Filter/style/index.js +3 -0
  180. package/lib/Filter/style/style.css +420 -0
  181. package/lib/Icon/index.js +20 -0
  182. package/lib/Icon/style/index.js +1 -0
  183. package/lib/Icon/style/style.css +0 -0
  184. package/lib/IconFont/index.js +15 -0
  185. package/lib/IconFont/style/index.js +1 -0
  186. package/lib/IconFont/style/style.css +0 -0
  187. package/lib/LeftTable/assets/imgTest.jpg +0 -0
  188. package/lib/LeftTable/index.js +116 -0
  189. package/lib/LeftTable/style/index.js +3 -0
  190. package/lib/LeftTable/style/style.css +231 -0
  191. package/lib/LoadingPage/index.js +33 -0
  192. package/lib/LoadingPage/style/index.js +1 -0
  193. package/lib/LoadingPage/style/style.css +0 -0
  194. package/lib/Modal/add.js +68 -0
  195. package/lib/Modal/confirm.js +88 -0
  196. package/lib/Modal/edit.js +44 -0
  197. package/lib/Modal/exportModal.js +300 -0
  198. package/lib/Modal/index.js +24 -0
  199. package/lib/Modal/style/index.js +3 -0
  200. package/lib/Modal/style/style.css +119 -0
  201. package/lib/PopTable/BseTable.js +113 -0
  202. package/lib/PopTable/index.js +151 -0
  203. package/lib/PopTable/style/index.js +3 -0
  204. package/lib/PopTable/style/style.css +363 -0
  205. package/lib/ProTable/ImgList/body.js +111 -0
  206. package/lib/ProTable/ImgList/cardCell.js +179 -0
  207. package/lib/ProTable/ImgList/context.js +12 -0
  208. package/lib/ProTable/ImgList/empty.js +24 -0
  209. package/lib/ProTable/ImgList/footer.js +59 -0
  210. package/lib/ProTable/ImgList/imgCell.js +181 -0
  211. package/lib/ProTable/ImgList/imgTable.js +110 -0
  212. package/lib/ProTable/ImgList/index.js +13 -0
  213. package/lib/ProTable/Table.js +321 -0
  214. package/lib/ProTable/VList.js +594 -0
  215. package/lib/ProTable/context.js +12 -0
  216. package/lib/ProTable/index.js +16 -0
  217. package/lib/ProTable/resetConfig.js +39 -0
  218. package/lib/ProTable/style/index.js +3 -0
  219. package/lib/ProTable/style/style.css +693 -0
  220. package/lib/TableRender/index.js +15 -0
  221. package/lib/TableRender/state.js +72 -0
  222. package/lib/TableRender/style/index.js +3 -0
  223. package/lib/TableRender/style/style.css +0 -0
  224. package/lib/UploadOss/index.js +18 -0
  225. package/lib/UploadOss/style/index.js +3 -0
  226. package/lib/UploadOss/style/style.css +121 -0
  227. package/lib/UploadOss/uploadBtn.js +141 -0
  228. package/lib/UploadOss/uploadImg.js +282 -0
  229. package/lib/VirtualList/index.js +84 -0
  230. package/lib/VirtualList/style/index.js +3 -0
  231. package/lib/VirtualList/style/style.css +0 -0
  232. package/lib/index.js +135 -0
  233. package/lib/services/newRequest.js +201 -0
  234. package/lib/services/utils.js +72 -0
  235. package/lib/styles/icon.css +15 -0
  236. package/lib/styles/main.css +149 -0
  237. package/lib/styles/resetAntd.css +62 -0
  238. package/lib/styles/them.css +0 -0
  239. package/package.json +102 -0
@@ -0,0 +1,2167 @@
1
+ .ant-pro-core-label-tip {
2
+ display: -webkit-inline-box;
3
+ display: -ms-inline-flexbox;
4
+ display: -webkit-inline-flex;
5
+ display: inline-flex;
6
+ -webkit-box-align: center;
7
+ -ms-flex-align: center;
8
+ align-items: center;
9
+ max-width: 100%;
10
+ }
11
+ .ant-pro-core-label-tip-icon {
12
+ display: block;
13
+ margin-left: 4px;
14
+ cursor: pointer;
15
+ }
16
+ .ant-pro-core-label-tip-icon:hover {
17
+ color: #40a9ff;
18
+ }
19
+ .ant-pro-core-label-tip-title {
20
+ display: -webkit-inline-box;
21
+ display: -ms-inline-flexbox;
22
+ display: -webkit-inline-flex;
23
+ display: inline-flex;
24
+ -webkit-box-flex: 1;
25
+ -ms-flex: 1;
26
+ flex: 1;
27
+ }
28
+ .ant-pro-core-label-tip-subtitle {
29
+ margin-left: 8px;
30
+ color: rgba(0, 0, 0, 0.45);
31
+ font-weight: normal;
32
+ font-size: 14px;
33
+ white-space: nowrap;
34
+ }
35
+ .ant-pro-core-label-tip-title-ellipsis {
36
+ overflow: hidden;
37
+ white-space: nowrap;
38
+ text-overflow: ellipsis;
39
+ word-break: keep-all;
40
+ }
41
+
42
+ .ant-pro-core-dropdown-footer {
43
+ display: -webkit-box;
44
+ display: -ms-flexbox;
45
+ display: -webkit-flex;
46
+ display: flex;
47
+ -webkit-box-pack: justify;
48
+ -ms-flex-pack: justify;
49
+ justify-content: space-between;
50
+ padding: 16px 16px 16px 8px;
51
+ border-top: 1px solid #f0f0f0;
52
+ }
53
+
54
+ .ant-pro-core-field-dropdown-label {
55
+ cursor: pointer;
56
+ }
57
+ .ant-pro-core-field-dropdown-overlay {
58
+ min-width: 200px;
59
+ margin-top: 4px;
60
+ background-color: #fff;
61
+ -webkit-box-shadow: 0 1px 2px -2px rgba(0, 0, 0, 0.16), 0 3px 6px 0 rgba(0, 0, 0, 0.12), 0 5px 12px 4px rgba(0, 0, 0, 0.09);
62
+ box-shadow: 0 1px 2px -2px rgba(0, 0, 0, 0.16), 0 3px 6px 0 rgba(0, 0, 0, 0.12), 0 5px 12px 4px rgba(0, 0, 0, 0.09);
63
+ }
64
+ .ant-pro-core-field-dropdown-content {
65
+ padding: 16px;
66
+ }
67
+
68
+ .ant-pro-core-field-label {
69
+ display: inline-block;
70
+ height: 30px;
71
+ padding: 0 4px;
72
+ font-size: 14px;
73
+ line-height: 30px;
74
+ border-radius: 2px;
75
+ cursor: pointer;
76
+ }
77
+ .ant-pro-core-field-label:hover {
78
+ background-color: rgba(0, 0, 0, 0.1);
79
+ }
80
+ .ant-pro-core-field-label-active {
81
+ padding: 0 12px;
82
+ background-color: rgba(0, 0, 0, 0.04);
83
+ }
84
+ .ant-pro-core-field-label-active.ant-pro-core-field-label-allow-clear:hover:not(.ant-pro-core-field-label-disabled) .ant-pro-core-field-label-arrow {
85
+ display: none;
86
+ }
87
+ .ant-pro-core-field-label-active.ant-pro-core-field-label-allow-clear:hover:not(.ant-pro-core-field-label-disabled) .ant-pro-core-field-label-close {
88
+ display: inline-block;
89
+ }
90
+ .ant-pro-core-field-label-icon {
91
+ margin-top: -2px;
92
+ margin-left: 4px;
93
+ padding: 1px;
94
+ color: rgba(0, 0, 0, 0.45);
95
+ font-size: 12px;
96
+ vertical-align: middle;
97
+ }
98
+ .ant-pro-core-field-label-icon.ant-pro-core-field-label-close {
99
+ display: none;
100
+ margin-top: -4px;
101
+ padding: 3px;
102
+ color: #fff;
103
+ font-size: 8px;
104
+ background-color: rgba(0, 0, 0, 0.25);
105
+ border-radius: 50%;
106
+ }
107
+ .ant-pro-core-field-label-icon.ant-pro-core-field-label-close:hover {
108
+ background-color: rgba(0, 0, 0, 0.45);
109
+ }
110
+ .ant-pro-core-field-label-disabled {
111
+ color: rgba(0, 0, 0, 0.25);
112
+ cursor: not-allowed;
113
+ }
114
+ .ant-pro-core-field-label-disabled .ant-pro-core-field-label-icon {
115
+ color: rgba(0, 0, 0, 0.25);
116
+ }
117
+ .ant-pro-core-field-label-small {
118
+ height: 24px;
119
+ padding: 0 4px;
120
+ font-size: 12px;
121
+ line-height: 24px;
122
+ }
123
+ .ant-pro-core-field-label-small.ant-pro-core-field-label-active {
124
+ padding: 0 8px;
125
+ }
126
+ .ant-pro-core-field-label-small .ant-pro-core-field-label-icon {
127
+ padding: 0;
128
+ }
129
+ .ant-pro-core-field-label-small .ant-pro-core-field-label-close {
130
+ margin-top: -2px;
131
+ padding: 3px;
132
+ font-size: 6px;
133
+ }
134
+ .ant-pro-core-field-label-bordered {
135
+ height: 32px;
136
+ padding: 0 12px;
137
+ border: 1px solid #d9d9d9;
138
+ border-radius: 2px;
139
+ }
140
+ .ant-pro-core-field-label-bordered.ant-pro-core-field-label-small {
141
+ height: 24px;
142
+ padding: 0 8px;
143
+ }
144
+ .ant-pro-core-field-label-bordered.ant-pro-core-field-label-active {
145
+ background-color: #fff;
146
+ }
147
+
148
+ .ant-pro-inline-error-form-item-multiple {
149
+ padding: 6px 8px 12px 8px;
150
+ }
151
+ .ant-pro-inline-error-form-item-progress-success .ant-progress-bg {
152
+ background-color: #52c41a;
153
+ }
154
+ .ant-pro-inline-error-form-item-progress-error .ant-progress-bg {
155
+ background-color: #ff4d4f;
156
+ }
157
+ .ant-pro-inline-error-form-item-progress-warning .ant-progress-bg {
158
+ background-color: #faad14;
159
+ }
160
+ .ant-pro-inline-error-form-item-rule {
161
+ margin: 0;
162
+ padding: 0;
163
+ list-style: none;
164
+ }
165
+ .ant-pro-inline-error-form-item-rule-content {
166
+ display: -webkit-box;
167
+ display: -ms-flexbox;
168
+ display: -webkit-flex;
169
+ display: flex;
170
+ -webkit-box-align: center;
171
+ -ms-flex-align: center;
172
+ align-items: center;
173
+ }
174
+ .ant-pro-inline-error-form-item-rule-content-icon-default {
175
+ display: -webkit-box;
176
+ display: -ms-flexbox;
177
+ display: -webkit-flex;
178
+ display: flex;
179
+ -webkit-box-align: center;
180
+ -ms-flex-align: center;
181
+ align-items: center;
182
+ -webkit-box-pack: center;
183
+ -ms-flex-pack: center;
184
+ justify-content: center;
185
+ width: 14px;
186
+ height: 22px;
187
+ }
188
+ .ant-pro-inline-error-form-item-rule-content-icon-default-circle {
189
+ width: 6px;
190
+ height: 6px;
191
+ background-color: rgba(0, 0, 0, 0.45);
192
+ border-radius: 4px;
193
+ }
194
+ .ant-pro-inline-error-form-item-rule-content-icon-loading {
195
+ color: #1890ff;
196
+ }
197
+ .ant-pro-inline-error-form-item-rule-content-icon-error {
198
+ color: #ff4d4f;
199
+ }
200
+ .ant-pro-inline-error-form-item-rule-content-icon-success {
201
+ color: #52c41a;
202
+ }
203
+ .ant-pro-inline-error-form-item-rule-content-text {
204
+ color: rgba(0, 0, 0, 0.85);
205
+ }
206
+
207
+ .ant-pro-field-index-column {
208
+ display: -webkit-inline-box;
209
+ display: -ms-inline-flexbox;
210
+ display: -webkit-inline-flex;
211
+ display: inline-flex;
212
+ -webkit-box-align: center;
213
+ -ms-flex-align: center;
214
+ align-items: center;
215
+ -webkit-box-pack: center;
216
+ -ms-flex-pack: center;
217
+ justify-content: center;
218
+ width: 18px;
219
+ height: 18px;
220
+ }
221
+ .ant-pro-field-index-column-border {
222
+ color: #fff;
223
+ font-size: 12px;
224
+ line-height: 12px;
225
+ background-color: #314659;
226
+ border-radius: 9px;
227
+ }
228
+ .ant-pro-field-index-column-border.top-three {
229
+ background-color: #979797;
230
+ }
231
+
232
+ .ant-pro-field-date-picker-light .ant-calendar-picker,
233
+ .ant-pro-field-date-picker-light .ant-picker {
234
+ position: absolute;
235
+ width: 80px;
236
+ height: 28px;
237
+ overflow: hidden;
238
+ visibility: hidden;
239
+ }
240
+
241
+ .ant-pro-field-dropdown {
242
+ width: auto;
243
+ }
244
+
245
+ .ant-pro-field-select-light-select .ant-select {
246
+ position: absolute;
247
+ width: 153px;
248
+ height: 28px;
249
+ visibility: hidden;
250
+ }
251
+ .ant-pro-field-select-light-select .ant-select-selector {
252
+ height: 28px;
253
+ }
254
+ .ant-pro-field-select-light-select.ant-pro-field-select-light-select-searchable .ant-select {
255
+ width: 200px;
256
+ }
257
+ .ant-pro-field-select-light-select.ant-pro-field-select-light-select-searchable .ant-select-selector {
258
+ height: 28px;
259
+ }
260
+
261
+ .ant-pro-table-dropdown {
262
+ width: auto;
263
+ }
264
+ .ant-pro-select-item-option-content-light {
265
+ color: #1890ff;
266
+ }
267
+ .ant-pro-select-item-option-content {
268
+ -webkit-box-flex: 1;
269
+ -ms-flex: auto;
270
+ flex: auto;
271
+ overflow: hidden;
272
+ white-space: nowrap;
273
+ text-overflow: ellipsis;
274
+ }
275
+
276
+ .ant-pro-field-checkbox-vertical .ant-checkbox-group-item {
277
+ display: -webkit-box;
278
+ display: -ms-flexbox;
279
+ display: -webkit-flex;
280
+ display: flex;
281
+ margin-right: 0;
282
+ }
283
+
284
+ .ant-pro-field-radio-vertical .ant-radio-wrapper {
285
+ display: block;
286
+ margin-right: 0;
287
+ }
288
+
289
+ .ant-pro-card-loading {
290
+ overflow: hidden;
291
+ }
292
+ .ant-pro-card-loading .ant-pro-card-body {
293
+ -webkit-user-select: none;
294
+ -ms-user-select: none;
295
+ -moz-user-select: none;
296
+ user-select: none;
297
+ }
298
+ .ant-pro-card-loading-content {
299
+ width: 100%;
300
+ }
301
+ .ant-pro-card-loading-content p {
302
+ margin: 0;
303
+ }
304
+ .ant-pro-card-loading-block {
305
+ height: 14px;
306
+ margin: 4px 0;
307
+ background: -webkit-gradient(linear, left top, right top, from(rgba(207, 216, 220, 0.2)), color-stop(rgba(207, 216, 220, 0.4)), to(rgba(207, 216, 220, 0.2)));
308
+ background: linear-gradient(90deg, rgba(207, 216, 220, 0.2), rgba(207, 216, 220, 0.4), rgba(207, 216, 220, 0.2));
309
+ background-size: 600% 600%;
310
+ border-radius: 2px;
311
+ -webkit-animation: card-loading 1.4s ease infinite;
312
+ animation: card-loading 1.4s ease infinite;
313
+ }
314
+ @-webkit-keyframes card-loading {
315
+ 0%,
316
+ 100% {
317
+ background-position: 0 50%;
318
+ }
319
+ 50% {
320
+ background-position: 100% 50%;
321
+ }
322
+ }
323
+ @keyframes card-loading {
324
+ 0%,
325
+ 100% {
326
+ background-position: 0 50%;
327
+ }
328
+ 50% {
329
+ background-position: 100% 50%;
330
+ }
331
+ }
332
+
333
+ .ant-pro-card-actions {
334
+ margin: 0;
335
+ padding: 0;
336
+ list-style: none;
337
+ background: #fff;
338
+ border-top: 1px solid #f0f0f0;
339
+ }
340
+ .ant-pro-card-actions::before {
341
+ display: table;
342
+ content: '';
343
+ }
344
+ .ant-pro-card-actions::after {
345
+ display: table;
346
+ clear: both;
347
+ content: '';
348
+ }
349
+ .ant-pro-card-actions .ant-space {
350
+ gap: 0 !important;
351
+ width: 100%;
352
+ }
353
+ .ant-pro-card-actions > li,
354
+ .ant-pro-card-actions .ant-space-item {
355
+ -webkit-box-flex: 1;
356
+ -ms-flex: 1;
357
+ flex: 1;
358
+ float: left;
359
+ margin: 12px 0;
360
+ color: rgba(0, 0, 0, 0.45);
361
+ text-align: center;
362
+ }
363
+ .ant-pro-card-actions > li > a,
364
+ .ant-pro-card-actions .ant-space-item > a {
365
+ color: rgba(0, 0, 0, 0.45);
366
+ -webkit-transition: color 0.3s;
367
+ transition: color 0.3s;
368
+ }
369
+ .ant-pro-card-actions > li > a:hover,
370
+ .ant-pro-card-actions .ant-space-item > a:hover {
371
+ color: #40a9ff;
372
+ }
373
+ .ant-pro-card-actions > li > span,
374
+ .ant-pro-card-actions .ant-space-item > span {
375
+ position: relative;
376
+ display: block;
377
+ min-width: 32px;
378
+ font-size: 14px;
379
+ line-height: 1.5715;
380
+ cursor: pointer;
381
+ }
382
+ .ant-pro-card-actions > li > span:hover,
383
+ .ant-pro-card-actions .ant-space-item > span:hover {
384
+ color: #40a9ff;
385
+ -webkit-transition: color 0.3s;
386
+ transition: color 0.3s;
387
+ }
388
+ .ant-pro-card-actions > li > span a:not(.ant-btn),
389
+ .ant-pro-card-actions .ant-space-item > span a:not(.ant-btn),
390
+ .ant-pro-card-actions > li > span > .anticon,
391
+ .ant-pro-card-actions .ant-space-item > span > .anticon {
392
+ display: inline-block;
393
+ width: 100%;
394
+ color: rgba(0, 0, 0, 0.45);
395
+ line-height: 22px;
396
+ -webkit-transition: color 0.3s;
397
+ transition: color 0.3s;
398
+ }
399
+ .ant-pro-card-actions > li > span a:not(.ant-btn):hover,
400
+ .ant-pro-card-actions .ant-space-item > span a:not(.ant-btn):hover,
401
+ .ant-pro-card-actions > li > span > .anticon:hover,
402
+ .ant-pro-card-actions .ant-space-item > span > .anticon:hover {
403
+ color: #40a9ff;
404
+ }
405
+ .ant-pro-card-actions > li > span > .anticon,
406
+ .ant-pro-card-actions .ant-space-item > span > .anticon {
407
+ font-size: 16px;
408
+ line-height: 22px;
409
+ }
410
+ .ant-pro-card-actions > li:not(:last-child),
411
+ .ant-pro-card-actions .ant-space-item:not(:last-child) {
412
+ border-right: 1px solid #f0f0f0;
413
+ }
414
+
415
+ .ant-pro-card {
416
+ position: relative;
417
+ display: -webkit-box;
418
+ display: -ms-flexbox;
419
+ display: -webkit-flex;
420
+ display: flex;
421
+ -webkit-box-orient: vertical;
422
+ -webkit-box-direction: normal;
423
+ -ms-flex-direction: column;
424
+ flex-direction: column;
425
+ -webkit-box-sizing: border-box;
426
+ box-sizing: border-box;
427
+ width: 100%;
428
+ margin: 0;
429
+ padding: 0;
430
+ background-color: #fff;
431
+ border-radius: 2px;
432
+ }
433
+ .ant-pro-card-col {
434
+ width: 100%;
435
+ }
436
+ .ant-pro-card-border {
437
+ border: 1px solid #f0f0f0;
438
+ }
439
+ .ant-pro-card-hoverable {
440
+ cursor: pointer;
441
+ -webkit-transition: box-shadow 0.3s, border-color 0.3s;
442
+ -webkit-transition: border-color 0.3s, -webkit-box-shadow 0.3s;
443
+ transition: border-color 0.3s, -webkit-box-shadow 0.3s;
444
+ transition: box-shadow 0.3s, border-color 0.3s;
445
+ transition: box-shadow 0.3s, border-color 0.3s, -webkit-box-shadow 0.3s;
446
+ }
447
+ .ant-pro-card-hoverable:hover {
448
+ border-color: transparent;
449
+ -webkit-box-shadow: 0 1px 2px -2px rgba(0, 0, 0, 0.16), 0 3px 6px 0 rgba(0, 0, 0, 0.12), 0 5px 12px 4px rgba(0, 0, 0, 0.09);
450
+ box-shadow: 0 1px 2px -2px rgba(0, 0, 0, 0.16), 0 3px 6px 0 rgba(0, 0, 0, 0.12), 0 5px 12px 4px rgba(0, 0, 0, 0.09);
451
+ }
452
+ .ant-pro-card-hoverable.ant-pro-card-checked:hover {
453
+ border-color: #1890ff;
454
+ }
455
+ .ant-pro-card-checked {
456
+ background-color: #e6f7ff;
457
+ border-color: #1890ff;
458
+ }
459
+ .ant-pro-card-checked::after {
460
+ position: absolute;
461
+ top: 2px;
462
+ right: 2px;
463
+ width: 0;
464
+ height: 0;
465
+ border: 6px solid #1890ff;
466
+ border-bottom: 6px solid transparent;
467
+ border-left: 6px solid transparent;
468
+ border-top-right-radius: 2px;
469
+ content: '';
470
+ }
471
+ .ant-pro-card:focus {
472
+ background-color: #e6f7ff;
473
+ border-color: #1890ff;
474
+ }
475
+ .ant-pro-card-size-small .ant-pro-card-header {
476
+ padding: 8px 12px;
477
+ padding-bottom: 0;
478
+ }
479
+ .ant-pro-card-size-small .ant-pro-card-header-border {
480
+ padding-bottom: 8px;
481
+ }
482
+ .ant-pro-card-size-small .ant-pro-card-title {
483
+ font-size: 14px;
484
+ }
485
+ .ant-pro-card-size-small .ant-pro-card-body {
486
+ padding: 12px;
487
+ }
488
+ .ant-pro-card-ghost {
489
+ background-color: transparent;
490
+ }
491
+ .ant-pro-card-ghost > .ant-pro-card-header {
492
+ padding-right: 0;
493
+ padding-bottom: 16px;
494
+ padding-left: 0;
495
+ }
496
+ .ant-pro-card-ghost > .ant-pro-card-body {
497
+ padding: 0;
498
+ background-color: transparent;
499
+ }
500
+ .ant-pro-card-split > .ant-pro-card-body {
501
+ padding: 0;
502
+ }
503
+ .ant-pro-card-split-vertical {
504
+ border-right: 1px solid #f0f0f0;
505
+ }
506
+ .ant-pro-card-split-horizontal {
507
+ border-bottom: 1px solid #f0f0f0;
508
+ }
509
+ .ant-pro-card-contain-card > .ant-pro-card-body {
510
+ display: -webkit-box;
511
+ display: -ms-flexbox;
512
+ display: -webkit-flex;
513
+ display: flex;
514
+ }
515
+ .ant-pro-card-body-direction-column {
516
+ -webkit-box-orient: vertical;
517
+ -webkit-box-direction: normal;
518
+ -ms-flex-direction: column;
519
+ flex-direction: column;
520
+ }
521
+ .ant-pro-card-body-wrap {
522
+ -ms-flex-wrap: wrap;
523
+ flex-wrap: wrap;
524
+ }
525
+ .ant-pro-card-collapse > .ant-pro-card-header {
526
+ padding-bottom: 16px;
527
+ border-bottom: 0;
528
+ }
529
+ .ant-pro-card-collapse > .ant-pro-card-body {
530
+ display: none;
531
+ }
532
+ .ant-pro-card-header {
533
+ display: -webkit-box;
534
+ display: -ms-flexbox;
535
+ display: -webkit-flex;
536
+ display: flex;
537
+ -webkit-box-align: center;
538
+ -ms-flex-align: center;
539
+ align-items: center;
540
+ -webkit-box-pack: justify;
541
+ -ms-flex-pack: justify;
542
+ justify-content: space-between;
543
+ padding: 16px 24px;
544
+ padding-bottom: 0;
545
+ }
546
+ .ant-pro-card-header-border {
547
+ padding-bottom: 16px;
548
+ border-bottom: 1px solid #f0f0f0;
549
+ }
550
+ .ant-pro-card-header-collapsible {
551
+ cursor: pointer;
552
+ }
553
+ .ant-pro-card-title {
554
+ color: rgba(0, 0, 0, 0.85);
555
+ font-weight: 500;
556
+ font-size: 16px;
557
+ }
558
+ .ant-pro-card-extra {
559
+ color: rgba(0, 0, 0, 0.85);
560
+ }
561
+ .ant-pro-card-type-inner .ant-pro-card-header {
562
+ background-color: #fafafa;
563
+ }
564
+ .ant-pro-card-collapsible-icon {
565
+ margin-right: 8px;
566
+ color: rgba(0, 0, 0, 0.75);
567
+ }
568
+ .ant-pro-card-collapsible-icon :hover {
569
+ color: #40a9ff;
570
+ }
571
+ .ant-pro-card-collapsible-icon svg {
572
+ -webkit-transition: -webkit-transform 0.2s;
573
+ transition: -webkit-transform 0.2s;
574
+ transition: transform 0.2s;
575
+ transition: transform 0.2s, -webkit-transform 0.2s;
576
+ }
577
+ .ant-pro-card-body {
578
+ display: block;
579
+ -webkit-box-sizing: border-box;
580
+ box-sizing: border-box;
581
+ height: 100%;
582
+ padding: 24px;
583
+ }
584
+ .ant-pro-card-body-center {
585
+ display: -webkit-box;
586
+ display: -ms-flexbox;
587
+ display: -webkit-flex;
588
+ display: flex;
589
+ -webkit-box-align: center;
590
+ -ms-flex-align: center;
591
+ align-items: center;
592
+ -webkit-box-pack: center;
593
+ -ms-flex-pack: center;
594
+ justify-content: center;
595
+ }
596
+ .ant-pro-card-col-0 {
597
+ display: none;
598
+ }
599
+ .ant-pro-card-col-24 {
600
+ -ms-flex-negative: 0;
601
+ flex-shrink: 0;
602
+ width: 100%;
603
+ }
604
+ .ant-pro-card-col-23 {
605
+ -ms-flex-negative: 0;
606
+ flex-shrink: 0;
607
+ width: 95.83333333%;
608
+ }
609
+ .ant-pro-card-col-22 {
610
+ -ms-flex-negative: 0;
611
+ flex-shrink: 0;
612
+ width: 91.66666667%;
613
+ }
614
+ .ant-pro-card-col-21 {
615
+ -ms-flex-negative: 0;
616
+ flex-shrink: 0;
617
+ width: 87.5%;
618
+ }
619
+ .ant-pro-card-col-20 {
620
+ -ms-flex-negative: 0;
621
+ flex-shrink: 0;
622
+ width: 83.33333333%;
623
+ }
624
+ .ant-pro-card-col-19 {
625
+ -ms-flex-negative: 0;
626
+ flex-shrink: 0;
627
+ width: 79.16666667%;
628
+ }
629
+ .ant-pro-card-col-18 {
630
+ -ms-flex-negative: 0;
631
+ flex-shrink: 0;
632
+ width: 75%;
633
+ }
634
+ .ant-pro-card-col-17 {
635
+ -ms-flex-negative: 0;
636
+ flex-shrink: 0;
637
+ width: 70.83333333%;
638
+ }
639
+ .ant-pro-card-col-16 {
640
+ -ms-flex-negative: 0;
641
+ flex-shrink: 0;
642
+ width: 66.66666667%;
643
+ }
644
+ .ant-pro-card-col-15 {
645
+ -ms-flex-negative: 0;
646
+ flex-shrink: 0;
647
+ width: 62.5%;
648
+ }
649
+ .ant-pro-card-col-14 {
650
+ -ms-flex-negative: 0;
651
+ flex-shrink: 0;
652
+ width: 58.33333333%;
653
+ }
654
+ .ant-pro-card-col-13 {
655
+ -ms-flex-negative: 0;
656
+ flex-shrink: 0;
657
+ width: 54.16666667%;
658
+ }
659
+ .ant-pro-card-col-12 {
660
+ -ms-flex-negative: 0;
661
+ flex-shrink: 0;
662
+ width: 50%;
663
+ }
664
+ .ant-pro-card-col-11 {
665
+ -ms-flex-negative: 0;
666
+ flex-shrink: 0;
667
+ width: 45.83333333%;
668
+ }
669
+ .ant-pro-card-col-10 {
670
+ -ms-flex-negative: 0;
671
+ flex-shrink: 0;
672
+ width: 41.66666667%;
673
+ }
674
+ .ant-pro-card-col-9 {
675
+ -ms-flex-negative: 0;
676
+ flex-shrink: 0;
677
+ width: 37.5%;
678
+ }
679
+ .ant-pro-card-col-8 {
680
+ -ms-flex-negative: 0;
681
+ flex-shrink: 0;
682
+ width: 33.33333333%;
683
+ }
684
+ .ant-pro-card-col-7 {
685
+ -ms-flex-negative: 0;
686
+ flex-shrink: 0;
687
+ width: 29.16666667%;
688
+ }
689
+ .ant-pro-card-col-6 {
690
+ -ms-flex-negative: 0;
691
+ flex-shrink: 0;
692
+ width: 25%;
693
+ }
694
+ .ant-pro-card-col-5 {
695
+ -ms-flex-negative: 0;
696
+ flex-shrink: 0;
697
+ width: 20.83333333%;
698
+ }
699
+ .ant-pro-card-col-4 {
700
+ -ms-flex-negative: 0;
701
+ flex-shrink: 0;
702
+ width: 16.66666667%;
703
+ }
704
+ .ant-pro-card-col-3 {
705
+ -ms-flex-negative: 0;
706
+ flex-shrink: 0;
707
+ width: 12.5%;
708
+ }
709
+ .ant-pro-card-col-2 {
710
+ -ms-flex-negative: 0;
711
+ flex-shrink: 0;
712
+ width: 8.33333333%;
713
+ }
714
+ .ant-pro-card-col-1 {
715
+ -ms-flex-negative: 0;
716
+ flex-shrink: 0;
717
+ width: 4.16666667%;
718
+ }
719
+
720
+ .ant-pro-card-tabs .ant-tabs-top > .ant-tabs-nav {
721
+ margin-bottom: 0;
722
+ }
723
+ .ant-pro-card-tabs .ant-tabs-top > .ant-tabs-nav .ant-tabs-nav-list {
724
+ margin-top: 8px;
725
+ padding-left: 16px;
726
+ }
727
+ .ant-pro-card-tabs .ant-tabs-bottom > .ant-tabs-nav {
728
+ margin-top: 0;
729
+ }
730
+ .ant-pro-card-tabs .ant-tabs-bottom > .ant-tabs-nav .ant-tabs-nav-list {
731
+ padding-left: 16px;
732
+ }
733
+ .ant-pro-card-tabs .ant-tabs-left .ant-tabs-content-holder .ant-tabs-content .ant-tabs-tabpane {
734
+ padding-left: 0;
735
+ }
736
+ .ant-pro-card-tabs .ant-tabs-left > .ant-tabs-nav {
737
+ margin-right: 0;
738
+ }
739
+ .ant-pro-card-tabs .ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-list {
740
+ padding-top: 16px;
741
+ }
742
+ .ant-pro-card-tabs .ant-tabs-right .ant-tabs-content-holder .ant-tabs-content .ant-tabs-tabpane {
743
+ padding-right: 0;
744
+ }
745
+ .ant-pro-card-tabs .ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-list {
746
+ padding-top: 16px;
747
+ }
748
+
749
+ .ant-pro-card-divider {
750
+ -webkit-box-flex: 0;
751
+ -ms-flex: none;
752
+ flex: none;
753
+ width: 1px;
754
+ margin: 24px 8px;
755
+ background-color: #f0f0f0;
756
+ }
757
+ .ant-pro-card-divider-horizontal {
758
+ width: initial;
759
+ height: 1px;
760
+ margin: 8px 24px;
761
+ }
762
+ .ant-pro-card-size-small .ant-pro-card-divider {
763
+ margin: 12px 8px;
764
+ }
765
+ .ant-pro-card-size-small .ant-pro-card-divider-horizontal {
766
+ margin: 8px 12px;
767
+ }
768
+
769
+ .ant-pro-card-statistic {
770
+ display: -webkit-box;
771
+ display: -ms-flexbox;
772
+ display: -webkit-flex;
773
+ display: flex;
774
+ font-size: 14px;
775
+ }
776
+ .ant-pro-card-statistic + .ant-pro-card-statistic {
777
+ margin-top: 4px;
778
+ }
779
+ .ant-pro-card-statistic-tip {
780
+ margin-left: 4px;
781
+ }
782
+ .ant-pro-card-statistic-wrapper {
783
+ display: -webkit-box;
784
+ display: -ms-flexbox;
785
+ display: -webkit-flex;
786
+ display: flex;
787
+ width: 100%;
788
+ }
789
+ .ant-pro-card-statistic-icon {
790
+ margin-right: 16px;
791
+ }
792
+ .ant-pro-card-statistic-trend-icon {
793
+ width: 0;
794
+ height: 0;
795
+ border-right: 3.5px solid transparent;
796
+ border-bottom: 9px solid #000;
797
+ border-left: 3.5px solid transparent;
798
+ }
799
+ .ant-pro-card-statistic-trend-icon-up {
800
+ -webkit-transform: rotate(0deg);
801
+ transform: rotate(0deg);
802
+ }
803
+ .ant-pro-card-statistic-trend-icon-down {
804
+ -webkit-transform: rotate(180deg);
805
+ transform: rotate(180deg);
806
+ }
807
+ .ant-pro-card-statistic-content {
808
+ width: 100%;
809
+ }
810
+ .ant-pro-card-statistic-description {
811
+ width: 100%;
812
+ }
813
+ .ant-pro-card-statistic .ant-statistic-title {
814
+ color: rgba(0, 0, 0, 0.85);
815
+ }
816
+ .ant-pro-card-statistic-layout-inline {
817
+ display: -webkit-inline-box;
818
+ display: -ms-inline-flexbox;
819
+ display: -webkit-inline-flex;
820
+ display: inline-flex;
821
+ color: rgba(0, 0, 0, 0.45);
822
+ }
823
+ .ant-pro-card-statistic-layout-inline .ant-statistic-title {
824
+ margin-right: 6px;
825
+ margin-bottom: 0;
826
+ }
827
+ .ant-pro-card-statistic-layout-inline .ant-statistic-content {
828
+ color: rgba(0, 0, 0, 0.45);
829
+ }
830
+ .ant-pro-card-statistic-layout-inline .ant-statistic-title,
831
+ .ant-pro-card-statistic-layout-inline .ant-statistic-content,
832
+ .ant-pro-card-statistic-layout-inline .ant-statistic-content-suffix,
833
+ .ant-pro-card-statistic-layout-inline .ant-statistic-content-prefix,
834
+ .ant-pro-card-statistic-layout-inline .ant-statistic-content-value-decimal {
835
+ font-size: 12px;
836
+ }
837
+ .ant-pro-card-statistic-layout-horizontal {
838
+ display: -webkit-box;
839
+ display: -ms-flexbox;
840
+ display: -webkit-flex;
841
+ display: flex;
842
+ -webkit-box-pack: justify;
843
+ -ms-flex-pack: justify;
844
+ justify-content: space-between;
845
+ }
846
+ .ant-pro-card-statistic-layout-horizontal .ant-statistic-title {
847
+ margin-bottom: 0;
848
+ }
849
+ .ant-pro-card-statistic-layout-horizontal .ant-statistic-content-value {
850
+ font-weight: 500;
851
+ }
852
+ .ant-pro-card-statistic-layout-horizontal .ant-statistic-title,
853
+ .ant-pro-card-statistic-layout-horizontal .ant-statistic-content,
854
+ .ant-pro-card-statistic-layout-horizontal .ant-statistic-content-suffix,
855
+ .ant-pro-card-statistic-layout-horizontal .ant-statistic-content-prefix,
856
+ .ant-pro-card-statistic-layout-horizontal .ant-statistic-content-value-decimal {
857
+ font-size: 14px;
858
+ }
859
+ .ant-pro-card-statistic-trend-up .ant-statistic-content {
860
+ color: #f5222d;
861
+ }
862
+ .ant-pro-card-statistic-trend-up .ant-statistic-content .ant-pro-card-statistic-trend-icon {
863
+ border-bottom-color: #f5222d;
864
+ }
865
+ .ant-pro-card-statistic-trend-down .ant-statistic-content {
866
+ color: #389e0d;
867
+ }
868
+ .ant-pro-card-statistic-trend-down .ant-statistic-content .ant-pro-card-statistic-trend-icon {
869
+ border-bottom-color: #52c41a;
870
+ }
871
+
872
+ .ant-pro-card-operation {
873
+ display: -webkit-box;
874
+ display: -ms-flexbox;
875
+ display: -webkit-flex;
876
+ display: flex;
877
+ -webkit-box-orient: vertical;
878
+ -webkit-box-direction: normal;
879
+ -ms-flex-direction: column;
880
+ flex-direction: column;
881
+ -webkit-box-pack: end;
882
+ -ms-flex-pack: end;
883
+ justify-content: flex-end;
884
+ margin: 24px 0;
885
+ color: rgba(0, 0, 0, 0.85);
886
+ font-weight: 500;
887
+ font-size: 20px;
888
+ line-height: 38px;
889
+ }
890
+
891
+ .ant-pro-statistic-card-chart {
892
+ display: -webkit-box;
893
+ display: -ms-flexbox;
894
+ display: -webkit-flex;
895
+ display: flex;
896
+ -webkit-box-orient: vertical;
897
+ -webkit-box-direction: normal;
898
+ -ms-flex-direction: column;
899
+ flex-direction: column;
900
+ margin-top: 8px;
901
+ margin-bottom: 8px;
902
+ }
903
+ .ant-pro-statistic-card-chart-left {
904
+ margin-top: 0;
905
+ margin-right: 16px;
906
+ }
907
+ .ant-pro-statistic-card-chart-right {
908
+ margin-top: 0;
909
+ margin-left: 16px;
910
+ }
911
+ .ant-pro-statistic-card-content {
912
+ display: -webkit-box;
913
+ display: -ms-flexbox;
914
+ display: -webkit-flex;
915
+ display: flex;
916
+ -webkit-box-orient: vertical;
917
+ -webkit-box-direction: normal;
918
+ -ms-flex-direction: column;
919
+ flex-direction: column;
920
+ }
921
+ .ant-pro-statistic-card-content-horizontal {
922
+ -webkit-box-orient: horizontal;
923
+ -webkit-box-direction: normal;
924
+ -ms-flex-direction: row;
925
+ flex-direction: row;
926
+ }
927
+ .ant-pro-statistic-card-content-horizontal .ant-pro-statistic-card-chart {
928
+ -webkit-box-align: center;
929
+ -ms-flex-align: center;
930
+ align-items: center;
931
+ -webkit-align-self: flex-start;
932
+ -ms-flex-item-align: start;
933
+ align-self: flex-start;
934
+ }
935
+ .ant-pro-statistic-card-footer {
936
+ margin-top: 8px;
937
+ padding-top: 16px;
938
+ border-top: rgba(0, 0, 0, 0.08) 1px solid;
939
+ }
940
+
941
+ .ant-pro-checkcard-group {
942
+ display: inline-block;
943
+ }
944
+ .ant-pro-checkcard {
945
+ position: relative;
946
+ display: inline-block;
947
+ width: 320px;
948
+ margin-right: 16px;
949
+ margin-bottom: 16px;
950
+ color: rgba(0, 0, 0, 0.85);
951
+ font-size: 14px;
952
+ line-height: 1.5715;
953
+ vertical-align: top;
954
+ background-color: #fff;
955
+ border-radius: 2px;
956
+ cursor: pointer;
957
+ -webkit-transition: all 0.2s;
958
+ transition: all 0.2s;
959
+ }
960
+ .ant-pro-checkcard:last-child {
961
+ margin-right: 0;
962
+ }
963
+ .ant-pro-checkcard + .ant-pro-checkcard {
964
+ margin-left: 0 !important;
965
+ }
966
+ .ant-pro-checkcard-bordered {
967
+ border: 1px solid #d9d9d9;
968
+ }
969
+ .ant-pro-checkcard-loading {
970
+ overflow: hidden;
971
+ -webkit-user-select: none;
972
+ -ms-user-select: none;
973
+ -moz-user-select: none;
974
+ user-select: none;
975
+ }
976
+ .ant-pro-checkcard-loading-content {
977
+ padding: 12px 16px;
978
+ }
979
+ .ant-pro-checkcard-loading-content p {
980
+ margin: 0;
981
+ }
982
+ .ant-pro-checkcard-loading-block {
983
+ height: 14px;
984
+ margin: 4px 0;
985
+ background: -webkit-gradient(linear, left top, right top, from(rgba(207, 216, 220, 0.2)), color-stop(rgba(207, 216, 220, 0.4)), to(rgba(207, 216, 220, 0.2)));
986
+ background: linear-gradient(90deg, rgba(207, 216, 220, 0.2), rgba(207, 216, 220, 0.4), rgba(207, 216, 220, 0.2));
987
+ background-size: 600% 600%;
988
+ border-radius: 2px;
989
+ -webkit-animation: card-loading 1.4s ease infinite;
990
+ animation: card-loading 1.4s ease infinite;
991
+ }
992
+ @-webkit-keyframes card-loading {
993
+ 0%,
994
+ 100% {
995
+ background-position: 0 50%;
996
+ }
997
+ 50% {
998
+ background-position: 100% 50%;
999
+ }
1000
+ }
1001
+ @keyframes card-loading {
1002
+ 0%,
1003
+ 100% {
1004
+ background-position: 0 50%;
1005
+ }
1006
+ 50% {
1007
+ background-position: 100% 50%;
1008
+ }
1009
+ }
1010
+ .ant-pro-checkcard:focus {
1011
+ background-color: #e6f7ff;
1012
+ border-color: #1890ff;
1013
+ }
1014
+ .ant-pro-checkcard-checked {
1015
+ background-color: #e6f7ff;
1016
+ border-color: #1890ff;
1017
+ }
1018
+ .ant-pro-checkcard-disabled {
1019
+ background-color: #f5f5f5;
1020
+ border-color: #d9d9d9;
1021
+ cursor: not-allowed;
1022
+ }
1023
+ .ant-pro-checkcard-disabled .ant-pro-checkcard-description {
1024
+ color: rgba(0, 0, 0, 0.25);
1025
+ }
1026
+ .ant-pro-checkcard-disabled .ant-pro-checkcard-title {
1027
+ color: rgba(0, 0, 0, 0.25);
1028
+ }
1029
+ .ant-pro-checkcard-disabled .ant-pro-checkcard-avatar {
1030
+ opacity: 0.25;
1031
+ }
1032
+ .ant-pro-checkcard[disabled] {
1033
+ background-color: #f5f5f5;
1034
+ border-color: #d9d9d9;
1035
+ cursor: not-allowed;
1036
+ }
1037
+ .ant-pro-checkcard[disabled] .ant-pro-checkcard-description {
1038
+ color: rgba(0, 0, 0, 0.25);
1039
+ }
1040
+ .ant-pro-checkcard[disabled] .ant-pro-checkcard-title {
1041
+ color: rgba(0, 0, 0, 0.25);
1042
+ }
1043
+ .ant-pro-checkcard[disabled] .ant-pro-checkcard-avatar {
1044
+ opacity: 0.25;
1045
+ }
1046
+ .ant-pro-checkcard-lg {
1047
+ width: 440px;
1048
+ }
1049
+ .ant-pro-checkcard-sm {
1050
+ width: 212px;
1051
+ }
1052
+ .ant-pro-checkcard-cover {
1053
+ padding: 4px;
1054
+ }
1055
+ .ant-pro-checkcard-cover img {
1056
+ width: 100%;
1057
+ height: 100%;
1058
+ overflow: hidden;
1059
+ border-radius: 2px;
1060
+ }
1061
+ .ant-pro-checkcard-content {
1062
+ display: -webkit-box;
1063
+ display: -ms-flexbox;
1064
+ display: -webkit-flex;
1065
+ display: flex;
1066
+ padding: 12px 16px;
1067
+ }
1068
+ .ant-pro-checkcard-avatar-header {
1069
+ display: -webkit-box;
1070
+ display: -ms-flexbox;
1071
+ display: -webkit-flex;
1072
+ display: flex;
1073
+ -webkit-box-align: center;
1074
+ -ms-flex-align: center;
1075
+ align-items: center;
1076
+ }
1077
+ .ant-pro-checkcard-avatar {
1078
+ padding-right: 8px;
1079
+ }
1080
+ .ant-pro-checkcard-detail {
1081
+ overflow: hidden;
1082
+ }
1083
+ .ant-pro-checkcard-detail > div:not(:last-child) {
1084
+ margin-bottom: 4px;
1085
+ }
1086
+ .ant-pro-checkcard-header {
1087
+ display: -webkit-box;
1088
+ display: -ms-flexbox;
1089
+ display: -webkit-flex;
1090
+ display: flex;
1091
+ -webkit-box-align: center;
1092
+ -ms-flex-align: center;
1093
+ align-items: center;
1094
+ -webkit-box-pack: justify;
1095
+ -ms-flex-pack: justify;
1096
+ justify-content: space-between;
1097
+ }
1098
+ .ant-pro-checkcard-title {
1099
+ overflow: hidden;
1100
+ color: rgba(0, 0, 0, 0.85);
1101
+ font-weight: 500;
1102
+ font-size: 14px;
1103
+ white-space: nowrap;
1104
+ text-overflow: ellipsis;
1105
+ }
1106
+ .ant-pro-checkcard-description {
1107
+ color: rgba(0, 0, 0, 0.45);
1108
+ }
1109
+ .ant-pro-checkcard:not(.ant-pro-checkcard-disabled):hover {
1110
+ border-color: #1890ff;
1111
+ }
1112
+ .ant-pro-checkcard-checked::after {
1113
+ position: absolute;
1114
+ top: 2px;
1115
+ right: 2px;
1116
+ width: 0;
1117
+ height: 0;
1118
+ border: 6px solid #1890ff;
1119
+ border-bottom: 6px solid transparent;
1120
+ border-left: 6px solid transparent;
1121
+ border-top-right-radius: 2px;
1122
+ content: '';
1123
+ }
1124
+
1125
+ .ant-pro-table-list-toolbar {
1126
+ overflow-x: auto;
1127
+ line-height: 1;
1128
+ }
1129
+ .ant-pro-table-list-toolbar-container {
1130
+ display: -webkit-box;
1131
+ display: -ms-flexbox;
1132
+ display: -webkit-flex;
1133
+ display: flex;
1134
+ -webkit-box-pack: justify;
1135
+ -ms-flex-pack: justify;
1136
+ justify-content: space-between;
1137
+ padding: 16px 0;
1138
+ }
1139
+ .ant-pro-table-list-toolbar-container-mobile {
1140
+ -webkit-box-orient: vertical;
1141
+ -webkit-box-direction: normal;
1142
+ -ms-flex-direction: column;
1143
+ flex-direction: column;
1144
+ }
1145
+ .ant-pro-table-list-toolbar-title {
1146
+ display: -webkit-box;
1147
+ display: -ms-flexbox;
1148
+ display: -webkit-flex;
1149
+ display: flex;
1150
+ -webkit-box-align: center;
1151
+ -ms-flex-align: center;
1152
+ align-items: center;
1153
+ -webkit-box-pack: start;
1154
+ -ms-flex-pack: start;
1155
+ justify-content: flex-start;
1156
+ color: rgba(0, 0, 0, 0.85);
1157
+ font-weight: 500;
1158
+ font-size: 16px;
1159
+ }
1160
+ .ant-pro-table-list-toolbar-search:not(:last-child) {
1161
+ display: -webkit-box;
1162
+ display: -ms-flexbox;
1163
+ display: -webkit-flex;
1164
+ display: flex;
1165
+ -webkit-box-align: center;
1166
+ -ms-flex-align: center;
1167
+ align-items: center;
1168
+ -webkit-box-pack: start;
1169
+ -ms-flex-pack: start;
1170
+ justify-content: flex-start;
1171
+ }
1172
+ .ant-pro-table-list-toolbar-setting-item {
1173
+ margin: 0 4px;
1174
+ color: rgba(0, 0, 0, 0.75);
1175
+ font-size: 16px;
1176
+ cursor: pointer;
1177
+ }
1178
+ .ant-pro-table-list-toolbar-setting-item > span {
1179
+ display: block;
1180
+ width: 100%;
1181
+ height: 100%;
1182
+ }
1183
+ .ant-pro-table-list-toolbar-setting-item:hover {
1184
+ color: #40a9ff;
1185
+ }
1186
+ .ant-pro-table-list-toolbar-left {
1187
+ display: -webkit-box;
1188
+ display: -ms-flexbox;
1189
+ display: -webkit-flex;
1190
+ display: flex;
1191
+ -webkit-box-align: center;
1192
+ -ms-flex-align: center;
1193
+ align-items: center;
1194
+ -webkit-box-pack: start;
1195
+ -ms-flex-pack: start;
1196
+ justify-content: flex-start;
1197
+ }
1198
+ .ant-pro-table-list-toolbar-right {
1199
+ display: -webkit-box;
1200
+ display: -ms-flexbox;
1201
+ display: -webkit-flex;
1202
+ display: flex;
1203
+ -webkit-box-pack: end;
1204
+ -ms-flex-pack: end;
1205
+ justify-content: flex-end;
1206
+ }
1207
+ .ant-pro-table-list-toolbar-extra-line {
1208
+ margin-bottom: 16px;
1209
+ }
1210
+ .ant-pro-table-list-toolbar-filter {
1211
+ display: -webkit-box;
1212
+ display: -ms-flexbox;
1213
+ display: -webkit-flex;
1214
+ display: flex;
1215
+ -webkit-box-align: center;
1216
+ -ms-flex-align: center;
1217
+ align-items: center;
1218
+ }
1219
+ .ant-pro-table-list-toolbar-filter:not(:last-child) {
1220
+ margin-right: 16px;
1221
+ }
1222
+ .ant-pro-table-list-toolbar-filter .ant-pro-table-search {
1223
+ margin: 0;
1224
+ padding: 0;
1225
+ }
1226
+ .ant-pro-table-list-toolbar-inline-menu-item {
1227
+ display: inline-block;
1228
+ margin-right: 24px;
1229
+ cursor: pointer;
1230
+ opacity: 0.75;
1231
+ }
1232
+ .ant-pro-table-list-toolbar-inline-menu-item-active {
1233
+ font-weight: bold;
1234
+ opacity: 1;
1235
+ }
1236
+ .ant-pro-table-list-toolbar-dropdownmenu-label {
1237
+ font-weight: bold;
1238
+ font-size: 16px;
1239
+ text-align: center;
1240
+ cursor: pointer;
1241
+ }
1242
+ .ant-pro-table-list-toolbar .ant-tabs-top > .ant-tabs-nav {
1243
+ margin-bottom: 0;
1244
+ }
1245
+ .ant-pro-table-list-toolbar .ant-tabs-top > .ant-tabs-nav::before {
1246
+ border-bottom: 0;
1247
+ }
1248
+ .ant-pro-table-list-toolbar .ant-tabs-top > .ant-tabs-nav .ant-tabs-nav-list {
1249
+ margin-top: 0;
1250
+ }
1251
+ .ant-pro-table-list-toolbar .ant-tabs-top > .ant-tabs-nav .ant-tabs-nav-list .ant-tabs-tab {
1252
+ padding-top: 0;
1253
+ }
1254
+ @media (max-width: 575px) {
1255
+ .ant-pro-table-list-toolbar-container {
1256
+ display: -webkit-box;
1257
+ display: -ms-flexbox;
1258
+ display: -webkit-flex;
1259
+ display: flex;
1260
+ -ms-flex-wrap: wrap;
1261
+ flex-wrap: wrap;
1262
+ }
1263
+ .ant-pro-table-list-toolbar-left {
1264
+ margin-bottom: 16px;
1265
+ }
1266
+ }
1267
+
1268
+ .ant-pro-table-column-setting {
1269
+ width: auto;
1270
+ }
1271
+ .ant-pro-table-column-setting-title {
1272
+ display: -webkit-box;
1273
+ display: -ms-flexbox;
1274
+ display: -webkit-flex;
1275
+ display: flex;
1276
+ -webkit-box-align: center;
1277
+ -ms-flex-align: center;
1278
+ align-items: center;
1279
+ -webkit-box-pack: justify;
1280
+ -ms-flex-pack: justify;
1281
+ justify-content: space-between;
1282
+ height: 32px;
1283
+ }
1284
+ .ant-pro-table-column-setting-overlay .ant-popover-inner-content {
1285
+ width: 200px;
1286
+ padding: 0px;
1287
+ padding-bottom: 8px;
1288
+ }
1289
+ .ant-pro-table-column-setting-overlay .ant-tree-node-content-wrapper:hover {
1290
+ background-color: transparent;
1291
+ }
1292
+ .ant-pro-table-column-setting-overlay .ant-tree-draggable-icon {
1293
+ cursor: -webkit-grab;
1294
+ cursor: grab;
1295
+ }
1296
+ .ant-pro-table-column-setting-overlay .ant-tree-treenode {
1297
+ -webkit-box-align: center;
1298
+ -ms-flex-align: center;
1299
+ align-items: center;
1300
+ }
1301
+ .ant-pro-table-column-setting-overlay .ant-tree-treenode:hover {
1302
+ background-color: #e6f7ff;
1303
+ }
1304
+ .ant-pro-table-column-setting-overlay .ant-tree-treenode:hover .ant-pro-table-column-setting-list-item-option {
1305
+ display: block;
1306
+ }
1307
+ .ant-pro-table-column-setting-overlay .ant-tree-treenode .ant-tree-checkbox {
1308
+ top: 0;
1309
+ margin: 0;
1310
+ margin-right: 4px;
1311
+ }
1312
+ .ant-pro-table-column-setting-list {
1313
+ display: -webkit-box;
1314
+ display: -ms-flexbox;
1315
+ display: -webkit-flex;
1316
+ display: flex;
1317
+ -webkit-box-orient: vertical;
1318
+ -webkit-box-direction: normal;
1319
+ -ms-flex-direction: column;
1320
+ flex-direction: column;
1321
+ width: 100%;
1322
+ padding-top: 8px;
1323
+ }
1324
+ .ant-pro-table-column-setting-list.ant-pro-table-column-setting-list-group {
1325
+ padding-top: 0;
1326
+ }
1327
+ .ant-pro-table-column-setting-list-title {
1328
+ margin-top: 6px;
1329
+ margin-bottom: 6px;
1330
+ padding-left: 24px;
1331
+ color: rgba(0, 0, 0, 0.45);
1332
+ font-size: 12px;
1333
+ }
1334
+ .ant-pro-table-column-setting-list-item {
1335
+ display: -webkit-box;
1336
+ display: -ms-flexbox;
1337
+ display: -webkit-flex;
1338
+ display: flex;
1339
+ -webkit-box-align: center;
1340
+ -ms-flex-align: center;
1341
+ align-items: center;
1342
+ }
1343
+ .ant-pro-table-column-setting-list-item-title {
1344
+ -webkit-box-flex: 1;
1345
+ -ms-flex: 1;
1346
+ flex: 1;
1347
+ }
1348
+ .ant-pro-table-column-setting-list-item-option {
1349
+ display: none;
1350
+ float: right;
1351
+ cursor: pointer;
1352
+ }
1353
+ .ant-pro-table-column-setting-list-item-option > span > span.anticon {
1354
+ color: #1890ff;
1355
+ }
1356
+ .ant-pro-table-column-setting-list-item-option > span + span {
1357
+ margin-left: 8px;
1358
+ }
1359
+
1360
+ .pro-table-tooltip-text span {
1361
+ color: #fff;
1362
+ }
1363
+ .ant-pro-table {
1364
+ z-index: 1;
1365
+ }
1366
+ .ant-pro-table:not(:root):-webkit-full-screen {
1367
+ min-height: 100vh;
1368
+ overflow: auto;
1369
+ background: #fff;
1370
+ }
1371
+ .ant-pro-table:not(:root):-ms-fullscreen {
1372
+ min-height: 100vh;
1373
+ overflow: auto;
1374
+ background: #fff;
1375
+ }
1376
+ .ant-pro-table:not(:root):fullscreen {
1377
+ min-height: 100vh;
1378
+ overflow: auto;
1379
+ background: #fff;
1380
+ }
1381
+ .ant-pro-table-extra {
1382
+ margin-bottom: 16px;
1383
+ }
1384
+ .ant-pro-table-polling .ant-pro-table-list-toolbar-setting-item .anticon.anticon-reload {
1385
+ -webkit-transform: rotate(0deg);
1386
+ transform: rotate(0deg);
1387
+ -webkit-animation: turn 1s linear infinite;
1388
+ animation: turn 1s linear infinite;
1389
+ }
1390
+ .ant-pro-table td.ant-table-cell > a {
1391
+ font-size: 14px;
1392
+ }
1393
+ .ant-pro-table .ant-table .ant-table-tbody .ant-table-wrapper:only-child .ant-table {
1394
+ margin: 0;
1395
+ }
1396
+ .ant-pro-table .ant-table.ant-table-middle .ant-pro-table {
1397
+ margin: -12px -8px;
1398
+ }
1399
+ @-webkit-keyframes turn {
1400
+ 0% {
1401
+ -webkit-transform: rotate(0deg);
1402
+ transform: rotate(0deg);
1403
+ }
1404
+ 25% {
1405
+ -webkit-transform: rotate(90deg);
1406
+ transform: rotate(90deg);
1407
+ }
1408
+ 50% {
1409
+ -webkit-transform: rotate(180deg);
1410
+ transform: rotate(180deg);
1411
+ }
1412
+ 75% {
1413
+ -webkit-transform: rotate(270deg);
1414
+ transform: rotate(270deg);
1415
+ }
1416
+ 100% {
1417
+ -webkit-transform: rotate(360deg);
1418
+ transform: rotate(360deg);
1419
+ }
1420
+ }
1421
+ @keyframes turn {
1422
+ 0% {
1423
+ -webkit-transform: rotate(0deg);
1424
+ transform: rotate(0deg);
1425
+ }
1426
+ 25% {
1427
+ -webkit-transform: rotate(90deg);
1428
+ transform: rotate(90deg);
1429
+ }
1430
+ 50% {
1431
+ -webkit-transform: rotate(180deg);
1432
+ transform: rotate(180deg);
1433
+ }
1434
+ 75% {
1435
+ -webkit-transform: rotate(270deg);
1436
+ transform: rotate(270deg);
1437
+ }
1438
+ 100% {
1439
+ -webkit-transform: rotate(360deg);
1440
+ transform: rotate(360deg);
1441
+ }
1442
+ }
1443
+ .ant-pro-table-toolbar {
1444
+ display: -webkit-box;
1445
+ display: -ms-flexbox;
1446
+ display: -webkit-flex;
1447
+ display: flex;
1448
+ -webkit-box-align: center;
1449
+ -ms-flex-align: center;
1450
+ align-items: center;
1451
+ -webkit-box-pack: justify;
1452
+ -ms-flex-pack: justify;
1453
+ justify-content: space-between;
1454
+ height: 64px;
1455
+ padding: 0 24px;
1456
+ }
1457
+ .ant-pro-table-toolbar-option {
1458
+ display: -webkit-box;
1459
+ display: -ms-flexbox;
1460
+ display: -webkit-flex;
1461
+ display: flex;
1462
+ -webkit-box-align: center;
1463
+ -ms-flex-align: center;
1464
+ align-items: center;
1465
+ -webkit-box-pack: end;
1466
+ -ms-flex-pack: end;
1467
+ justify-content: flex-end;
1468
+ }
1469
+ .ant-pro-table-toolbar-title {
1470
+ -webkit-box-flex: 1;
1471
+ -ms-flex: 1;
1472
+ flex: 1;
1473
+ color: rgba(0, 0, 0, 0.85);
1474
+ font-weight: 500;
1475
+ font-size: 16px;
1476
+ line-height: 24px;
1477
+ opacity: 0.85;
1478
+ }
1479
+ @media (max-width: 480px) {
1480
+ .ant-pro-table .ant-table {
1481
+ width: 100%;
1482
+ overflow-x: auto;
1483
+ }
1484
+ .ant-pro-table .ant-table-thead > tr > th,
1485
+ .ant-pro-table .ant-table-tbody > tr > th,
1486
+ .ant-pro-table .ant-table-thead > tr > td,
1487
+ .ant-pro-table .ant-table-tbody > tr > td {
1488
+ white-space: pre;
1489
+ }
1490
+ .ant-pro-table .ant-table-thead > tr > th > span,
1491
+ .ant-pro-table .ant-table-tbody > tr > th > span,
1492
+ .ant-pro-table .ant-table-thead > tr > td > span,
1493
+ .ant-pro-table .ant-table-tbody > tr > td > span {
1494
+ display: block;
1495
+ }
1496
+ }
1497
+ @media (max-width: 575px) {
1498
+ .ant-pro-table-toolbar {
1499
+ -webkit-box-orient: vertical;
1500
+ -webkit-box-direction: normal;
1501
+ -ms-flex-direction: column;
1502
+ flex-direction: column;
1503
+ -webkit-box-align: start;
1504
+ -ms-flex-align: start;
1505
+ align-items: flex-start;
1506
+ -webkit-box-pack: start;
1507
+ -ms-flex-pack: start;
1508
+ justify-content: flex-start;
1509
+ height: auto;
1510
+ margin-bottom: 16px;
1511
+ margin-left: 16px;
1512
+ padding: 8px;
1513
+ padding-top: 16px;
1514
+ line-height: normal;
1515
+ }
1516
+ .ant-pro-table-toolbar-title {
1517
+ margin-bottom: 16px;
1518
+ }
1519
+ .ant-pro-table-toolbar-option {
1520
+ display: -webkit-box;
1521
+ display: -ms-flexbox;
1522
+ display: -webkit-flex;
1523
+ display: flex;
1524
+ -webkit-box-pack: justify;
1525
+ -ms-flex-pack: justify;
1526
+ justify-content: space-between;
1527
+ width: 100%;
1528
+ }
1529
+ .ant-pro-table-toolbar-default-option {
1530
+ display: -webkit-box;
1531
+ display: -ms-flexbox;
1532
+ display: -webkit-flex;
1533
+ display: flex;
1534
+ -webkit-box-flex: 1;
1535
+ -ms-flex: 1;
1536
+ flex: 1;
1537
+ -webkit-box-align: center;
1538
+ -ms-flex-align: center;
1539
+ align-items: center;
1540
+ -webkit-box-pack: end;
1541
+ -ms-flex-pack: end;
1542
+ justify-content: flex-end;
1543
+ }
1544
+ }
1545
+
1546
+ .ant-pro-table-alert {
1547
+ margin-bottom: 16px;
1548
+ }
1549
+ .ant-pro-table-alert .ant-alert.ant-alert-no-icon {
1550
+ padding: 12px 24px;
1551
+ }
1552
+ .ant-pro-table-alert-info {
1553
+ display: -webkit-box;
1554
+ display: -ms-flexbox;
1555
+ display: -webkit-flex;
1556
+ display: flex;
1557
+ -webkit-box-align: center;
1558
+ -ms-flex-align: center;
1559
+ align-items: center;
1560
+ -webkit-transition: all 0.3s;
1561
+ transition: all 0.3s;
1562
+ }
1563
+ .ant-pro-table-alert-info-content {
1564
+ -webkit-box-flex: 1;
1565
+ -ms-flex: 1;
1566
+ flex: 1;
1567
+ }
1568
+ .ant-pro-table-alert-info-option {
1569
+ min-width: 48px;
1570
+ padding-left: 16px;
1571
+ }
1572
+
1573
+ .ant-pro-table .ant-pro-table-search {
1574
+ margin-bottom: 16px;
1575
+ padding: 24px;
1576
+ padding-bottom: 0;
1577
+ background: #fff;
1578
+ }
1579
+ .ant-pro-table .ant-pro-table-search-ghost {
1580
+ background: transparent;
1581
+ }
1582
+ .ant-pro-table .ant-pro-table-search::before {
1583
+ display: table;
1584
+ content: '';
1585
+ }
1586
+ .ant-pro-table .ant-pro-table-search::after {
1587
+ display: table;
1588
+ clear: both;
1589
+ content: '';
1590
+ }
1591
+ .ant-pro-table .ant-pro-table-search.ant-pro-table-form {
1592
+ margin: 0;
1593
+ padding: 0 16px;
1594
+ overflow: unset;
1595
+ }
1596
+ .ant-pro-table .ant-pro-table-search-light {
1597
+ margin-bottom: 0;
1598
+ padding: 16px 0;
1599
+ }
1600
+ .ant-pro-table .ant-pro-table-search-form-option .ant-form-item {
1601
+ margin: 0;
1602
+ }
1603
+ .ant-pro-table .ant-pro-table-search-form-option .ant-form-item-label {
1604
+ opacity: 0;
1605
+ }
1606
+ .ant-pro-table .ant-pro-table-search-form-option .ant-form-item-control-input {
1607
+ -webkit-box-pack: start;
1608
+ -ms-flex-pack: start;
1609
+ justify-content: flex-start;
1610
+ }
1611
+ @media (max-width: 575px) {
1612
+ .ant-pro-table .ant-pro-table-search {
1613
+ height: auto !important;
1614
+ padding-bottom: 24px;
1615
+ }
1616
+ .ant-pro-table .ant-pro-table-search .ant-form-item-label {
1617
+ min-width: 80px;
1618
+ text-align: left;
1619
+ }
1620
+ }
1621
+
1622
+ .ant-form > div:not(.ant-pro-form-light-filter) .pro-field {
1623
+ max-width: 100%;
1624
+ }
1625
+ .ant-form > div:not(.ant-pro-form-light-filter) .pro-field-xs {
1626
+ width: 104px;
1627
+ }
1628
+ .ant-form > div:not(.ant-pro-form-light-filter) .pro-field-s {
1629
+ width: 216px;
1630
+ }
1631
+ .ant-form > div:not(.ant-pro-form-light-filter) .pro-field-sm {
1632
+ width: 216px;
1633
+ }
1634
+ .ant-form > div:not(.ant-pro-form-light-filter) .pro-field-m {
1635
+ width: 328px;
1636
+ }
1637
+ .ant-form > div:not(.ant-pro-form-light-filter) .pro-field-md {
1638
+ width: 328px;
1639
+ }
1640
+ .ant-form > div:not(.ant-pro-form-light-filter) .pro-field-l {
1641
+ width: 440px;
1642
+ }
1643
+ .ant-form > div:not(.ant-pro-form-light-filter) .pro-field-lg {
1644
+ width: 440px;
1645
+ }
1646
+ .ant-form > div:not(.ant-pro-form-light-filter) .pro-field-xl {
1647
+ width: 552px;
1648
+ }
1649
+
1650
+ .ant-form:not(.ant-form-horizontal) .ant-pro-form-list-item:not(.ant-pro-form-list-item-show-label) .ant-form-item-label {
1651
+ display: none;
1652
+ }
1653
+ .ant-pro-form-list {
1654
+ max-width: 100%;
1655
+ }
1656
+ .ant-pro-form-list-item.ant-pro-form-list-item-show-label .ant-form-item-label {
1657
+ display: inline-block;
1658
+ }
1659
+ .ant-pro-form-list-item:first-of-type div:first-of-type .ant-form-item .ant-form-item-label {
1660
+ display: inline-block;
1661
+ }
1662
+ .ant-pro-form-list-action {
1663
+ display: -webkit-box;
1664
+ display: -ms-flexbox;
1665
+ display: -webkit-flex;
1666
+ display: flex;
1667
+ height: 32px;
1668
+ margin-bottom: 24px;
1669
+ line-height: 32px;
1670
+ }
1671
+ .ant-pro-form-list .ant-pro-card .ant-pro-card-extra .ant-pro-form-list-action {
1672
+ margin-bottom: 0;
1673
+ }
1674
+ .ant-pro-form-list-action-icon {
1675
+ margin-left: 8px;
1676
+ cursor: pointer;
1677
+ -webkit-transition: color 0.3s ease-in-out;
1678
+ transition: color 0.3s ease-in-out;
1679
+ }
1680
+ .ant-pro-form-list-action-icon:hover {
1681
+ color: #40a9ff;
1682
+ }
1683
+ .ant-pro-form-list-creator-button-top {
1684
+ margin-bottom: 24px;
1685
+ }
1686
+
1687
+ .ant-pro-field-light-wrapper-collapse-label {
1688
+ padding: 1;
1689
+ }
1690
+ .ant-pro-field-light-wrapper-container .ant-form-item {
1691
+ margin-bottom: 0;
1692
+ }
1693
+
1694
+ .ant-pro-form-group-title {
1695
+ margin-bottom: 16px;
1696
+ font-weight: bold;
1697
+ }
1698
+ .ant-pro-form-group-container {
1699
+ -ms-flex-wrap: wrap;
1700
+ flex-wrap: wrap;
1701
+ max-width: 100%;
1702
+ }
1703
+ .ant-pro-form-group-container > div.ant-space-item {
1704
+ max-width: 100%;
1705
+ }
1706
+ .ant-pro-form-group-twoLine {
1707
+ display: block;
1708
+ width: 100%;
1709
+ }
1710
+ .ant-pro-form-group-twoLine .ant-pro-form-group-title {
1711
+ width: 100%;
1712
+ margin: 8px 0;
1713
+ }
1714
+ .ant-pro-form-group-twoLine .ant-pro-form-group-container {
1715
+ padding-left: 16px;
1716
+ }
1717
+ .ant-pro-form-group-twoLine .ant-space-item,
1718
+ .ant-pro-form-group-twoLine .ant-form-item {
1719
+ width: 100%;
1720
+ }
1721
+ .ant-pro-form-group-twoLine .ant-form-item-control {
1722
+ display: -webkit-box;
1723
+ display: -ms-flexbox;
1724
+ display: -webkit-flex;
1725
+ display: flex;
1726
+ -webkit-box-align: center;
1727
+ -ms-flex-align: center;
1728
+ align-items: center;
1729
+ -webkit-box-pack: end;
1730
+ -ms-flex-pack: end;
1731
+ justify-content: flex-end;
1732
+ }
1733
+ .ant-pro-form-group-twoLine .ant-form-item-control-input {
1734
+ -webkit-box-align: center;
1735
+ -ms-flex-align: center;
1736
+ align-items: center;
1737
+ -webkit-box-pack: end;
1738
+ -ms-flex-pack: end;
1739
+ justify-content: flex-end;
1740
+ }
1741
+ .ant-pro-form-group-twoLine .ant-form-item-control-input-content {
1742
+ -webkit-box-flex: 0;
1743
+ -ms-flex: none;
1744
+ flex: none;
1745
+ }
1746
+
1747
+ .ant-pro-form-light-filter {
1748
+ line-height: 30px;
1749
+ }
1750
+ .ant-pro-form-light-filter::before {
1751
+ display: block;
1752
+ height: 0;
1753
+ visibility: hidden;
1754
+ content: '.';
1755
+ }
1756
+ .ant-pro-form-light-filter-small {
1757
+ line-height: 1.5715;
1758
+ }
1759
+ .ant-pro-form-light-filter-container {
1760
+ display: -webkit-box;
1761
+ display: -ms-flexbox;
1762
+ display: -webkit-flex;
1763
+ display: flex;
1764
+ -ms-flex-wrap: wrap;
1765
+ flex-wrap: wrap;
1766
+ margin-top: -8px;
1767
+ margin-right: -4px;
1768
+ }
1769
+ .ant-pro-form-light-filter-item {
1770
+ margin-top: 8px;
1771
+ white-space: nowrap;
1772
+ }
1773
+ .ant-pro-form-light-filter-item:not(:last-child) {
1774
+ margin-right: 8px;
1775
+ }
1776
+ .ant-pro-form-light-filter-formlabel {
1777
+ margin-bottom: 2px;
1778
+ }
1779
+ .ant-pro-form-light-filter-line {
1780
+ min-width: 198px;
1781
+ }
1782
+ .ant-pro-form-light-filter-line .ant-form-item {
1783
+ -webkit-box-orient: vertical;
1784
+ -webkit-box-direction: normal;
1785
+ -ms-flex-direction: column;
1786
+ flex-direction: column;
1787
+ margin-bottom: 0;
1788
+ }
1789
+ .ant-pro-form-light-filter-line:not(:first-child) {
1790
+ margin-top: 16px;
1791
+ margin-bottom: 8px;
1792
+ }
1793
+ .ant-pro-form-light-filter .ant-form-item {
1794
+ margin-bottom: 0;
1795
+ }
1796
+ .ant-pro-form-light-filter-collapse-icon {
1797
+ width: 32px;
1798
+ height: 32px;
1799
+ line-height: 35px;
1800
+ border-radius: 50%;
1801
+ }
1802
+ .ant-pro-form-light-filter-effective .ant-pro-form-light-filter-collapse-icon {
1803
+ background-color: rgba(0, 0, 0, 0.04);
1804
+ }
1805
+
1806
+ .ant-pro-steps-form-container {
1807
+ width: -webkit-max-content;
1808
+ width: -moz-max-content;
1809
+ width: max-content;
1810
+ min-width: 520px;
1811
+ max-width: 100%;
1812
+ margin: auto;
1813
+ }
1814
+ .ant-pro-steps-form-steps-container {
1815
+ max-width: 1160px;
1816
+ margin: auto;
1817
+ }
1818
+ .ant-pro-steps-form-steps-container .ant-steps-vertical {
1819
+ height: 100%;
1820
+ }
1821
+ .ant-pro-steps-form-step {
1822
+ display: none;
1823
+ margin-top: 32px;
1824
+ }
1825
+ .ant-pro-steps-form-step-active {
1826
+ display: block;
1827
+ }
1828
+ .ant-pro-steps-form-step > form {
1829
+ max-width: 100%;
1830
+ }
1831
+
1832
+ .ant-pro-form-login-container {
1833
+ display: -webkit-box;
1834
+ display: -ms-flexbox;
1835
+ display: -webkit-flex;
1836
+ display: flex;
1837
+ -webkit-box-flex: 1;
1838
+ -ms-flex: 1;
1839
+ flex: 1;
1840
+ -webkit-box-orient: vertical;
1841
+ -webkit-box-direction: normal;
1842
+ -ms-flex-direction: column;
1843
+ flex-direction: column;
1844
+ height: 100%;
1845
+ padding: 32px 0;
1846
+ overflow: auto;
1847
+ background: inherit;
1848
+ }
1849
+ @media (min-width: 768px) {
1850
+ .ant-pro-form-login-container {
1851
+ padding: 32px 0 24px;
1852
+ background-repeat: no-repeat;
1853
+ background-position: center 110px;
1854
+ background-size: 100%;
1855
+ }
1856
+ }
1857
+ .ant-pro-form-login-top {
1858
+ text-align: center;
1859
+ }
1860
+ .ant-pro-form-login-header {
1861
+ display: -webkit-box;
1862
+ display: -ms-flexbox;
1863
+ display: -webkit-flex;
1864
+ display: flex;
1865
+ -webkit-box-align: center;
1866
+ -ms-flex-align: center;
1867
+ align-items: center;
1868
+ -webkit-box-pack: center;
1869
+ -ms-flex-pack: center;
1870
+ justify-content: center;
1871
+ height: 44px;
1872
+ line-height: 44px;
1873
+ }
1874
+ .ant-pro-form-login-header a {
1875
+ text-decoration: none;
1876
+ }
1877
+ .ant-pro-form-login-title {
1878
+ position: relative;
1879
+ top: 2px;
1880
+ color: rgba(0, 0, 0, 0.85);
1881
+ font-weight: 600;
1882
+ font-size: 33px;
1883
+ }
1884
+ .ant-pro-form-login-logo {
1885
+ width: 44px;
1886
+ height: 44px;
1887
+ margin-right: 16px;
1888
+ vertical-align: top;
1889
+ }
1890
+ .ant-pro-form-login-logo img {
1891
+ width: 100%;
1892
+ }
1893
+ .ant-pro-form-login-desc {
1894
+ margin-top: 12px;
1895
+ margin-bottom: 40px;
1896
+ color: rgba(0, 0, 0, 0.45);
1897
+ font-size: 14px;
1898
+ }
1899
+ .ant-pro-form-login-main {
1900
+ min-width: 328px;
1901
+ max-width: 500px;
1902
+ margin: 0 auto;
1903
+ }
1904
+ .ant-pro-form-login-main .ant-tabs-nav-list {
1905
+ margin: 0px auto;
1906
+ font-size: 16px;
1907
+ }
1908
+ .ant-pro-form-login-main .ant-pro-form-login-other {
1909
+ margin-top: 24px;
1910
+ line-height: 22px;
1911
+ text-align: left;
1912
+ }
1913
+
1914
+ .ant-pro-form-login-page {
1915
+ display: -webkit-box;
1916
+ display: -ms-flexbox;
1917
+ display: -webkit-flex;
1918
+ display: flex;
1919
+ width: 100%;
1920
+ height: 100%;
1921
+ background-repeat: no-repeat;
1922
+ background-size: 100% auto;
1923
+ }
1924
+ .ant-pro-form-login-page-notice {
1925
+ display: -webkit-box;
1926
+ display: -ms-flexbox;
1927
+ display: -webkit-flex;
1928
+ display: flex;
1929
+ -webkit-box-flex: 1;
1930
+ -ms-flex: 1;
1931
+ flex: 1;
1932
+ -webkit-box-align: end;
1933
+ -ms-flex-align: end;
1934
+ align-items: flex-end;
1935
+ }
1936
+ .ant-pro-form-login-page-notice-activity {
1937
+ margin: 24px;
1938
+ padding: 24px;
1939
+ }
1940
+ .ant-pro-form-login-page-notice-activity-title {
1941
+ font-weight: 500;
1942
+ font-size: 28px;
1943
+ }
1944
+ .ant-pro-form-login-page-notice-activity-subTitle {
1945
+ margin-top: 8px;
1946
+ font-size: 16px;
1947
+ }
1948
+ .ant-pro-form-login-page-notice-activity-action {
1949
+ margin-top: 24px;
1950
+ }
1951
+ .ant-pro-form-login-page-container {
1952
+ display: -webkit-box;
1953
+ display: -ms-flexbox;
1954
+ display: -webkit-flex;
1955
+ display: flex;
1956
+ -webkit-box-flex: 1;
1957
+ -ms-flex: 1;
1958
+ flex: 1;
1959
+ -webkit-box-orient: vertical;
1960
+ -webkit-box-direction: normal;
1961
+ -ms-flex-direction: column;
1962
+ flex-direction: column;
1963
+ max-width: 550px;
1964
+ height: 100%;
1965
+ padding: 32px 0;
1966
+ overflow: auto;
1967
+ background: inherit;
1968
+ background: #fff;
1969
+ }
1970
+ @media (max-width: 768px) {
1971
+ .ant-pro-form-login-page {
1972
+ -webkit-box-orient: vertical;
1973
+ -webkit-box-direction: reverse;
1974
+ -ms-flex-direction: column-reverse;
1975
+ flex-direction: column-reverse;
1976
+ background: none !important;
1977
+ }
1978
+ .ant-pro-form-login-page .ant-pro-form-login-page-notice {
1979
+ display: -webkit-box;
1980
+ display: -ms-flexbox;
1981
+ display: -webkit-flex;
1982
+ display: flex;
1983
+ -webkit-box-flex: 0;
1984
+ -ms-flex: none;
1985
+ flex: none;
1986
+ -webkit-box-align: start;
1987
+ -ms-flex-align: start;
1988
+ align-items: flex-start;
1989
+ width: 100%;
1990
+ }
1991
+ .ant-pro-form-login-page .ant-pro-form-login-page-notice > div {
1992
+ width: 100%;
1993
+ }
1994
+ }
1995
+ @media (min-width: 768px) {
1996
+ .ant-pro-form-login-page-container {
1997
+ padding: 128px 0 24px;
1998
+ background-repeat: no-repeat;
1999
+ background-position: center 110px;
2000
+ background-size: 100%;
2001
+ }
2002
+ }
2003
+ .ant-pro-form-login-page-top {
2004
+ text-align: center;
2005
+ }
2006
+ .ant-pro-form-login-page-header {
2007
+ display: -webkit-box;
2008
+ display: -ms-flexbox;
2009
+ display: -webkit-flex;
2010
+ display: flex;
2011
+ -webkit-box-align: center;
2012
+ -ms-flex-align: center;
2013
+ align-items: center;
2014
+ -webkit-box-pack: center;
2015
+ -ms-flex-pack: center;
2016
+ justify-content: center;
2017
+ height: 44px;
2018
+ line-height: 44px;
2019
+ }
2020
+ .ant-pro-form-login-page-header a {
2021
+ text-decoration: none;
2022
+ }
2023
+ .ant-pro-form-login-page-title {
2024
+ position: relative;
2025
+ top: 2px;
2026
+ color: rgba(0, 0, 0, 0.85);
2027
+ font-weight: 600;
2028
+ font-size: 33px;
2029
+ }
2030
+ .ant-pro-form-login-page-logo {
2031
+ width: 44px;
2032
+ height: 44px;
2033
+ margin-right: 16px;
2034
+ vertical-align: top;
2035
+ }
2036
+ .ant-pro-form-login-page-logo img {
2037
+ width: 100%;
2038
+ }
2039
+ .ant-pro-form-login-page-desc {
2040
+ margin-top: 12px;
2041
+ margin-bottom: 40px;
2042
+ color: rgba(0, 0, 0, 0.45);
2043
+ font-size: 14px;
2044
+ }
2045
+ @media screen and (max-width: 576px) {
2046
+ .ant-pro-form-login-page-main {
2047
+ width: 95%;
2048
+ max-width: 328px;
2049
+ }
2050
+ }
2051
+ .ant-pro-form-login-page-main {
2052
+ width: 328px;
2053
+ margin: 0 auto;
2054
+ }
2055
+ .ant-pro-form-login-page-main .ant-tabs-nav-list {
2056
+ margin: 0px auto;
2057
+ font-size: 16px;
2058
+ }
2059
+ .ant-pro-form-login-page-main .ant-pro-form-login-page-other {
2060
+ margin-top: 24px;
2061
+ line-height: 22px;
2062
+ text-align: left;
2063
+ }
2064
+
2065
+ .pro-table-tooltip-text span {
2066
+ color: #fff;
2067
+ }
2068
+ .ant-pro-table {
2069
+ z-index: 1;
2070
+ }
2071
+ .ant-pro-table:not(:root):-webkit-full-screen {
2072
+ min-height: 100vh;
2073
+ overflow: auto;
2074
+ background: #fff;
2075
+ }
2076
+ .ant-pro-table:not(:root):-ms-fullscreen {
2077
+ min-height: 100vh;
2078
+ overflow: auto;
2079
+ background: #fff;
2080
+ }
2081
+ .ant-pro-table:not(:root):fullscreen {
2082
+ min-height: 100vh;
2083
+ overflow: auto;
2084
+ background: #fff;
2085
+ }
2086
+ .ant-pro-table-extra {
2087
+ margin-bottom: 16px;
2088
+ }
2089
+ .ant-pro-table-polling .ant-pro-table-list-toolbar-setting-item .anticon.anticon-reload {
2090
+ -webkit-transform: rotate(0deg);
2091
+ transform: rotate(0deg);
2092
+ -webkit-animation: turn 1s linear infinite;
2093
+ animation: turn 1s linear infinite;
2094
+ }
2095
+ .ant-pro-table td.ant-table-cell > a {
2096
+ font-size: 14px;
2097
+ }
2098
+ .ant-pro-table .ant-table .ant-table-tbody .ant-table-wrapper:only-child .ant-table {
2099
+ margin: 0;
2100
+ }
2101
+ .ant-pro-table .ant-table.ant-table-middle .ant-pro-table {
2102
+ margin: -12px -8px;
2103
+ }
2104
+ @-webkit-keyframes turn {
2105
+ 0% {
2106
+ -webkit-transform: rotate(0deg);
2107
+ transform: rotate(0deg);
2108
+ }
2109
+ 25% {
2110
+ -webkit-transform: rotate(90deg);
2111
+ transform: rotate(90deg);
2112
+ }
2113
+ 50% {
2114
+ -webkit-transform: rotate(180deg);
2115
+ transform: rotate(180deg);
2116
+ }
2117
+ 75% {
2118
+ -webkit-transform: rotate(270deg);
2119
+ transform: rotate(270deg);
2120
+ }
2121
+ 100% {
2122
+ -webkit-transform: rotate(360deg);
2123
+ transform: rotate(360deg);
2124
+ }
2125
+ }
2126
+ @keyframes turn {
2127
+ 0% {
2128
+ -webkit-transform: rotate(0deg);
2129
+ transform: rotate(0deg);
2130
+ }
2131
+ 25% {
2132
+ -webkit-transform: rotate(90deg);
2133
+ transform: rotate(90deg);
2134
+ }
2135
+ 50% {
2136
+ -webkit-transform: rotate(180deg);
2137
+ transform: rotate(180deg);
2138
+ }
2139
+ 75% {
2140
+ -webkit-transform: rotate(270deg);
2141
+ transform: rotate(270deg);
2142
+ }
2143
+ 100% {
2144
+ -webkit-transform: rotate(360deg);
2145
+ transform: rotate(360deg);
2146
+ }
2147
+ }
2148
+
2149
+ .ant-pro-table-dropdown {
2150
+ width: auto;
2151
+ }
2152
+
2153
+ .ant-pro-table-drag-visible-cell {
2154
+ display: -webkit-box;
2155
+ display: -ms-flexbox;
2156
+ display: -webkit-flex;
2157
+ display: flex;
2158
+ -webkit-box-align: center;
2159
+ -ms-flex-align: center;
2160
+ align-items: center;
2161
+ }
2162
+ .ant-pro-table-drag-icon {
2163
+ margin-right: 8px;
2164
+ color: #999;
2165
+ cursor: -webkit-grab;
2166
+ cursor: grab;
2167
+ }