@zero-library/chat-copilot 3.1.12 → 3.1.14
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.
- package/dist/index.cjs.js +211 -97
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.css +407 -395
- package/dist/index.css.map +1 -1
- package/dist/index.d.mts +18 -4
- package/dist/index.d.ts +18 -4
- package/dist/index.esm.js +212 -98
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -212,244 +212,13 @@
|
|
|
212
212
|
margin: 0 4px;
|
|
213
213
|
}
|
|
214
214
|
|
|
215
|
-
/* src/ui/common/styles.module.less */
|
|
216
|
-
.styles_module_chatHeader {
|
|
217
|
-
padding: 8px 16px;
|
|
218
|
-
border-bottom: 1px solid #eee;
|
|
219
|
-
display: flex;
|
|
220
|
-
align-items: center;
|
|
221
|
-
justify-content: space-between;
|
|
222
|
-
}
|
|
223
|
-
.styles_module_chatHeader .styles_module_chatHeaderContent {
|
|
224
|
-
display: flex;
|
|
225
|
-
align-items: center;
|
|
226
|
-
gap: 4px;
|
|
227
|
-
}
|
|
228
|
-
.styles_module_chatHeader .styles_module_chatHeaderContent .styles_module_chatTitle {
|
|
229
|
-
font-size: 16px;
|
|
230
|
-
font-weight: bold;
|
|
231
|
-
}
|
|
232
|
-
.styles_module_chatHeader .styles_module_chatHeaderContent .styles_module_defaultLogo {
|
|
233
|
-
font-size: 22px;
|
|
234
|
-
}
|
|
235
|
-
.styles_module_chatHeader .styles_module_chatHeaderBtnGroup {
|
|
236
|
-
display: flex;
|
|
237
|
-
gap: 8px;
|
|
238
|
-
}
|
|
239
|
-
.styles_module_conversationListPanel {
|
|
240
|
-
width: 300px;
|
|
241
|
-
max-width: 100%;
|
|
242
|
-
border-right: 1px dashed #eee;
|
|
243
|
-
}
|
|
244
|
-
.styles_module_conversationListPanel .styles_module_defaultLogo {
|
|
245
|
-
font-size: 48px;
|
|
246
|
-
}
|
|
247
|
-
.styles_module_conversationListPanel .styles_module_conversationAvatar {
|
|
248
|
-
font-size: 38px;
|
|
249
|
-
}
|
|
250
|
-
.styles_module_conversationListPanel .styles_module_createConversationButton {
|
|
251
|
-
height: 38px;
|
|
252
|
-
background-color: var(--ant-color-primary-bg);
|
|
253
|
-
border-radius: var(--ant-border-radius-lg);
|
|
254
|
-
color: var(--ant-color-primary);
|
|
255
|
-
font-weight: bold;
|
|
256
|
-
}
|
|
257
|
-
.styles_module_conversationListPanel .styles_module_conversations {
|
|
258
|
-
padding: 0 16px;
|
|
259
|
-
height: 100%;
|
|
260
|
-
overflow: auto;
|
|
261
|
-
}
|
|
262
|
-
.styles_module_conversationListPanel .styles_module_conversations .ant-conversations-group-title {
|
|
263
|
-
padding: 0;
|
|
264
|
-
}
|
|
265
|
-
.styles_module_conversationListPanel .styles_module_conversations .ant-conversations-group-title .ant-typography {
|
|
266
|
-
color: #878aab;
|
|
267
|
-
}
|
|
268
|
-
.styles_module_conversationListPanel .styles_module_conversations .ant-conversations-list .ant-conversations-item {
|
|
269
|
-
padding-left: 16px;
|
|
270
|
-
touch-action: manipulation !important;
|
|
271
|
-
}
|
|
272
|
-
.styles_module_conversationListPanel .styles_module_conversations .ant-conversations-list .ant-conversations-item .ant-conversations-label {
|
|
273
|
-
color: rgba(0, 0, 0, 0.88);
|
|
274
|
-
}
|
|
275
|
-
.styles_module_conversationListPanel .styles_module_conversations .ant-conversations-list .ant-conversations-item.ant-conversations-item-active .ant-conversations-label {
|
|
276
|
-
color: var(--ant-color-primary);
|
|
277
|
-
}
|
|
278
|
-
.styles_module_chatWelcomeWrap {
|
|
279
|
-
height: 100%;
|
|
280
|
-
max-width: 1000px;
|
|
281
|
-
min-width: 320px;
|
|
282
|
-
width: calc(100% - 24px);
|
|
283
|
-
margin: 0 auto;
|
|
284
|
-
}
|
|
285
|
-
.styles_module_chatWelcomeWrap .ant-prompts .ant-prompts-list {
|
|
286
|
-
overflow: auto;
|
|
287
|
-
}
|
|
288
|
-
.styles_module_chatWelcomeWrap .styles_module_chatWelcome .styles_module_defaultLogo {
|
|
289
|
-
font-size: 48px;
|
|
290
|
-
}
|
|
291
|
-
.styles_module_chatWelcomeWrap .styles_module_chatWelcome .ant-welcome-icon > img {
|
|
292
|
-
border-radius: 10px;
|
|
293
|
-
max-width: initial;
|
|
294
|
-
}
|
|
295
|
-
.styles_module_promptItem {
|
|
296
|
-
width: 100%;
|
|
297
|
-
max-width: 100%;
|
|
298
|
-
}
|
|
299
|
-
.styles_module_promptItem .ant-prompts-item {
|
|
300
|
-
max-width: 100%;
|
|
301
|
-
white-space: normal;
|
|
302
|
-
height: auto;
|
|
303
|
-
}
|
|
304
|
-
.styles_module_bubbleList {
|
|
305
|
-
width: 100%;
|
|
306
|
-
}
|
|
307
|
-
.styles_module_bubbleList.ant-bubble-list {
|
|
308
|
-
width: 100%;
|
|
309
|
-
}
|
|
310
|
-
.styles_module_bubbleList.ant-bubble-list .ant-bubble-list-scroll-box .ant-bubble-list-scroll-content {
|
|
311
|
-
max-width: 1000px;
|
|
312
|
-
min-width: 320px;
|
|
313
|
-
width: calc(100% - 12px);
|
|
314
|
-
margin: 0 auto;
|
|
315
|
-
padding-right: 0;
|
|
316
|
-
padding-left: 10px;
|
|
317
|
-
}
|
|
318
|
-
.styles_module_bubbleList.ant-bubble-list .ant-bubble-list-scroll-box .ant-bubble-list-scroll-content > .ant-bubble > .ant-bubble-body {
|
|
319
|
-
width: 100%;
|
|
320
|
-
}
|
|
321
|
-
.styles_module_bubbleList.ant-bubble-list .ant-bubble {
|
|
322
|
-
padding-top: 8px;
|
|
323
|
-
padding-bottom: 0;
|
|
324
|
-
}
|
|
325
|
-
.styles_module_bubbleList.ant-bubble-list .ant-bubble:hover .message-actions {
|
|
326
|
-
opacity: 1;
|
|
327
|
-
pointer-events: auto;
|
|
328
|
-
}
|
|
329
|
-
.styles_module_bubbleList.ant-bubble-list .ant-bubble.ant-bubble-start {
|
|
330
|
-
padding-inline-end: 0% !important;
|
|
331
|
-
}
|
|
332
|
-
.styles_module_bubbleList.ant-bubble-list .ant-bubble.ant-bubble-start .ant-bubble-body {
|
|
333
|
-
width: 100%;
|
|
334
|
-
}
|
|
335
|
-
.styles_module_bubbleList.ant-bubble-list .ant-bubble.ant-bubble-start .ant-bubble-content {
|
|
336
|
-
background-color: transparent;
|
|
337
|
-
padding: 0;
|
|
338
|
-
padding-bottom: 0;
|
|
339
|
-
min-height: 0;
|
|
340
|
-
}
|
|
341
|
-
.styles_module_bubbleList.ant-bubble-list .ant-bubble.ant-bubble-end .ant-bubble-content {
|
|
342
|
-
background-color: var(--ant-color-primary-bg, #e6f4ff);
|
|
343
|
-
}
|
|
344
|
-
.styles_module_bubbleList.ant-bubble-list .ant-bubble.ant-bubble-end .ant-bubble-content-borderless {
|
|
345
|
-
background-color: transparent;
|
|
346
|
-
}
|
|
347
|
-
.styles_module_bubbleList.ant-bubble-list .ant-bubble.ant-bubble-end .ant-bubble-content-borderless .ant-file-card-list-content {
|
|
348
|
-
padding: 0;
|
|
349
|
-
}
|
|
350
|
-
.styles_module_messageActions {
|
|
351
|
-
opacity: 0;
|
|
352
|
-
pointer-events: none;
|
|
353
|
-
transition: opacity 0.2s ease;
|
|
354
|
-
}
|
|
355
|
-
.styles_module_userInputCollapse {
|
|
356
|
-
width: calc(100% - 24px);
|
|
357
|
-
max-width: 1000px;
|
|
358
|
-
min-width: 320px;
|
|
359
|
-
margin: 0 auto;
|
|
360
|
-
}
|
|
361
|
-
.styles_module_logoArea {
|
|
362
|
-
display: flex;
|
|
363
|
-
align-items: center;
|
|
364
|
-
justify-content: center;
|
|
365
|
-
text-align: center;
|
|
366
|
-
margin-top: 5rem;
|
|
367
|
-
flex-direction: column;
|
|
368
|
-
}
|
|
369
|
-
.styles_module_logoArea .styles_module_logoContainer {
|
|
370
|
-
position: relative;
|
|
371
|
-
margin-bottom: 2rem;
|
|
372
|
-
cursor: pointer;
|
|
373
|
-
}
|
|
374
|
-
.styles_module_logoArea .styles_module_logoContainer .styles_module_staticHalo {
|
|
375
|
-
position: absolute;
|
|
376
|
-
inset: 0;
|
|
377
|
-
background-color: var(--ant-color-primary);
|
|
378
|
-
filter: blur(24px);
|
|
379
|
-
opacity: 0.2;
|
|
380
|
-
transition: opacity 700ms;
|
|
381
|
-
border-radius: 9999px;
|
|
382
|
-
}
|
|
383
|
-
.styles_module_logoArea .styles_module_logoContainer .styles_module_logoHoverWrapper {
|
|
384
|
-
position: relative;
|
|
385
|
-
z-index: 10;
|
|
386
|
-
padding: 0.5rem;
|
|
387
|
-
transition: all 500ms ease-out;
|
|
388
|
-
transform: scale(1) translateY(0);
|
|
389
|
-
}
|
|
390
|
-
.styles_module_logoArea .styles_module_logoContainer .styles_module_logoHoverWrapper .styles_module_logoImage {
|
|
391
|
-
font-size: 80px;
|
|
392
|
-
filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
|
|
393
|
-
transition: all 500ms;
|
|
394
|
-
}
|
|
395
|
-
.styles_module_logoArea .styles_module_logoContainer:hover .styles_module_staticHalo {
|
|
396
|
-
opacity: 0.5;
|
|
397
|
-
}
|
|
398
|
-
.styles_module_logoArea .styles_module_logoContainer:hover .styles_module_logoHoverWrapper {
|
|
399
|
-
transform: scale(1.1) translateY(-0.5rem);
|
|
400
|
-
}
|
|
401
|
-
.styles_module_logoArea .styles_module_logoContainer:hover .styles_module_logoImage {
|
|
402
|
-
filter: drop-shadow(0 10px 20px rgba(18, 124, 183, 0.4));
|
|
403
|
-
}
|
|
404
|
-
.styles_module_logoArea .styles_module_greetingTitle {
|
|
405
|
-
margin-bottom: 0.75rem;
|
|
406
|
-
font-size: 2.25rem;
|
|
407
|
-
line-height: 2.5rem;
|
|
408
|
-
font-weight: 700;
|
|
409
|
-
letter-spacing: -0.025em;
|
|
410
|
-
color: #1e293b;
|
|
411
|
-
}
|
|
412
|
-
@media (width >= 768px) {
|
|
413
|
-
.styles_module_logoArea .styles_module_greetingTitle {
|
|
414
|
-
font-size: 3rem;
|
|
415
|
-
line-height: 1;
|
|
416
|
-
}
|
|
417
|
-
}
|
|
418
|
-
.styles_module_logoArea .styles_module_greetingTitle .styles_module_gradientText {
|
|
419
|
-
color: transparent;
|
|
420
|
-
background-clip: text;
|
|
421
|
-
background-image:
|
|
422
|
-
linear-gradient(
|
|
423
|
-
to right,
|
|
424
|
-
var(--ant-color-primary),
|
|
425
|
-
#3b82f6);
|
|
426
|
-
}
|
|
427
|
-
.styles_module_logoArea .styles_module_greetingSubtitle {
|
|
428
|
-
font-size: 1.125rem;
|
|
429
|
-
line-height: 1.75rem;
|
|
430
|
-
font-weight: 500;
|
|
431
|
-
color: #64748b;
|
|
432
|
-
}
|
|
433
|
-
@media (width >= 768px) {
|
|
434
|
-
.styles_module_logoArea .styles_module_greetingSubtitle {
|
|
435
|
-
font-size: 1.25rem;
|
|
436
|
-
line-height: 1.75rem;
|
|
437
|
-
}
|
|
438
|
-
}
|
|
439
|
-
.styles_module_senderReferenceHeaderTitle > .ant-sender-header-title {
|
|
440
|
-
overflow: hidden;
|
|
441
|
-
}
|
|
442
|
-
.styles_module_senderReferenceHeaderContent {
|
|
443
|
-
padding: 0 !important;
|
|
444
|
-
}
|
|
445
|
-
|
|
446
215
|
/* src/ui/common/FeatureComponents/style.module.less */
|
|
447
216
|
.style_module_popover {
|
|
448
217
|
max-height: 500px;
|
|
449
218
|
width: 300px;
|
|
450
219
|
display: flex;
|
|
451
220
|
flex-direction: column;
|
|
452
|
-
padding: 0;
|
|
221
|
+
padding: 0 0 16px !important;
|
|
453
222
|
}
|
|
454
223
|
.style_module_popover .ant-popover-content {
|
|
455
224
|
min-height: 0;
|
|
@@ -595,80 +364,338 @@
|
|
|
595
364
|
align-items: flex-end;
|
|
596
365
|
padding-bottom: 8px;
|
|
597
366
|
}
|
|
598
|
-
.style_module_content .style_module_tagsArea .style_module_expandBtn {
|
|
599
|
-
background-color: #f5f5f5;
|
|
600
|
-
font-size: 13px;
|
|
601
|
-
border: none;
|
|
367
|
+
.style_module_content .style_module_tagsArea .style_module_expandBtn {
|
|
368
|
+
background-color: #f5f5f5;
|
|
369
|
+
font-size: 13px;
|
|
370
|
+
border: none;
|
|
371
|
+
}
|
|
372
|
+
.style_module_content .style_module_tagsArea .style_module_expandBtn:hover {
|
|
373
|
+
border: none !important;
|
|
374
|
+
background-color: #f5f5f5 !important;
|
|
375
|
+
}
|
|
376
|
+
.style_module_content .style_module_tagsExpanded {
|
|
377
|
+
max-height: none;
|
|
378
|
+
overflow: visible;
|
|
379
|
+
}
|
|
380
|
+
.style_module_content .style_module_listArea {
|
|
381
|
+
flex: 1;
|
|
382
|
+
overflow-y: auto;
|
|
383
|
+
background-color: #fafafa;
|
|
384
|
+
border-radius: 12px;
|
|
385
|
+
padding: 16px;
|
|
386
|
+
}
|
|
387
|
+
.style_module_content .style_module_listArea .style_module_listInner {
|
|
388
|
+
padding-bottom: 16px;
|
|
389
|
+
}
|
|
390
|
+
.style_module_content .style_module_listArea .style_module_listItem {
|
|
391
|
+
width: 100%;
|
|
392
|
+
background-color: #fff;
|
|
393
|
+
border-radius: 8px;
|
|
394
|
+
padding: 10px;
|
|
395
|
+
display: flex;
|
|
396
|
+
cursor: pointer;
|
|
397
|
+
transition: all 0.2s;
|
|
398
|
+
position: relative;
|
|
399
|
+
}
|
|
400
|
+
.style_module_content .style_module_listArea .style_module_listItem:hover {
|
|
401
|
+
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
|
|
402
|
+
background-color: #e6f4ff;
|
|
403
|
+
}
|
|
404
|
+
.style_module_content .style_module_listArea .style_module_listItemSelected {
|
|
405
|
+
background-color: #eee;
|
|
406
|
+
}
|
|
407
|
+
.style_module_content .style_module_listArea .style_module_itemIconWrapper {
|
|
408
|
+
width: 40px;
|
|
409
|
+
height: 40px;
|
|
410
|
+
border-radius: 8px;
|
|
411
|
+
background-color: #e6f4ff;
|
|
412
|
+
color: #1677ff;
|
|
413
|
+
display: flex;
|
|
414
|
+
align-items: center;
|
|
415
|
+
justify-content: center;
|
|
416
|
+
font-size: 20px;
|
|
417
|
+
margin-right: 12px;
|
|
418
|
+
flex-shrink: 0;
|
|
419
|
+
}
|
|
420
|
+
.style_module_content .style_module_listArea .style_module_itemInfo {
|
|
421
|
+
flex: 1;
|
|
422
|
+
min-width: 0;
|
|
423
|
+
gap: 2px;
|
|
424
|
+
}
|
|
425
|
+
.style_module_content .style_module_listArea .style_module_itemInfo .style_module_itemDesc {
|
|
426
|
+
font-size: 12px;
|
|
427
|
+
color: #999;
|
|
428
|
+
}
|
|
429
|
+
.style_module_footer {
|
|
430
|
+
border-top: 1px solid #f0f0f0;
|
|
431
|
+
padding: 10px 20px;
|
|
432
|
+
justify-content: flex-end;
|
|
433
|
+
align-items: center;
|
|
434
|
+
display: flex;
|
|
435
|
+
}
|
|
436
|
+
.style_module_titleContainer {
|
|
437
|
+
display: flex;
|
|
438
|
+
padding: 16px 32px 0 20px;
|
|
439
|
+
border-bottom: 1px solid #f0f0f0;
|
|
440
|
+
align-items: center;
|
|
441
|
+
}
|
|
442
|
+
.style_module_favoriteCard {
|
|
443
|
+
border-radius: 10px;
|
|
444
|
+
padding: 8px 10px 8px 16px;
|
|
445
|
+
transition: all 0.2s;
|
|
446
|
+
cursor: pointer;
|
|
447
|
+
}
|
|
448
|
+
.style_module_favoriteCard.style_module_favoriteCardActive {
|
|
449
|
+
background: #f2f2f2;
|
|
450
|
+
}
|
|
451
|
+
.style_module_favoriteCard.style_module_favoriteCardActive .style_module_favoriteCardTitle {
|
|
452
|
+
color: var(--ant-color-primary);
|
|
453
|
+
}
|
|
454
|
+
.style_module_favoriteCard:hover {
|
|
455
|
+
background: #f2f2f2;
|
|
456
|
+
}
|
|
457
|
+
.style_module_favoriteCard:hover .style_module_favoriteCardActions {
|
|
458
|
+
opacity: 1;
|
|
459
|
+
}
|
|
460
|
+
.style_module_favoriteCard .style_module_favoriteCardActions {
|
|
461
|
+
opacity: 0;
|
|
462
|
+
transition: all 0.2s;
|
|
463
|
+
}
|
|
464
|
+
.style_module_favoriteCard .style_module_favoriteCardDate {
|
|
465
|
+
font-size: 12px;
|
|
466
|
+
color: #999;
|
|
467
|
+
margin-top: 4px;
|
|
468
|
+
}
|
|
469
|
+
|
|
470
|
+
/* src/ui/common/styles.module.less */
|
|
471
|
+
.styles_module_chatHeader {
|
|
472
|
+
padding: 8px 16px;
|
|
473
|
+
border-bottom: 1px solid #eee;
|
|
474
|
+
display: flex;
|
|
475
|
+
align-items: center;
|
|
476
|
+
justify-content: space-between;
|
|
477
|
+
}
|
|
478
|
+
.styles_module_chatHeader .styles_module_chatHeaderContent {
|
|
479
|
+
display: flex;
|
|
480
|
+
align-items: center;
|
|
481
|
+
gap: 4px;
|
|
482
|
+
}
|
|
483
|
+
.styles_module_chatHeader .styles_module_chatHeaderContent .styles_module_chatTitle {
|
|
484
|
+
font-size: 16px;
|
|
485
|
+
font-weight: bold;
|
|
486
|
+
}
|
|
487
|
+
.styles_module_chatHeader .styles_module_chatHeaderContent .styles_module_defaultLogo {
|
|
488
|
+
font-size: 22px;
|
|
489
|
+
}
|
|
490
|
+
.styles_module_chatHeader .styles_module_chatHeaderBtnGroup {
|
|
491
|
+
display: flex;
|
|
492
|
+
gap: 8px;
|
|
493
|
+
}
|
|
494
|
+
.styles_module_conversationListPanel {
|
|
495
|
+
width: 300px;
|
|
496
|
+
max-width: 100%;
|
|
497
|
+
border-right: 1px dashed #eee;
|
|
498
|
+
}
|
|
499
|
+
.styles_module_conversationListPanel .styles_module_defaultLogo {
|
|
500
|
+
font-size: 48px;
|
|
501
|
+
}
|
|
502
|
+
.styles_module_conversationListPanel .styles_module_conversationAvatar {
|
|
503
|
+
font-size: 38px;
|
|
504
|
+
}
|
|
505
|
+
.styles_module_conversationListPanel .styles_module_createConversationButton {
|
|
506
|
+
height: 38px;
|
|
507
|
+
background-color: var(--ant-color-primary-bg);
|
|
508
|
+
border-radius: var(--ant-border-radius-lg);
|
|
509
|
+
color: var(--ant-color-primary);
|
|
510
|
+
font-weight: bold;
|
|
511
|
+
}
|
|
512
|
+
.styles_module_conversations {
|
|
513
|
+
padding: 0;
|
|
514
|
+
height: 100%;
|
|
515
|
+
overflow: auto;
|
|
516
|
+
}
|
|
517
|
+
.styles_module_conversations .ant-conversations-group-title {
|
|
518
|
+
padding-left: 16px;
|
|
519
|
+
}
|
|
520
|
+
.styles_module_conversations .ant-conversations-group-title .ant-typography {
|
|
521
|
+
color: #878aab;
|
|
522
|
+
}
|
|
523
|
+
.styles_module_conversations .ant-conversations-list .ant-conversations-item {
|
|
524
|
+
padding-left: 16px;
|
|
525
|
+
touch-action: manipulation !important;
|
|
526
|
+
}
|
|
527
|
+
.styles_module_conversations .ant-conversations-list .ant-conversations-item .ant-conversations-label {
|
|
528
|
+
color: rgba(0, 0, 0, 0.88);
|
|
529
|
+
}
|
|
530
|
+
.styles_module_conversations .ant-conversations-list .ant-conversations-item.ant-conversations-item-active .ant-conversations-label {
|
|
531
|
+
color: var(--ant-color-primary);
|
|
532
|
+
}
|
|
533
|
+
.styles_module_chatWelcomeWrap {
|
|
534
|
+
height: 100%;
|
|
535
|
+
max-width: 1000px;
|
|
536
|
+
min-width: 320px;
|
|
537
|
+
width: calc(100% - 24px);
|
|
538
|
+
margin: 0 auto;
|
|
539
|
+
}
|
|
540
|
+
.styles_module_chatWelcomeWrap .ant-prompts .ant-prompts-list {
|
|
541
|
+
overflow: auto;
|
|
542
|
+
}
|
|
543
|
+
.styles_module_chatWelcomeWrap .styles_module_chatWelcome .styles_module_defaultLogo {
|
|
544
|
+
font-size: 48px;
|
|
545
|
+
}
|
|
546
|
+
.styles_module_chatWelcomeWrap .styles_module_chatWelcome .ant-welcome-icon > img {
|
|
547
|
+
border-radius: 10px;
|
|
548
|
+
max-width: initial;
|
|
549
|
+
}
|
|
550
|
+
.styles_module_promptItem {
|
|
551
|
+
width: 100%;
|
|
552
|
+
max-width: 100%;
|
|
553
|
+
}
|
|
554
|
+
.styles_module_promptItem .ant-prompts-item {
|
|
555
|
+
max-width: 100%;
|
|
556
|
+
white-space: normal;
|
|
557
|
+
height: auto;
|
|
558
|
+
}
|
|
559
|
+
.styles_module_bubbleList {
|
|
560
|
+
width: 100%;
|
|
561
|
+
}
|
|
562
|
+
.styles_module_bubbleList.ant-bubble-list {
|
|
563
|
+
width: 100%;
|
|
564
|
+
}
|
|
565
|
+
.styles_module_bubbleList.ant-bubble-list .ant-bubble-list-scroll-box .ant-bubble-list-scroll-content {
|
|
566
|
+
max-width: 1000px;
|
|
567
|
+
min-width: 320px;
|
|
568
|
+
width: calc(100% - 12px);
|
|
569
|
+
margin: 0 auto;
|
|
570
|
+
padding-right: 0;
|
|
571
|
+
padding-left: 10px;
|
|
572
|
+
}
|
|
573
|
+
.styles_module_bubbleList.ant-bubble-list .ant-bubble-list-scroll-box .ant-bubble-list-scroll-content > .ant-bubble > .ant-bubble-body {
|
|
574
|
+
width: 100%;
|
|
575
|
+
}
|
|
576
|
+
.styles_module_bubbleList.ant-bubble-list .ant-bubble {
|
|
577
|
+
padding-top: 8px;
|
|
578
|
+
padding-bottom: 0;
|
|
579
|
+
}
|
|
580
|
+
.styles_module_bubbleList.ant-bubble-list .ant-bubble:hover .message-actions {
|
|
581
|
+
opacity: 1;
|
|
582
|
+
pointer-events: auto;
|
|
583
|
+
}
|
|
584
|
+
.styles_module_bubbleList.ant-bubble-list .ant-bubble.ant-bubble-start {
|
|
585
|
+
padding-inline-end: 0% !important;
|
|
586
|
+
}
|
|
587
|
+
.styles_module_bubbleList.ant-bubble-list .ant-bubble.ant-bubble-start .ant-bubble-body {
|
|
588
|
+
width: 100%;
|
|
589
|
+
}
|
|
590
|
+
.styles_module_bubbleList.ant-bubble-list .ant-bubble.ant-bubble-start .ant-bubble-content {
|
|
591
|
+
background-color: transparent;
|
|
592
|
+
padding: 0;
|
|
593
|
+
padding-bottom: 0;
|
|
594
|
+
min-height: 0;
|
|
595
|
+
}
|
|
596
|
+
.styles_module_bubbleList.ant-bubble-list .ant-bubble.ant-bubble-end .ant-bubble-content {
|
|
597
|
+
background-color: var(--ant-color-primary-bg, #e6f4ff);
|
|
598
|
+
}
|
|
599
|
+
.styles_module_bubbleList.ant-bubble-list .ant-bubble.ant-bubble-end .ant-bubble-content-borderless {
|
|
600
|
+
background-color: transparent;
|
|
601
|
+
}
|
|
602
|
+
.styles_module_bubbleList.ant-bubble-list .ant-bubble.ant-bubble-end .ant-bubble-content-borderless .ant-file-card-list-content {
|
|
603
|
+
padding: 0;
|
|
604
|
+
}
|
|
605
|
+
.styles_module_messageActions {
|
|
606
|
+
opacity: 0;
|
|
607
|
+
pointer-events: none;
|
|
608
|
+
transition: opacity 0.2s ease;
|
|
609
|
+
}
|
|
610
|
+
.styles_module_userInputCollapse {
|
|
611
|
+
width: calc(100% - 24px);
|
|
612
|
+
max-width: 1000px;
|
|
613
|
+
min-width: 320px;
|
|
614
|
+
margin: 0 auto;
|
|
615
|
+
}
|
|
616
|
+
.styles_module_logoArea {
|
|
617
|
+
display: flex;
|
|
618
|
+
align-items: center;
|
|
619
|
+
justify-content: center;
|
|
620
|
+
text-align: center;
|
|
621
|
+
margin-top: 5rem;
|
|
622
|
+
flex-direction: column;
|
|
623
|
+
}
|
|
624
|
+
.styles_module_logoArea .styles_module_logoContainer {
|
|
625
|
+
position: relative;
|
|
626
|
+
margin-bottom: 2rem;
|
|
627
|
+
cursor: pointer;
|
|
602
628
|
}
|
|
603
|
-
.
|
|
604
|
-
|
|
605
|
-
|
|
629
|
+
.styles_module_logoArea .styles_module_logoContainer .styles_module_staticHalo {
|
|
630
|
+
position: absolute;
|
|
631
|
+
inset: 0;
|
|
632
|
+
background-color: var(--ant-color-primary);
|
|
633
|
+
filter: blur(24px);
|
|
634
|
+
opacity: 0.2;
|
|
635
|
+
transition: opacity 700ms;
|
|
636
|
+
border-radius: 9999px;
|
|
606
637
|
}
|
|
607
|
-
.
|
|
608
|
-
|
|
609
|
-
|
|
638
|
+
.styles_module_logoArea .styles_module_logoContainer .styles_module_logoHoverWrapper {
|
|
639
|
+
position: relative;
|
|
640
|
+
z-index: 10;
|
|
641
|
+
padding: 0.5rem;
|
|
642
|
+
transition: all 500ms ease-out;
|
|
643
|
+
transform: scale(1) translateY(0);
|
|
610
644
|
}
|
|
611
|
-
.
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
border-radius: 12px;
|
|
616
|
-
padding: 16px;
|
|
645
|
+
.styles_module_logoArea .styles_module_logoContainer .styles_module_logoHoverWrapper .styles_module_logoImage {
|
|
646
|
+
font-size: 80px;
|
|
647
|
+
filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
|
|
648
|
+
transition: all 500ms;
|
|
617
649
|
}
|
|
618
|
-
.
|
|
619
|
-
|
|
650
|
+
.styles_module_logoArea .styles_module_logoContainer:hover .styles_module_staticHalo {
|
|
651
|
+
opacity: 0.5;
|
|
620
652
|
}
|
|
621
|
-
.
|
|
622
|
-
|
|
623
|
-
background-color: #fff;
|
|
624
|
-
border-radius: 8px;
|
|
625
|
-
padding: 10px;
|
|
626
|
-
display: flex;
|
|
627
|
-
cursor: pointer;
|
|
628
|
-
transition: all 0.2s;
|
|
629
|
-
position: relative;
|
|
653
|
+
.styles_module_logoArea .styles_module_logoContainer:hover .styles_module_logoHoverWrapper {
|
|
654
|
+
transform: scale(1.1) translateY(-0.5rem);
|
|
630
655
|
}
|
|
631
|
-
.
|
|
632
|
-
|
|
633
|
-
background-color: #e6f4ff;
|
|
656
|
+
.styles_module_logoArea .styles_module_logoContainer:hover .styles_module_logoImage {
|
|
657
|
+
filter: drop-shadow(0 10px 20px rgba(18, 124, 183, 0.4));
|
|
634
658
|
}
|
|
635
|
-
.
|
|
636
|
-
|
|
659
|
+
.styles_module_logoArea .styles_module_greetingTitle {
|
|
660
|
+
margin-bottom: 0.75rem;
|
|
661
|
+
font-size: 2.25rem;
|
|
662
|
+
line-height: 2.5rem;
|
|
663
|
+
font-weight: 700;
|
|
664
|
+
letter-spacing: -0.025em;
|
|
665
|
+
color: #1e293b;
|
|
637
666
|
}
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
color: #1677ff;
|
|
644
|
-
display: flex;
|
|
645
|
-
align-items: center;
|
|
646
|
-
justify-content: center;
|
|
647
|
-
font-size: 20px;
|
|
648
|
-
margin-right: 12px;
|
|
649
|
-
flex-shrink: 0;
|
|
667
|
+
@media (width >= 768px) {
|
|
668
|
+
.styles_module_logoArea .styles_module_greetingTitle {
|
|
669
|
+
font-size: 3rem;
|
|
670
|
+
line-height: 1;
|
|
671
|
+
}
|
|
650
672
|
}
|
|
651
|
-
.
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
673
|
+
.styles_module_logoArea .styles_module_greetingTitle .styles_module_gradientText {
|
|
674
|
+
color: transparent;
|
|
675
|
+
background-clip: text;
|
|
676
|
+
background-image:
|
|
677
|
+
linear-gradient(
|
|
678
|
+
to right,
|
|
679
|
+
var(--ant-color-primary),
|
|
680
|
+
#3b82f6);
|
|
655
681
|
}
|
|
656
|
-
.
|
|
657
|
-
font-size:
|
|
658
|
-
|
|
682
|
+
.styles_module_logoArea .styles_module_greetingSubtitle {
|
|
683
|
+
font-size: 1.125rem;
|
|
684
|
+
line-height: 1.75rem;
|
|
685
|
+
font-weight: 500;
|
|
686
|
+
color: #64748b;
|
|
659
687
|
}
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
display: flex;
|
|
688
|
+
@media (width >= 768px) {
|
|
689
|
+
.styles_module_logoArea .styles_module_greetingSubtitle {
|
|
690
|
+
font-size: 1.25rem;
|
|
691
|
+
line-height: 1.75rem;
|
|
692
|
+
}
|
|
666
693
|
}
|
|
667
|
-
.
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
694
|
+
.styles_module_senderReferenceHeaderTitle > .ant-sender-header-title {
|
|
695
|
+
overflow: hidden;
|
|
696
|
+
}
|
|
697
|
+
.styles_module_senderReferenceHeaderContent {
|
|
698
|
+
padding: 0 !important;
|
|
672
699
|
}
|
|
673
700
|
|
|
674
701
|
/* src/components/CustomComponents/XMarkdown/styles.module.less */
|
|
@@ -755,10 +782,10 @@
|
|
|
755
782
|
padding: 2px 0;
|
|
756
783
|
}
|
|
757
784
|
.style_module_runStartedNode .style_module_dot {
|
|
758
|
-
width:
|
|
759
|
-
height:
|
|
785
|
+
width: 3px;
|
|
786
|
+
height: 3px;
|
|
760
787
|
border-radius: 50%;
|
|
761
|
-
background:
|
|
788
|
+
background: #000;
|
|
762
789
|
animation: style_module_loadingDotBlink 1s infinite ease-in-out;
|
|
763
790
|
}
|
|
764
791
|
.style_module_runStartedNode .style_module_dot:nth-child(2) {
|
|
@@ -797,94 +824,70 @@
|
|
|
797
824
|
|
|
798
825
|
/* src/components/CustomComponents/ToolRenders/index.module.less */
|
|
799
826
|
.index_module_toolCollapse {
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
}
|
|
803
|
-
.index_module_toolCollapse.ant-collapse {
|
|
804
|
-
background: transparent;
|
|
805
|
-
border: none;
|
|
827
|
+
border: 1px solid rgba(0, 0, 0, 0.08);
|
|
828
|
+
background-color: rgba(255, 255, 255, 0.42);
|
|
806
829
|
}
|
|
807
830
|
.index_module_toolCollapse .ant-collapse-item {
|
|
808
|
-
|
|
809
|
-
border: 1px solid rgba(0, 0, 0, 0.05);
|
|
810
|
-
border-radius: 10px !important;
|
|
811
|
-
overflow: hidden;
|
|
812
|
-
box-shadow: none;
|
|
831
|
+
height: 100%;
|
|
813
832
|
}
|
|
814
|
-
.index_module_toolCollapse .ant-collapse-header {
|
|
815
|
-
|
|
816
|
-
min-height:
|
|
833
|
+
.index_module_toolCollapse .ant-collapse-item .ant-collapse-header {
|
|
834
|
+
padding: 4px 8px;
|
|
835
|
+
min-height: 36px;
|
|
836
|
+
display: flex;
|
|
837
|
+
align-items: center;
|
|
817
838
|
}
|
|
818
|
-
.index_module_toolCollapse .ant-collapse-
|
|
819
|
-
|
|
820
|
-
border-top: 1px solid rgba(0, 0, 0, 0.04);
|
|
839
|
+
.index_module_toolCollapse .ant-collapse-item .ant-collapse-panel .ant-collapse-body {
|
|
840
|
+
padding: 0 0 8px 8px;
|
|
821
841
|
}
|
|
822
|
-
.
|
|
823
|
-
|
|
842
|
+
.index_module_toolCallItem {
|
|
843
|
+
display: flex;
|
|
844
|
+
align-items: center;
|
|
845
|
+
flex: 1;
|
|
846
|
+
min-width: 0;
|
|
847
|
+
gap: 8px;
|
|
848
|
+
}
|
|
849
|
+
.index_module_toolCallItem .index_module_toolIcon {
|
|
850
|
+
font-size: 14px;
|
|
851
|
+
color: #000000;
|
|
852
|
+
}
|
|
853
|
+
.index_module_toolCallItem .index_module_toolName {
|
|
854
|
+
font-size: 12px;
|
|
855
|
+
color: var(--ant-color-text-tertiary);
|
|
856
|
+
flex: 1;
|
|
857
|
+
line-height: 22px;
|
|
824
858
|
}
|
|
825
|
-
.
|
|
826
|
-
|
|
827
|
-
height: 18px;
|
|
859
|
+
.index_module_toolCallItem .index_module_statusIcon {
|
|
860
|
+
font-size: 12px;
|
|
828
861
|
display: flex;
|
|
829
862
|
align-items: center;
|
|
830
|
-
justify-content: center;
|
|
831
|
-
border-radius: var(--ant-border-radius-sm);
|
|
832
|
-
overflow: hidden;
|
|
833
863
|
flex-shrink: 0;
|
|
834
|
-
gap: 20;
|
|
835
|
-
opacity: 0.85;
|
|
836
864
|
}
|
|
837
|
-
.
|
|
838
|
-
font-size:
|
|
865
|
+
.index_module_toolCallItem .index_module_duration {
|
|
866
|
+
font-size: 12px;
|
|
839
867
|
color: var(--ant-color-text-tertiary);
|
|
840
|
-
flex:
|
|
841
|
-
min-width: 0;
|
|
842
|
-
line-height: 18px;
|
|
843
|
-
overflow: hidden;
|
|
844
|
-
text-overflow: ellipsis;
|
|
845
|
-
white-space: nowrap;
|
|
868
|
+
flex-shrink: 0;
|
|
846
869
|
}
|
|
847
|
-
.index_module_toolNamePending {
|
|
870
|
+
.index_module_toolCallItem .index_module_toolNamePending {
|
|
848
871
|
display: inline-flex;
|
|
849
872
|
align-items: center;
|
|
850
873
|
gap: 2px;
|
|
851
874
|
flex: 1;
|
|
852
875
|
}
|
|
853
|
-
.index_module_toolNamePending .index_module_dot {
|
|
876
|
+
.index_module_toolCallItem .index_module_toolNamePending .index_module_dot {
|
|
854
877
|
width: 2px;
|
|
855
878
|
height: 2px;
|
|
856
879
|
border-radius: 50%;
|
|
857
880
|
background: var(--ant-color-text-tertiary);
|
|
858
881
|
animation: index_module_dotBlink 1s infinite ease-in-out;
|
|
859
882
|
}
|
|
860
|
-
.index_module_toolNamePending .index_module_dot:nth-child(2) {
|
|
883
|
+
.index_module_toolCallItem .index_module_toolNamePending .index_module_dot:nth-child(2) {
|
|
861
884
|
animation-delay: 0.16s;
|
|
862
885
|
}
|
|
863
|
-
.index_module_toolNamePending .index_module_dot:nth-child(3) {
|
|
886
|
+
.index_module_toolCallItem .index_module_toolNamePending .index_module_dot:nth-child(3) {
|
|
864
887
|
animation-delay: 0.32s;
|
|
865
888
|
}
|
|
866
|
-
@keyframes index_module_dotBlink {
|
|
867
|
-
0%, 70%, 100% {
|
|
868
|
-
opacity: 0.2;
|
|
869
|
-
}
|
|
870
|
-
35% {
|
|
871
|
-
opacity: 0.85;
|
|
872
|
-
}
|
|
873
|
-
}
|
|
874
|
-
.index_module_duration {
|
|
875
|
-
font-size: 11px;
|
|
876
|
-
color: var(--ant-color-text-tertiary);
|
|
877
|
-
flex-shrink: 0;
|
|
878
|
-
}
|
|
879
|
-
.index_module_statusIcon {
|
|
880
|
-
font-size: 11px;
|
|
881
|
-
display: flex;
|
|
882
|
-
align-items: center;
|
|
883
|
-
flex-shrink: 0;
|
|
884
|
-
opacity: 0.75;
|
|
885
|
-
}
|
|
886
889
|
.index_module_expandIcon {
|
|
887
|
-
font-size:
|
|
890
|
+
font-size: 10px;
|
|
888
891
|
color: var(--ant-color-text-tertiary);
|
|
889
892
|
flex-shrink: 0;
|
|
890
893
|
cursor: pointer;
|
|
@@ -894,8 +897,43 @@
|
|
|
894
897
|
.index_module_expandIcon.index_module_expanded {
|
|
895
898
|
transform: rotate(-90deg);
|
|
896
899
|
}
|
|
900
|
+
.index_module_contentScrollContainer {
|
|
901
|
+
padding: 4px 2px 0;
|
|
902
|
+
overflow-y: auto;
|
|
903
|
+
max-height: 500px;
|
|
904
|
+
background: transparent;
|
|
905
|
+
scrollbar-width: thin;
|
|
906
|
+
scrollbar-color: transparent transparent;
|
|
907
|
+
}
|
|
908
|
+
.index_module_contentScrollContainer::-webkit-scrollbar {
|
|
909
|
+
width: 8px;
|
|
910
|
+
height: 8px;
|
|
911
|
+
}
|
|
912
|
+
.index_module_contentScrollContainer::-webkit-scrollbar-thumb {
|
|
913
|
+
background-color: rgba(0, 0, 0, 0);
|
|
914
|
+
border-radius: 4px;
|
|
915
|
+
transition: background-color 0.3s ease 0.3s;
|
|
916
|
+
}
|
|
917
|
+
.index_module_contentScrollContainer::-webkit-scrollbar-track {
|
|
918
|
+
background: transparent;
|
|
919
|
+
}
|
|
920
|
+
.index_module_contentScrollContainer:hover {
|
|
921
|
+
scrollbar-color: rgba(0, 0, 0, 0.3) transparent;
|
|
922
|
+
}
|
|
923
|
+
.index_module_contentScrollContainer:hover::-webkit-scrollbar-thumb {
|
|
924
|
+
background-color: rgba(0, 0, 0, 0.3);
|
|
925
|
+
transition-delay: 0s;
|
|
926
|
+
}
|
|
927
|
+
@keyframes index_module_dotBlink {
|
|
928
|
+
0%, 70%, 100% {
|
|
929
|
+
opacity: 0.2;
|
|
930
|
+
}
|
|
931
|
+
35% {
|
|
932
|
+
opacity: 0.85;
|
|
933
|
+
}
|
|
934
|
+
}
|
|
897
935
|
.index_module_sectionLabel {
|
|
898
|
-
font-size:
|
|
936
|
+
font-size: 12px;
|
|
899
937
|
color: var(--ant-color-text-tertiary);
|
|
900
938
|
margin-bottom: 3px;
|
|
901
939
|
display: flex;
|
|
@@ -940,11 +978,18 @@
|
|
|
940
978
|
.index_module_markdownContainer {
|
|
941
979
|
max-width: 100%;
|
|
942
980
|
overflow-x: auto;
|
|
943
|
-
font-size:
|
|
944
|
-
opacity: 0.
|
|
981
|
+
font-size: 12px;
|
|
982
|
+
opacity: 0.75;
|
|
983
|
+
overflow-y: hidden;
|
|
984
|
+
}
|
|
985
|
+
.index_module_markdownContainer .ant-codeHighlighter-header {
|
|
986
|
+
padding: 8px;
|
|
987
|
+
}
|
|
988
|
+
.index_module_markdownContainer .ant-codeHighlighter-code pre code {
|
|
989
|
+
margin: 0 !important;
|
|
945
990
|
}
|
|
946
991
|
.index_module_summaryText {
|
|
947
|
-
font-size:
|
|
992
|
+
font-size: 12px;
|
|
948
993
|
line-height: 1.5;
|
|
949
994
|
color: var(--ant-color-text-tertiary);
|
|
950
995
|
margin-bottom: 4px;
|
|
@@ -1064,7 +1109,6 @@
|
|
|
1064
1109
|
.index_module_sectionBlock + .index_module_sectionBlock {
|
|
1065
1110
|
margin-top: 4px;
|
|
1066
1111
|
padding-top: 4px;
|
|
1067
|
-
border-top: 1px solid rgba(0, 0, 0, 0.04);
|
|
1068
1112
|
}
|
|
1069
1113
|
.index_module_compactSectionBlock .index_module_sectionLabel {
|
|
1070
1114
|
margin-bottom: 2px;
|
|
@@ -1072,24 +1116,6 @@
|
|
|
1072
1116
|
.index_module_compactSectionBlock .index_module_markdownContainer {
|
|
1073
1117
|
font-size: 11px;
|
|
1074
1118
|
}
|
|
1075
|
-
.index_module_contentScrollContainer {
|
|
1076
|
-
max-height: 168px;
|
|
1077
|
-
overflow-y: auto;
|
|
1078
|
-
overflow-x: hidden;
|
|
1079
|
-
padding: 4px 2px 0;
|
|
1080
|
-
background: transparent;
|
|
1081
|
-
border-radius: 0;
|
|
1082
|
-
}
|
|
1083
|
-
.index_module_contentScrollContainer::-webkit-scrollbar {
|
|
1084
|
-
width: 4px;
|
|
1085
|
-
}
|
|
1086
|
-
.index_module_contentScrollContainer::-webkit-scrollbar-thumb {
|
|
1087
|
-
background: var(--ant-color-border);
|
|
1088
|
-
border-radius: 3px;
|
|
1089
|
-
}
|
|
1090
|
-
.index_module_contentScrollContainer::-webkit-scrollbar-track {
|
|
1091
|
-
background: transparent;
|
|
1092
|
-
}
|
|
1093
1119
|
.index_module_subAgentContainer {
|
|
1094
1120
|
padding: 2px 0;
|
|
1095
1121
|
}
|
|
@@ -1103,7 +1129,7 @@
|
|
|
1103
1129
|
font-weight: 500;
|
|
1104
1130
|
}
|
|
1105
1131
|
.index_module_subAgentMessages {
|
|
1106
|
-
max-height:
|
|
1132
|
+
max-height: 500px;
|
|
1107
1133
|
overflow-y: auto;
|
|
1108
1134
|
}
|
|
1109
1135
|
.index_module_subAgentMessages::-webkit-scrollbar {
|
|
@@ -1115,9 +1141,6 @@
|
|
|
1115
1141
|
}
|
|
1116
1142
|
.index_module_todoList {
|
|
1117
1143
|
background-color: rgba(255, 255, 255, 0.45);
|
|
1118
|
-
border-radius: 8px;
|
|
1119
|
-
border: 1px solid rgba(0, 0, 0, 0.04);
|
|
1120
|
-
margin-top: 2px;
|
|
1121
1144
|
}
|
|
1122
1145
|
.index_module_todoItem {
|
|
1123
1146
|
padding: 6px 10px;
|
|
@@ -1147,17 +1170,6 @@
|
|
|
1147
1170
|
.index_module_emptyText {
|
|
1148
1171
|
font-size: 12px;
|
|
1149
1172
|
}
|
|
1150
|
-
.ant-collapse .ant-collapse-item-disabled > .ant-collapse-header,
|
|
1151
|
-
.ant-collapse .ant-collapse-item-disabled > .ant-collapse-header > .arrow {
|
|
1152
|
-
color: #000;
|
|
1153
|
-
}
|
|
1154
|
-
.ant-collapse > .ant-collapse-item > .ant-collapse-header {
|
|
1155
|
-
overflow: hidden;
|
|
1156
|
-
}
|
|
1157
|
-
.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-header-content {
|
|
1158
|
-
min-width: 0;
|
|
1159
|
-
overflow: hidden;
|
|
1160
|
-
}
|
|
1161
1173
|
|
|
1162
1174
|
/* src/ui/layouts/components/styles.module.less */
|
|
1163
1175
|
.styles_module_bodyWidth {
|