@blueking/ai-ui-sdk 0.3.0-beta.1 → 0.3.0-beta.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 (195) hide show
  1. package/dist/assets/svg/lock.svg +43 -0
  2. package/dist/components/render-agent/agent-search.script.vue.js.js +1 -1
  3. package/dist/components/render-agent/agent-share.script.vue.js.js +1 -1
  4. package/dist/components/render-agent/agent-type.vue.css +3 -3
  5. package/dist/components/render-agent/agent-type.vue.js +1 -1
  6. package/dist/components/render-auto-height-textarea/index.vue.css +11 -11
  7. package/dist/components/render-auto-height-textarea/index.vue.js +1 -1
  8. package/dist/components/render-auto-refresh/index.vue.css +8 -8
  9. package/dist/components/render-auto-refresh/index.vue.js +1 -1
  10. package/dist/components/render-card/agent/actions.script.vue.js.js +9 -9
  11. package/dist/components/render-card/agent/index.script.vue.js.js +1 -1
  12. package/dist/components/render-card/agent/prefix-info-tool.script.vue.js.js +9 -9
  13. package/dist/components/render-card/agent/prefix-info-tool.vue.css +5 -5
  14. package/dist/components/render-card/agent/prefix-info-tool.vue.js +1 -1
  15. package/dist/components/render-card/agent-command/index.script.vue.js.js +1 -1
  16. package/dist/components/render-card/agent-command/info-tool.script.vue.js.js +8 -8
  17. package/dist/components/render-card/base/reference-icon.script.vue.js.js +1 -1
  18. package/dist/components/render-card/base/tag-suffix.script.vue.js.js +1 -1
  19. package/dist/components/render-card/base.script.vue.js +16 -16
  20. package/dist/components/render-card/base.vue.css +12 -12
  21. package/dist/components/render-card/base.vue.js +1 -1
  22. package/dist/components/render-card/knowledge/index.script.vue.js.js +1 -1
  23. package/dist/components/render-card/knowledge/info-tool.script.vue.js.js +1 -1
  24. package/dist/components/render-card/knowledgebase/index.script.vue.js.js +1 -1
  25. package/dist/components/render-card/knowledgebase/info-tool.script.vue.js.js +1 -1
  26. package/dist/components/render-card/llm/actions.script.vue.js.js +1 -1
  27. package/dist/components/render-card/llm/corner-badge.script.vue.js +3 -3
  28. package/dist/components/render-card/llm/corner-badge.vue.css +3 -3
  29. package/dist/components/render-card/llm/corner-badge.vue.js +1 -1
  30. package/dist/components/render-card/llm/icons.script.vue.js.js +2 -2
  31. package/dist/components/render-card/llm/icons.vue.css +2 -2
  32. package/dist/components/render-card/llm/icons.vue.js +1 -1
  33. package/dist/components/render-card/llm/index.script.vue.js.js +1 -1
  34. package/dist/components/render-card/llm/info.script.vue.js.js +1 -1
  35. package/dist/components/render-card/llm/info.vue.css +1 -1
  36. package/dist/components/render-card/llm/info.vue.js +1 -1
  37. package/dist/components/render-card/llm/tag-prefix.vue.css +3 -3
  38. package/dist/components/render-card/llm/tag-prefix.vue.js +1 -1
  39. package/dist/components/render-card/mcp/actions.script.vue.js.js +2 -2
  40. package/dist/components/render-card/mcp/code-suffix.script.vue.js +2 -2
  41. package/dist/components/render-card/mcp/index.script.vue.js.js +1 -1
  42. package/dist/components/render-card/mcp/name-suffix.script.vue.js +2 -2
  43. package/dist/components/render-card/mcp/name-suffix.vue.css +2 -2
  44. package/dist/components/render-card/mcp/name-suffix.vue.js +1 -1
  45. package/dist/components/render-card/mcp/prefix-info-tool.script.vue.js.js +2 -2
  46. package/dist/components/render-card/prompt/icons.vue.css +1 -1
  47. package/dist/components/render-card/prompt/icons.vue.js +1 -1
  48. package/dist/components/render-card/prompt/index.script.vue.js.js +3 -3
  49. package/dist/components/render-card/role/index.script.vue.js.js +2 -2
  50. package/dist/components/render-card/skill/index.script.vue.js.js +1 -1
  51. package/dist/components/render-card/skill/tag-prefix.script.vue.js.js +2 -2
  52. package/dist/components/render-card/skill/tag-prefix.vue.css +3 -3
  53. package/dist/components/render-card/skill/tag-prefix.vue.js +1 -1
  54. package/dist/components/render-card/tool/actions.script.vue.js.js +3 -3
  55. package/dist/components/render-card/tool/index.script.vue.js.js +1 -1
  56. package/dist/components/render-card/tool/prefix-info-tool.script.vue.js.js +2 -2
  57. package/dist/components/render-checkbox/index.script.vue.js.js +2 -2
  58. package/dist/components/render-checkbox/index.vue.css +9 -9
  59. package/dist/components/render-checkbox/index.vue.js +1 -1
  60. package/dist/components/render-choose-tag/index.vue.css +7 -7
  61. package/dist/components/render-choose-tag/index.vue.js +1 -1
  62. package/dist/components/render-collapse/index.script.vue.js.js +3 -3
  63. package/dist/components/render-collapse/index.vue.css +2 -2
  64. package/dist/components/render-collapse/index.vue.js +1 -1
  65. package/dist/components/render-collection/actions/index.script.vue.js.js +4 -4
  66. package/dist/components/render-collection/content/index.script.vue.js +5 -5
  67. package/dist/components/render-collection/content/index.vue.css +4 -4
  68. package/dist/components/render-collection/content/index.vue.js +1 -1
  69. package/dist/components/render-collection/search/index.script.vue.js.js +1 -1
  70. package/dist/components/render-dataset/components/batch-delete-dataset-data/index.script.vue.js +3 -3
  71. package/dist/components/render-dataset/components/batch-delete-dataset-data/index.vue.css +3 -3
  72. package/dist/components/render-dataset/components/batch-delete-dataset-data/index.vue.js +1 -1
  73. package/dist/components/render-dataset/components/batch-edit-valid-dataset-data/index.script.vue.js.js +5 -5
  74. package/dist/components/render-dataset/components/batch-edit-valid-dataset-data/index.vue.css +1 -1
  75. package/dist/components/render-dataset/components/batch-edit-valid-dataset-data/index.vue.js +1 -1
  76. package/dist/components/render-dataset/components/batch-review-dataset-data/index.script.vue.js.js +1 -1
  77. package/dist/components/render-dataset/components/dataset-data-level/index.script.vue.js +1 -1
  78. package/dist/components/render-dataset/components/dataset-data-status/index.script.vue.js.js +1 -1
  79. package/dist/components/render-dataset/components/dataset-data-tool-icons/index.script.vue.js +3 -3
  80. package/dist/components/render-dataset/components/dataset-data-valid/index.script.vue.js.js +8 -8
  81. package/dist/components/render-dataset/components/dataset-data-valid/index.vue.css +1 -1
  82. package/dist/components/render-dataset/components/dataset-data-valid/index.vue.js +1 -1
  83. package/dist/components/render-dataset/components/edit-dataset-data/index.script.vue.js.js +8 -8
  84. package/dist/components/render-dataset/components/edit-dataset-data/index.vue.css +3 -3
  85. package/dist/components/render-dataset/components/edit-dataset-data/index.vue.js +1 -1
  86. package/dist/components/render-dataset/components/operation-record/index.vue.css +4 -4
  87. package/dist/components/render-dataset/components/operation-record/index.vue.js +1 -1
  88. package/dist/components/render-dataset/components/operation-record/table/index.script.vue.js +4 -4
  89. package/dist/components/render-dataset/components/operation-record/table/index.vue.css +1 -1
  90. package/dist/components/render-dataset/components/operation-record/table/index.vue.js +1 -1
  91. package/dist/components/render-dataset/components/operation-record/view-op-result/index.script.vue.js.js +2 -2
  92. package/dist/components/render-dataset/components/operation-record/view-op-result/index.vue.css +2 -2
  93. package/dist/components/render-dataset/components/operation-record/view-op-result/index.vue.js +1 -1
  94. package/dist/components/render-dataset/components/plus-dataset/dataset-footer.script.vue.js.js +2 -2
  95. package/dist/components/render-dataset/components/plus-dataset/dataset-form.script.vue.js +4 -4
  96. package/dist/components/render-dataset/components/plus-dataset/index.vue.css +2 -2
  97. package/dist/components/render-dataset/components/plus-dataset/index.vue.js +1 -1
  98. package/dist/components/render-dataset/components/plus-dataset-data/form/api.script.vue.js.js +1 -1
  99. package/dist/components/render-dataset/components/plus-dataset-data/form/api.vue.css +2 -2
  100. package/dist/components/render-dataset/components/plus-dataset-data/form/api.vue.js +1 -1
  101. package/dist/components/render-dataset/components/plus-dataset-data/form/file.script.vue.js.js +2 -2
  102. package/dist/components/render-dataset/components/plus-dataset-data/form/footer.vue.css +1 -1
  103. package/dist/components/render-dataset/components/plus-dataset-data/form/footer.vue.js +1 -1
  104. package/dist/components/render-dataset/components/plus-dataset-data/form/index.vue.css +2 -2
  105. package/dist/components/render-dataset/components/plus-dataset-data/form/index.vue.js +1 -1
  106. package/dist/components/render-dataset/components/plus-dataset-data/form/manual.script.vue.js.js +2 -2
  107. package/dist/components/render-dataset/components/plus-dataset-data/index.script.vue.js.js +1 -1
  108. package/dist/components/render-dataset/components/review-dataset-data/index.script.vue.js.js +6 -6
  109. package/dist/components/render-dataset/components/review-dataset-data/index.vue.css +10 -10
  110. package/dist/components/render-dataset/components/review-dataset-data/index.vue.js +1 -1
  111. package/dist/components/render-dataset-detail/components/header.script.vue.js.js +2 -2
  112. package/dist/components/render-dataset-detail/index.script.vue.js.js +1 -1
  113. package/dist/components/render-dataset-detail-origin-data/components/batch-operation/index.script.vue.js.js +2 -2
  114. package/dist/components/render-dataset-detail-origin-data/components/table/index.script.vue.js +7 -7
  115. package/dist/components/render-dataset-detail-origin-data/index.script.vue.js.js +1 -1
  116. package/dist/components/render-dataset-detail-origin-data/index.vue.css +3 -3
  117. package/dist/components/render-dataset-detail-origin-data/index.vue.js +1 -1
  118. package/dist/components/render-dataset-list/components/main.script.vue.js.js +1 -1
  119. package/dist/components/render-dataset-list/components/main.vue.css +3 -3
  120. package/dist/components/render-dataset-list/components/main.vue.js +1 -1
  121. package/dist/components/render-dataset-list/components/table.script.vue.js +7 -7
  122. package/dist/components/render-dataset-list/index.vue.css +2 -2
  123. package/dist/components/render-dataset-list/index.vue.js +1 -1
  124. package/dist/components/render-dialog/choose-footer.script.vue.js.js +3 -3
  125. package/dist/components/render-dialog/choose-resource.script.vue.js +1 -1
  126. package/dist/components/render-dialog/choose-resource.vue.css +2 -2
  127. package/dist/components/render-dialog/choose-resource.vue.js +1 -1
  128. package/dist/components/render-dialog/choose-result.script.vue.js +3 -3
  129. package/dist/components/render-dialog/choose-result.vue.css +14 -14
  130. package/dist/components/render-dialog/choose-result.vue.js +1 -1
  131. package/dist/components/render-dialog/choose-space.script.vue.js.js +8 -8
  132. package/dist/components/render-dialog/choose-space.vue.css +8 -8
  133. package/dist/components/render-dialog/choose-space.vue.js +1 -1
  134. package/dist/components/render-dialog/index.vue.css +6 -6
  135. package/dist/components/render-dialog/index.vue.js +1 -1
  136. package/dist/components/render-file-card/index.script.vue.js.js +1 -1
  137. package/dist/components/render-file-card/index.vue.css +11 -11
  138. package/dist/components/render-file-card/index.vue.js +1 -1
  139. package/dist/components/render-file-type-icon/index.vue.css +5 -5
  140. package/dist/components/render-file-type-icon/index.vue.js +1 -1
  141. package/dist/components/render-generate-tag/index.script.vue.js.js +1 -1
  142. package/dist/components/render-generate-tag/index.vue.css +5 -5
  143. package/dist/components/render-generate-tag/index.vue.js +1 -1
  144. package/dist/components/render-header/index.script.vue.js.js +4 -4
  145. package/dist/components/render-header/index.vue.css +3 -3
  146. package/dist/components/render-header/index.vue.js +1 -1
  147. package/dist/components/render-knowledge/icon/index.vue.css +1 -1
  148. package/dist/components/render-knowledge/icon/index.vue.js +1 -1
  149. package/dist/components/render-knowledge/search/index.script.vue.js.js +1 -1
  150. package/dist/components/render-knowledgebase/search/index.script.vue.js.js +1 -1
  151. package/dist/components/render-like/index.script.vue.js.js +8 -8
  152. package/dist/components/render-like/index.vue.css +5 -5
  153. package/dist/components/render-like/index.vue.js +1 -1
  154. package/dist/components/render-markdown/edit.ts.js +2 -2
  155. package/dist/components/render-markdown/view.ts.js +1 -1
  156. package/dist/components/render-mcp/search/index.script.vue.js.js +1 -1
  157. package/dist/components/render-permission-tag/index.script.vue.js +2 -2
  158. package/dist/components/render-prompt/actions/index.script.vue.js.js +4 -4
  159. package/dist/components/render-prompt/content/index.script.vue.js.js +1 -1
  160. package/dist/components/render-prompt/content/index.vue.css +1 -1
  161. package/dist/components/render-prompt/content/index.vue.js +1 -1
  162. package/dist/components/render-prompt/search/index.script.vue.js.js +1 -1
  163. package/dist/components/render-reference/index.script.vue.js +2 -2
  164. package/dist/components/render-reference/index.vue.css +2 -2
  165. package/dist/components/render-reference/index.vue.js +1 -1
  166. package/dist/components/render-relate-agent/index.script.vue.js.js +3 -3
  167. package/dist/components/render-resource-info/index.script.vue.js +1 -1
  168. package/dist/components/render-resource-version/index.vue.css +2 -2
  169. package/dist/components/render-resource-version/index.vue.js +1 -1
  170. package/dist/components/render-router-tab/index.vue.css +3 -3
  171. package/dist/components/render-router-tab/index.vue.js +1 -1
  172. package/dist/components/render-search-empty/index.script.vue.js.js +3 -3
  173. package/dist/components/render-search-select/index.script.vue.js.js +1 -1
  174. package/dist/components/render-select-plus-extension/index.vue.css +3 -3
  175. package/dist/components/render-select-plus-extension/index.vue.js +1 -1
  176. package/dist/components/render-skill/actions/index.script.vue.js.js +2 -2
  177. package/dist/components/render-skill/icons/index.script.vue.js.js +1 -1
  178. package/dist/components/render-skill/search/index.script.vue.js.js +1 -1
  179. package/dist/components/render-t-table/index.script.vue.js +6 -6
  180. package/dist/components/render-t-table/index.vue.css +27 -27
  181. package/dist/components/render-t-table/index.vue.js +1 -1
  182. package/dist/components/render-tag-tree/index.script.vue.js.js +3 -3
  183. package/dist/components/render-tag-tree/index.vue.css +7 -7
  184. package/dist/components/render-tag-tree/index.vue.js +1 -1
  185. package/dist/components/render-tags/index.script.vue.js +3 -3
  186. package/dist/components/render-tags/index.vue.css +6 -6
  187. package/dist/components/render-tags/index.vue.js +1 -1
  188. package/dist/components/render-tool/search/index.script.vue.js.js +1 -1
  189. package/dist/components/render-tree/index.script.vue.js +1 -1
  190. package/dist/css/g-utilities.css +916 -0
  191. package/dist/css/g-utilities.manifest.json +162 -0
  192. package/dist/hooks/use-style.d.ts +1 -1
  193. package/dist/hooks/use-style.ts.js +1 -1
  194. package/package.json +7 -1
  195. package/dist/css/tailwind.css +0 -1115
