bhd-components 0.11.22 → 0.11.23

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.
@@ -363,26 +363,14 @@
363
363
  .msgItem-text-aibody{
364
364
  color: #1f2a28;
365
365
  .msgItem-richText{
366
- font-size: 13.5px;
367
- line-height: 1.88;
368
- color: #1f2a28;
369
- white-space: normal;
370
- word-break: break-all;
371
366
 
372
- /*
373
- * AI 内容排版系统
374
- * 规则:所有间距只用 margin-top,margin-bottom 统一为 0
375
- * 层级:H2(22px) > H3(16px) > 段落/列表(10px) > 紧跟标签后内容(5px)
376
- */
377
- /* 统一重置:所有直接子元素默认上间距 10px,无下间距 */
378
- & > * {
379
- margin-top: 10px;
380
- margin-bottom: 0;
381
- }
382
- & > *:first-child {
383
- margin-top: 0;
384
- }
385
- :global {
367
+ font-size: 13.5px;
368
+ line-height: 1.88;
369
+ color: #1f2a28;
370
+ white-space: normal;
371
+ word-break: break-all;
372
+
373
+ :global {
386
374
  --primary: #69c89e;
387
375
  --primary-light: #eef8f3;
388
376
  --primary-deep: #48b385;
@@ -597,6 +585,21 @@
597
585
  }
598
586
  /* 操作按钮组:固定在内容末尾,与上方内容保持明显间距 */
599
587
  }
588
+
589
+ /*
590
+ * AI 内容排版系统
591
+ * 规则:所有间距只用 margin-top,margin-bottom 统一为 0
592
+ * 层级:H2(22px) > H3(16px) > 段落/列表(10px) > 紧跟标签后内容(5px)
593
+ */
594
+ /* 统一重置:所有直接子元素默认上间距 10px,无下间距 */
595
+ & > * {
596
+ margin-top: 10px;
597
+ margin-bottom: 0;
598
+ }
599
+ & > *:first-child {
600
+ margin-top: 0;
601
+ }
602
+
600
603
  }
601
604
 
602
605
  }
@@ -363,26 +363,14 @@
363
363
  .msgItem-text-aibody{
364
364
  color: #1f2a28;
365
365
  .msgItem-richText{
366
- font-size: 13.5px;
367
- line-height: 1.88;
368
- color: #1f2a28;
369
- white-space: normal;
370
- word-break: break-all;
371
366
 
372
- /*
373
- * AI 内容排版系统
374
- * 规则:所有间距只用 margin-top,margin-bottom 统一为 0
375
- * 层级:H2(22px) > H3(16px) > 段落/列表(10px) > 紧跟标签后内容(5px)
376
- */
377
- /* 统一重置:所有直接子元素默认上间距 10px,无下间距 */
378
- & > * {
379
- margin-top: 10px;
380
- margin-bottom: 0;
381
- }
382
- & > *:first-child {
383
- margin-top: 0;
384
- }
385
- :global {
367
+ font-size: 13.5px;
368
+ line-height: 1.88;
369
+ color: #1f2a28;
370
+ white-space: normal;
371
+ word-break: break-all;
372
+
373
+ :global {
386
374
  --primary: #69c89e;
387
375
  --primary-light: #eef8f3;
388
376
  --primary-deep: #48b385;
@@ -597,6 +585,21 @@
597
585
  }
598
586
  /* 操作按钮组:固定在内容末尾,与上方内容保持明显间距 */
599
587
  }
588
+
589
+ /*
590
+ * AI 内容排版系统
591
+ * 规则:所有间距只用 margin-top,margin-bottom 统一为 0
592
+ * 层级:H2(22px) > H3(16px) > 段落/列表(10px) > 紧跟标签后内容(5px)
593
+ */
594
+ /* 统一重置:所有直接子元素默认上间距 10px,无下间距 */
595
+ & > * {
596
+ margin-top: 10px;
597
+ margin-bottom: 0;
598
+ }
599
+ & > *:first-child {
600
+ margin-top: 0;
601
+ }
602
+
600
603
  }
601
604
 
602
605
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bhd-components",
3
- "version": "0.11.22",
3
+ "version": "0.11.23",
4
4
  "description": "组件功能描述",
5
5
  "config": {
6
6
  "commitizen": {