bhd-components 0.9.5 → 0.9.6

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.
@@ -230,7 +230,7 @@
230
230
  }
231
231
  li > ul li {
232
232
  list-style: inside;
233
- color: rgba(0, 0, 0, 0.65);
233
+ color: rgba(0, 0, 0, 0.85);
234
234
  }
235
235
  }
236
236
  }
@@ -351,6 +351,7 @@
351
351
  .content_child {
352
352
  padding: 0;
353
353
  line-height: 1;
354
+
354
355
  p{
355
356
  word-break: break-all;
356
357
  white-space: break-spaces;
@@ -381,9 +382,26 @@
381
382
  }
382
383
  li > ul li {
383
384
  list-style: inside;
384
- color: rgba(0, 0, 0, 0.65);
385
+ color: rgba(0, 0, 0, 0.85);
386
+ &::marker{
387
+ color: #D9D9D9 !important;
388
+ }
389
+ }
390
+ li > ol li {
391
+ &::marker{
392
+ color: @color-text-tertiary-Tr !important;
393
+ }
385
394
  }
386
395
  }
396
+ // li{
397
+ // margin-top:16px;
398
+ // }
399
+ // > * + ul, > * + ol {
400
+ // margin-top:16px;
401
+ // }
402
+ // > ul + *, > ol + * {
403
+ // margin-top:16px;
404
+ // }
387
405
  }
388
406
  pre {
389
407
  background: @color-background-fillquaternary;
@@ -787,11 +805,13 @@
787
805
  }
788
806
  :global{
789
807
  ::marker {
790
- font-weight: 600 !important;
808
+ // font-weight: 600 !important;
809
+ color: rgba(0, 0, 0, 0.85);
791
810
  }
792
811
  }
793
812
  ::marker {
794
- font-weight: 600 !important;
813
+ // font-weight: 600 !important;
814
+ color: rgba(0, 0, 0, 0.85);
795
815
  }
796
816
  p{
797
817
  font-weight: 400 !important;
@@ -804,6 +824,7 @@
804
824
  }
805
825
 
806
826
  }
827
+
807
828
  }
808
829
 
809
830
  .time {
@@ -378,9 +378,26 @@
378
378
  }
379
379
  li > ul li {
380
380
  list-style: inside;
381
- color: rgba(0, 0, 0, 0.65);
381
+ color: rgba(0, 0, 0, 0.85);
382
+ &::marker{
383
+ color: #D9D9D9 !important;
384
+ }
385
+ }
386
+ li > ol li {
387
+ &::marker{
388
+ color: @color-text-tertiary-Tr !important;
389
+ }
382
390
  }
383
391
  }
392
+ // li{
393
+ // margin-top:16px;
394
+ // }
395
+ // > * + ul, > * + ol {
396
+ // margin-top:16px;
397
+ // }
398
+ // > ul + *, > ol + * {
399
+ // margin-top:16px;
400
+ // }
384
401
  }
385
402
  pre {
386
403
  background: @color-background-fillquaternary;
@@ -785,11 +802,13 @@
785
802
  }
786
803
  :global{
787
804
  ::marker {
788
- font-weight: 600 !important;
805
+ // font-weight: 600 !important;
806
+ color: rgba(0, 0, 0, 0.85);
789
807
  }
790
808
  }
791
809
  ::marker {
792
- font-weight: 600 !important;
810
+ // font-weight: 600 !important;
811
+ color: rgba(0, 0, 0, 0.85);
793
812
  }
794
813
  p{
795
814
  font-weight: 400 !important;
@@ -230,7 +230,7 @@
230
230
  }
231
231
  li > ul li {
232
232
  list-style: inside;
233
- color: rgba(0, 0, 0, 0.65);
233
+ color: rgba(0, 0, 0, 0.85);
234
234
  }
235
235
  }
236
236
  }
@@ -351,6 +351,7 @@
351
351
  .content_child {
352
352
  padding: 0;
353
353
  line-height: 1;
354
+
354
355
  p{
355
356
  word-break: break-all;
356
357
  white-space: break-spaces;
@@ -381,9 +382,26 @@
381
382
  }
382
383
  li > ul li {
383
384
  list-style: inside;
384
- color: rgba(0, 0, 0, 0.65);
385
+ color: rgba(0, 0, 0, 0.85);
386
+ &::marker{
387
+ color: #D9D9D9 !important;
388
+ }
389
+ }
390
+ li > ol li {
391
+ &::marker{
392
+ color: @color-text-tertiary-Tr !important;
393
+ }
385
394
  }
386
395
  }
396
+ // li{
397
+ // margin-top:16px;
398
+ // }
399
+ // > * + ul, > * + ol {
400
+ // margin-top:16px;
401
+ // }
402
+ // > ul + *, > ol + * {
403
+ // margin-top:16px;
404
+ // }
387
405
  }
388
406
  pre {
389
407
  background: @color-background-fillquaternary;
@@ -787,11 +805,13 @@
787
805
  }
788
806
  :global{
789
807
  ::marker {
790
- font-weight: 600 !important;
808
+ // font-weight: 600 !important;
809
+ color: rgba(0, 0, 0, 0.85);
791
810
  }
792
811
  }
793
812
  ::marker {
794
- font-weight: 600 !important;
813
+ // font-weight: 600 !important;
814
+ color: rgba(0, 0, 0, 0.85);
795
815
  }
796
816
  p{
797
817
  font-weight: 400 !important;
@@ -804,6 +824,7 @@
804
824
  }
805
825
 
806
826
  }
827
+
807
828
  }
808
829
 
809
830
  .time {
@@ -378,9 +378,26 @@
378
378
  }
379
379
  li > ul li {
380
380
  list-style: inside;
381
- color: rgba(0, 0, 0, 0.65);
381
+ color: rgba(0, 0, 0, 0.85);
382
+ &::marker{
383
+ color: #D9D9D9 !important;
384
+ }
385
+ }
386
+ li > ol li {
387
+ &::marker{
388
+ color: @color-text-tertiary-Tr !important;
389
+ }
382
390
  }
383
391
  }
392
+ // li{
393
+ // margin-top:16px;
394
+ // }
395
+ // > * + ul, > * + ol {
396
+ // margin-top:16px;
397
+ // }
398
+ // > ul + *, > ol + * {
399
+ // margin-top:16px;
400
+ // }
384
401
  }
385
402
  pre {
386
403
  background: @color-background-fillquaternary;
@@ -785,11 +802,13 @@
785
802
  }
786
803
  :global{
787
804
  ::marker {
788
- font-weight: 600 !important;
805
+ // font-weight: 600 !important;
806
+ color: rgba(0, 0, 0, 0.85);
789
807
  }
790
808
  }
791
809
  ::marker {
792
- font-weight: 600 !important;
810
+ // font-weight: 600 !important;
811
+ color: rgba(0, 0, 0, 0.85);
793
812
  }
794
813
  p{
795
814
  font-weight: 400 !important;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bhd-components",
3
- "version": "0.9.5",
3
+ "version": "0.9.6",
4
4
  "description": "组件功能描述",
5
5
  "config": {
6
6
  "commitizen": {