@@ -1,1115 +0,0 @@
1
- .g-flex-main-text {
2
- flex: 1;
3
- width: 0;
4
- }
5
-
6
- .g-flex-inline {
7
- display: inline-flex !important;
8
- }
9
-
10
- .g-flex-row {
11
- display: flex;
12
- flex-direction: row;
13
- align-items: center;
14
- }
15
-
16
- .g-inline-flex-row {
17
- display: inline-flex;
18
- flex-direction: row;
19
- align-items: center;
20
- }
21
-
22
- .g-flex-column {
23
- display: flex;
24
- flex-direction: column;
25
- align-items: initial !important;
26
- }
27
-
28
- .g-align-center {
29
- align-items: center !important;
30
- }
31
-
32
- .g-align-start {
33
- align-items: flex-start !important;
34
- }
35
-
36
- .g-align-end {
37
- align-items: end;
38
- }
39
-
40
- .g-align-self-center {
41
- align-self: center !important;
42
- }
43
-
44
- .g-align-self-start {
45
- align-self: start !important;
46
- }
47
-
48
- .g-justify-between {
49
- justify-content: space-between !important;
50
- }
51
-
52
- .g-justify-center {
53
- justify-content: center;
54
- }
55
-
56
- .g-justify-end {
57
- justify-content: end;
58
- }
59
-
60
- .g-justify-start {
61
- justify-content: start;
62
- }
63
-
64
- .g-overflow-hidden {
65
- overflow: hidden;
66
- }
67
-
68
- .g-flex-truncate {
69
- overflow: hidden;
70
- text-overflow: ellipsis;
71
- white-space: nowrap;
72
- flex: 1;
73
- width: 0;
74
- }
75
-
76
- .g-max-truncate {
77
- overflow: hidden;
78
- text-overflow: ellipsis;
79
- white-space: nowrap;
80
- max-width: 100%;
81
- }
82
-
83
- .g-truncate {
84
- overflow: hidden;
85
- text-overflow: ellipsis;
86
- white-space: nowrap;
87
- }
88
-
89
- .g-p-4 {
90
- padding: 4px;
91
- }
92
-
93
- .g-p-12 {
94
- padding: 12px;
95
- }
96
-
97
- .g-p-24 {
98
- padding: 24px;
99
- }
100
-
101
- .g-mt-0 {
102
- margin-top: 0 !important;
103
- }
104
-
105
- .g-mt-2 {
106
- margin-top: 2px;
107
- }
108
-
109
- .g-mt-4 {
110
- margin-top: 4px;
111
- }
112
-
113
- .g-mt-5 {
114
- margin-top: 5px;
115
- }
116
-
117
- .g-mt-6 {
118
- margin-top: 6px;
119
- }
120
-
121
- .g-mt-8 {
122
- margin-top: 8px;
123
- }
124
-
125
- .g-mt-10 {
126
- margin-top: 10px;
127
- }
128
-
129
- .g-mt-12 {
130
- margin-top: 12px;
131
- }
132
-
133
- .g-mt-14 {
134
- margin-top: 14px;
135
- }
136
-
137
- .g-mt-15 {
138
- margin-top: 15px;
139
- }
140
-
141
- .g-mt-16 {
142
- margin-top: 16px !important;
143
- }
144
-
145
- .g-mt-18 {
146
- margin-top: 18px;
147
- }
148
-
149
- .g-mt-20 {
150
- margin-top: 20px !important;
151
- }
152
-
153
- .g-mt-24 {
154
- margin-top: 24px;
155
- }
156
-
157
- .g-mt-25 {
158
- margin-top: 25px;
159
- }
160
-
161
- .g-mt-100 {
162
- margin-top: 100px;
163
- }
164
-
165
- .g-mt-200 {
166
- margin-top: 200px;
167
- }
168
-
169
- .g-mr-2 {
170
- margin-right: 2px;
171
- }
172
-
173
- .g-mr-4 {
174
- margin-right: 4px;
175
- }
176
-
177
- .g-mr-5 {
178
- margin-right: 5px;
179
- }
180
-
181
- .g-mr-6 {
182
- margin-right: 6px;
183
- }
184
-
185
- .g-mr-8 {
186
- margin-right: 8px;
187
- }
188
-
189
- .g-mr-10 {
190
- margin-right: 10px;
191
- }
192
-
193
- .g-mr-12 {
194
- margin-right: 12px !important;
195
- }
196
-
197
- .g-mr-14 {
198
- margin-right: 14px;
199
- }
200
-
201
- .g-mr-16 {
202
- margin-right: 16px;
203
- }
204
-
205
- .g-mr-18 {
206
- margin-right: 18px;
207
- }
208
-
209
- .g-mr-24 {
210
- margin-right: 24px;
211
- }
212
-
213
- .g-mr-25 {
214
- margin-right: 25px;
215
- }
216
-
217
- .g-mr-40 {
218
- margin-right: 40px;
219
- }
220
-
221
- .g-mr-60 {
222
- margin-right: 60px;
223
- }
224
-
225
- .g-ml-2 {
226
- margin-left: 2px;
227
- }
228
-
229
- .g-ml-4 {
230
- margin-left: 4px;
231
- }
232
-
233
- .g-ml-5 {
234
- margin-left: 5px;
235
- }
236
-
237
- .g-ml-6 {
238
- margin-left: 6px;
239
- }
240
-
241
- .g-ml-7 {
242
- margin-left: 7px;
243
- }
244
-
245
- .g-ml-8 {
246
- margin-left: 8px;
247
- }
248
-
249
- .g-ml-10 {
250
- margin-left: 10px;
251
- }
252
-
253
- .g-ml-12 {
254
- margin-left: 12px;
255
- }
256
-
257
- .g-ml-14 {
258
- margin-left: 14px;
259
- }
260
-
261
- .g-ml-16 {
262
- margin-left: 16px;
263
- }
264
-
265
- .g-ml-24 {
266
- margin-left: 24px;
267
- }
268
-
269
- .g-ml-25 {
270
- margin-left: 25px;
271
- }
272
-
273
- .g-ml-48 {
274
- margin-left: 48px;
275
- }
276
-
277
- .g-ml-auto {
278
- margin-left: auto;
279
- }
280
-
281
- .g-mb-0 {
282
- margin-bottom: 0 !important;
283
- }
284
-
285
- .g-mb-1 {
286
- margin-bottom: 1px;
287
- }
288
-
289
- .g-mb-2 {
290
- margin-bottom: 2px;
291
- }
292
-
293
- .g-mb-3 {
294
- margin-bottom: 3px;
295
- }
296
-
297
- .g-mb-4 {
298
- margin-bottom: 4px;
299
- }
300
-
301
- .g-mb-6 {
302
- margin-bottom: 6px;
303
- }
304
-
305
- .g-mb-8 {
306
- margin-bottom: 8px;
307
- }
308
-
309
- .g-mb-10 {
310
- margin-bottom: 10px !important;
311
- }
312
-
313
- .g-mb-12 {
314
- margin-bottom: 12px;
315
- }
316
-
317
- .g-mb-14 {
318
- margin-bottom: 14px;
319
- }
320
-
321
- .g-mb-15 {
322
- margin-bottom: 15px;
323
- }
324
-
325
- .g-mb-16 {
326
- margin-bottom: 16px !important;
327
- }
328
-
329
- .g-mb-18 {
330
- margin-bottom: 18px;
331
- }
332
-
333
- .g-mb-20 {
334
- margin-bottom: 20px;
335
- }
336
-
337
- .g-mb-22 {
338
- margin-bottom: 22px;
339
- }
340
-
341
- .g-mb-24 {
342
- margin-bottom: 24px;
343
- }
344
-
345
- .g-mb-30 {
346
- margin-bottom: 30px !important;
347
- }
348
-
349
- .g-mb-36 {
350
- margin-bottom: 36px;
351
- }
352
-
353
- .g-mb-40 {
354
- margin-bottom: 40px;
355
- }
356
-
357
- .g-pl-4 {
358
- padding-left: 4px !important;
359
- }
360
-
361
- .g-pl-5 {
362
- padding-left: 5px !important;
363
- }
364
-
365
- .g-pl-6 {
366
- padding-left: 6px !important;
367
- }
368
-
369
- .g-pl-8 {
370
- padding-left: 8px;
371
- }
372
-
373
- .g-pl-12 {
374
- padding-left: 12px;
375
- }
376
-
377
- .g-pl-14 {
378
- padding-left: 14px;
379
- }
380
-
381
- .g-pl-16 {
382
- padding-left: 16px !important;
383
- }
384
-
385
- .g-pl-24 {
386
- padding-left: 24px !important;
387
- }
388
-
389
- .g-pr-4 {
390
- padding-right: 4px !important;
391
- }
392
-
393
- .g-pr-5 {
394
- padding-right: 5px !important;
395
- }
396
-
397
- .g-pr-6 {
398
- padding-right: 6px !important;
399
- }
400
-
401
- .g-pr-8 {
402
- padding-right: 8px;
403
- }
404
-
405
- .g-pr-14 {
406
- padding-right: 14px;
407
- }
408
-
409
- .g-pr-16 {
410
- padding-right: 16px !important;
411
- }
412
-
413
- .g-pr-24 {
414
- padding-right: 24px;
415
- }
416
-
417
- .g-pt-4 {
418
- padding-top: 4px;
419
- }
420
-
421
- .g-pt-8 {
422
- padding-top: 8px;
423
- }
424
-
425
- .g-pt-12 {
426
- padding-top: 12px;
427
- }
428
-
429
- .g-pt-14 {
430
- padding-top: 14px;
431
- }
432
-
433
- .g-pt-16 {
434
- padding-top: 16px;
435
- }
436
-
437
- .g-pt-18 {
438
- padding-top: 18px;
439
- }
440
-
441
- .g-pt-20 {
442
- padding-top: 20px;
443
- }
444
-
445
- .g-pt-24 {
446
- padding-top: 24px;
447
- }
448
-
449
- .g-pt-100 {
450
- padding-top: 100px;
451
- }
452
-
453
- .g-pb-4 {
454
- padding-bottom: 4px;
455
- }
456
-
457
- .g-pb-8 {
458
- padding-bottom: 8px;
459
- }
460
-
461
- .g-pb-10 {
462
- padding-bottom: 10px;
463
- }
464
-
465
- .g-pb-12 {
466
- padding-bottom: 12px;
467
- }
468
-
469
- .g-pb-14 {
470
- padding-bottom: 14px;
471
- }
472
-
473
- .g-pb-16 {
474
- padding-bottom: 16px;
475
- }
476
-
477
- .g-pb-20 {
478
- padding-bottom: 20px;
479
- }
480
-
481
- .g-pb-24 {
482
- padding-bottom: 24px;
483
- }
484
-
485
- .g-p-2 {
486
- padding: 2px;
487
- }
488
-
489
- .g-px-3 {
490
- padding: 0 3px;
491
- }
492
-
493
- .g-w-auto {
494
- width: auto !important;
495
- }
496
-
497
- .g-w-0 {
498
- width: 0 !important;
499
- }
500
-
501
- .g-w-8 {
502
- width: 8px;
503
- }
504
-
505
- .g-w-16 {
506
- width: 16px;
507
- }
508
-
509
- .g-w-20 {
510
- width: 20px;
511
- }
512
-
513
- .g-w-60 {
514
- width: 60px;
515
- }
516
-
517
- .g-w-220 {
518
- width: 220px !important;
519
- }
520
-
521
- .g-w-380 {
522
- width: 380px !important;
523
- }
524
-
525
- .g-w-32 {
526
- width: 32px;
527
- }
528
-
529
- .g-float-left {
530
- float: left;
531
- }
532
-
533
- .g-float-right {
534
- float: right;
535
- }
536
-
537
- .g-weight-normal {
538
- font-weight: normal;
539
- }
540
-
541
- .g-weight-bold {
542
- font-weight: bold;
543
- }
544
-
545
- .g-text-8 {
546
- font-size: 8px;
547
- }
548
-
549
- .g-text-10 {
550
- font-size: 10px;
551
- }
552
-
553
- .g-text-12 {
554
- font-size: 12px !important;
555
- }
556
-
557
- .g-text-14 {
558
- font-size: 14px;
559
- }
560
-
561
- .g-text-16 {
562
- font-size: 16px;
563
- }
564
-
565
- .g-text-18 {
566
- font-size: 18px !important;
567
- }
568
-
569
- .g-text-20 {
570
- font-size: 20px;
571
- }
572
-
573
- .g-text-22 {
574
- font-size: 22px;
575
- }
576
-
577
- .g-text-24 {
578
- font-size: 24px;
579
- }
580
-
581
- .g-text-32 {
582
- font-size: 32px;
583
- }
584
-
585
- .g-text-40 {
586
- font-size: 40px;
587
- }
588
-
589
- .g-text-64 {
590
- font-size: 64px;
591
- }
592
-
593
- .g-learning-12 {
594
- line-height: 12px;
595
- }
596
-
597
- .g-learning-16 {
598
- line-height: 16px;
599
- }
600
-
601
- .g-learning-18 {
602
- line-height: 18px;
603
- }
604
-
605
- .g-learning-20 {
606
- line-height: 20px;
607
- }
608
-
609
- .g-learning-22 {
610
- line-height: 22px;
611
- }
612
-
613
- .g-learning-24 {
614
- line-height: 24px;
615
- }
616
-
617
- .g-learning-28 {
618
- line-height: 28px;
619
- }
620
-
621
- .g-learning-32 {
622
- line-height: 32px;
623
- }
624
-
625
- .g-learning-36 {
626
- line-height: 36px;
627
- }
628
-
629
- .g-position-relative {
630
- position: relative;
631
- }
632
-
633
- .g-position-absolute {
634
- position: absolute;
635
- }
636
-
637
- .g-inline-block {
638
- display: inline-block !important;
639
- }
640
-
641
- .g-block {
642
- display: block !important;
643
- }
644
-
645
- .g-flex {
646
- display: flex !important;
647
- }
648
-
649
- .g-none {
650
- display: none !important;
651
- }
652
-
653
- .g-flex-1 {
654
- flex: 1;
655
- }
656
-
657
- .g-flex-2 {
658
- flex: 2;
659
- }
660
-
661
- .g-rotate-180 {
662
- transform: rotate(180deg);
663
- }
664
-
665
- .g-rotate-90 {
666
- transform: rotate(90deg);
667
- }
668
-
669
- .g-rotate--90 {
670
- transform: rotate(-90deg);
671
- }
672
-
673
- .g-width-full {
674
- width: 100% !important;
675
- }
676
-
677
- .g-width-16 {
678
- width: 16px;
679
- }
680
-
681
- .g-width-64 {
682
- width: 64px;
683
- }
684
-
685
- .g-width-83 {
686
- width: 83px;
687
- }
688
-
689
- .g-width-88 {
690
- width: 88px;
691
- }
692
-
693
- .g-width-108 {
694
- width: 108px;
695
- }
696
-
697
- .g-width-200 {
698
- width: 200px;
699
- }
700
-
701
- .g-width-5rem {
702
- width: 5rem !important;
703
- }
704
-
705
- .g-height-max-600 {
706
- max-height: 600px;
707
- }
708
-
709
- .g-height-max-400 {
710
- max-height: 400px;
711
- }
712
-
713
- .g-height-full {
714
- height: 100% !important;
715
- }
716
-
717
- .g-height-8 {
718
- height: 8px;
719
- }
720
-
721
- .g-height-16 {
722
- height: 16px;
723
- }
724
-
725
- .g-height-20 {
726
- height: 20px;
727
- }
728
-
729
- .g-height-22 {
730
- height: 22px;
731
- }
732
-
733
- .g-height-26 {
734
- height: 26px !important;
735
- }
736
-
737
- .g-height-32 {
738
- height: 32px !important;
739
- }
740
-
741
- .g-height-42 {
742
- height: 42px;
743
- }
744
-
745
- .g-height-56 {
746
- height: 56px;
747
- }
748
-
749
- .g-height-60 {
750
- height: 60px;
751
- }
752
-
753
- .g-height-70 {
754
- height: 70px;
755
- }
756
-
757
- .g-height-78 {
758
- height: 78px;
759
- }
760
-
761
- .g-height-60 {
762
- height: 60px;
763
- }
764
-
765
- .g-height-64 {
766
- height: 64px;
767
- }
768
-
769
- .g-height-88 {
770
- height: 88px;
771
- }
772
-
773
- .g-bg-gray {
774
- background-color: #979ba5 !important;
775
- }
776
-
777
- .g-bg-light-gray {
778
- background-color: #fafbfd !important;
779
- }
780
-
781
- .g-bg-ultralight-gray {
782
- background-color: #eaebf0 !important;
783
- }
784
-
785
- .g-bg-dark-gray {
786
- background-color: #f5f7fa !important;
787
- }
788
-
789
- .g-bg-white {
790
- background-color: #fff !important;
791
- }
792
-
793
- .g-bg-e1ecff {
794
- background-color: #e1ecff !important;
795
- }
796
-
797
- .g-cursor-pointer {
798
- cursor: pointer !important;
799
- }
800
-
801
- .g-cursor-grab {
802
- cursor: grab;
803
- }
804
-
805
- .g-border-radio-100 {
806
- border-radius: 100%;
807
- }
808
-
809
- .g-hover-text-blue {
810
- &:hover {
811
- color: #3a84ff !important;
812
- }
813
- }
814
-
815
- .g-hover-text-red {
816
- &:hover {
817
- color: #ff4d4f;
818
- }
819
- }
820
-
821
- .g-hover-text-white {
822
- &:hover {
823
- color: #fff !important;
824
- }
825
- }
826
-
827
- .g-hover-text-black {
828
- &:hover {
829
- color: #313238 !important;
830
- }
831
- }
832
-
833
- .g-hover-text-normal {
834
- &:hover {
835
- color: #4d4f56;
836
- }
837
- }
838
-
839
- .g-hover-border-blue {
840
- &:hover {
841
- border: 1px solid #3a84ff !important;
842
- }
843
- }
844
-
845
- .g-hover-bg-blue {
846
- &:hover {
847
- background-color: #3a84ff !important;
848
- }
849
- }
850
-
851
- .g-hover-bg-light-blue {
852
- &:hover {
853
- background-color: #f0f5ff !important;
854
- }
855
- }
856
-
857
- .g-hover-bg-pale-blue {
858
- &:hover {
859
- background-color: #cddffe !important;
860
- }
861
- }
862
-
863
- .g-hover-bg-light-gray {
864
- &:hover {
865
- background-color: #dcdee5 !important;
866
- }
867
- }
868
-
869
- .g-hover-bg-ultralight-gray {
870
- &:hover {
871
- background-color: #eaebf0 !important;
872
- }
873
- }
874
-
875
- .G-HOVER-BG-F0F0F6 {
876
- &:hover {
877
- background-color: #f0f0f6 !important;
878
- }
879
- }
880
-
881
- .g-hover-round {
882
- &:hover {
883
- border-radius: 100%;
884
- }
885
- }
886
-
887
- .g-text-blue {
888
- color: #3a84ff;
889
- }
890
-
891
- .g-text-deep-blue {
892
- color: #1768ef;
893
- }
894
-
895
- .g-text-gray {
896
- color: #979ba5;
897
- }
898
-
899
- .g-text-light-gray {
900
- color: #dcdee5;
901
- }
902
-
903
- .g-text-white {
904
- color: #fff !important;
905
- }
906
-
907
- .g-text-hover-gray {
908
- &:hover {
909
- color: #979ba5 !important;
910
- }
911
- }
912
-
913
- .g-text-normal {
914
- color: #4d4f56;
915
- }
916
-
917
- .g-text-red {
918
- color: #ea3636;
919
- }
920
-
921
- .g-text-green {
922
- color: #2caf5e;
923
- }
924
-
925
- .g-text-light-gray {
926
- color: #c4c6cc;
927
- }
928
-
929
- .g-text-light {
930
- color: #9b9da1;
931
- }
932
-
933
- .g-text-black {
934
- color: #313238;
935
- }
936
-
937
- .g-text-orange {
938
- color: #ff9c01;
939
- }
940
-
941
- .g-text-f59500 {
942
- color: #f59500;
943
- }
944
-
945
- .g-font-bold {
946
- font-weight: bold;
947
- }
948
-
949
- .g-font-normal {
950
- font-weight: normal;
951
- }
952
-
953
- .g-rotate-infinite {
954
- animation: rotate 2s linear infinite;
955
- }
956
-
957
- .g-flex-wrap {
958
- flex-wrap: wrap;
959
- }
960
-
961
- .g-grid {
962
- display: grid;
963
- }
964
-
965
- .g-grid-cols-1 {
966
- grid-template-columns: 1fr;
967
- }
968
-
969
- .g-grid-cols-2 {
970
- grid-template-columns: 1fr 1fr;
971
- }
972
-
973
- .g-grid-cols-3 {
974
- grid-template-columns: 1fr 1fr 1fr;
975
- }
976
-
977
- .g-gap-x-4 {
978
- column-gap: 4px;
979
- }
980
-
981
- .g-gap-x-12 {
982
- column-gap: 12px;
983
- }
984
-
985
- .g-gap-x-16 {
986
- column-gap: 16px;
987
- }
988
-
989
- .g-gap-x-20 {
990
- column-gap: 20px;
991
- }
992
-
993
- .g-gap-x-21 {
994
- column-gap: 21px;
995
- }
996
-
997
- .g-gap-y-12 {
998
- row-gap: 12px;
999
- }
1000
-
1001
- .g-gap-4 {
1002
- gap: 4px;
1003
- }
1004
-
1005
- .g-gap-8 {
1006
- gap: 8px;
1007
- }
1008
-
1009
- .g-gap-12 {
1010
- gap: 12px;
1011
- }
1012
-
1013
- .g-gap-20 {
1014
- gap: 20px;
1015
- }
1016
-
1017
- .g-gap-24 {
1018
- gap: 24px;
1019
- }
1020
-
1021
- .g-gap-25 {
1022
- gap: 25px;
1023
- }
1024
-
1025
- .g-gap-x-20-y-12 {
1026
- column-gap: 20px;
1027
- row-gap: 12px;
1028
- }
1029
-
1030
- .g-text-right {
1031
- text-align: right;
1032
- }
1033
-
1034
- .g-text-left {
1035
- text-align: left;
1036
- }
1037
-
1038
- .g-text-center {
1039
- text-align: center;
1040
- }
1041
-
1042
- .g-white-space-pre-line {
1043
- white-space: pre-line;
1044
- }
1045
-
1046
- .g-white-space-pre-wrap {
1047
- white-space: pre-wrap;
1048
- }
1049
-
1050
- .g-max-height-80vh {
1051
- max-height: 80vh;
1052
- }
1053
-
1054
- .g-max-width-400 {
1055
- max-width: 400px;
1056
- }
1057
-
1058
- .g-min-width-16 {
1059
- min-width: 16px;
1060
- }
1061
-
1062
- .g-width-450 {
1063
- width: 450px;
1064
- }
1065
-
1066
- .g-min-height-16 {
1067
- min-height: 16px;
1068
- }
1069
-
1070
- .g-transition-transform {
1071
- transition: transform .3s cubic-bezier(.4, 0, .2, 1), -webkit-transform .3s cubic-bezier(.4, 0, .2, 1);
1072
- }
1073
-
1074
- .g-number-font {
1075
- font-family: Arial, 'Microsoft YaHei', -apple-system, BlinkMacSystemFont, 'PingFang SC', 'Helvetica Neue', sans-serif;
1076
- font-variant-numeric: tabular-nums;
1077
- }
1078
-
1079
- .g-rounded-2 {
1080
- border-radius: 2px;
1081
- }
1082
-
1083
- .g-z-index-9999 {
1084
- z-index: 9999 !important;
1085
- }
1086
-
1087
- .g-z-index-2501 {
1088
- z-index: 2501 !important;
1089
- }
1090
-
1091
- .g-fill-current-color {
1092
- fill: currentcolor;
1093
- }
1094
-
1095
- .g-word-break-all {
1096
- word-break: break-all;
1097
- }
1098
-
1099
- .g-clamp {
1100
- display: -webkit-box !important;
1101
- -webkit-box-orient: vertical !important;
1102
- overflow: hidden !important;
1103
- word-break: break-word;
1104
- overflow-wrap: anywhere;
1105
- }
1106
-
1107
- .g-clamp-3 {
1108
- -webkit-line-clamp: 3 !important;
1109
- line-clamp: 3 !important;
1110
- }
1111
-
1112
- .g-clamp-5 {
1113
- -webkit-line-clamp: 5 !important;
1114
- line-clamp: 5 !important;
1115
- }