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.
- package/README.md +1 -1
- package/dist/index.esm.es5.development.css +1025 -1009
- package/dist/index.esm.es5.development.js +1 -1
- package/dist/index.esm.es5.production.css +1 -1
- package/dist/index.esm.es5.production.js +1 -1
- package/dist/vendor.esm.es5.development.js +1 -1
- package/dist/vendor.esm.es5.production.js +1 -1
- package/es2017/customerService/common.module.less +1 -1
- package/es2017/customerService/index.module.less +24 -3
- package/es2017/customerService/index2.module.less +22 -3
- package/esm/customerService/common.module.less +1 -1
- package/esm/customerService/index.module.less +24 -3
- package/esm/customerService/index2.module.less +22 -3
- package/package.json +1 -1
|
@@ -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.
|
|
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.
|
|
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;
|
|
@@ -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.
|
|
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.
|
|
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;
|