bhd-components 0.7.29 → 0.7.30
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/{29492132.esm.es5.production.js → 381883fc.esm.es5.production.js} +1 -1
- package/dist/{4e438177.esm.es5.development.js → a38afcaf.esm.es5.development.js} +1 -1
- package/dist/index.esm.es5.development.css +502 -502
- package/dist/index.esm.es5.development.js +3 -3
- package/dist/index.esm.es5.production.css +1 -1
- package/dist/index.esm.es5.production.js +1 -1
- package/es2017/customerService/index.module.less +7 -7
- package/esm/customerService/index.module.less +7 -7
- package/package.json +1 -1
|
@@ -769,13 +769,6 @@
|
|
|
769
769
|
}
|
|
770
770
|
}
|
|
771
771
|
}
|
|
772
|
-
code{
|
|
773
|
-
border: none;
|
|
774
|
-
background-color: @color-background-fillsecondary-Tr;
|
|
775
|
-
border-radius: 2px;
|
|
776
|
-
color: #000;
|
|
777
|
-
padding: 0 2px;
|
|
778
|
-
}
|
|
779
772
|
}
|
|
780
773
|
p>code{
|
|
781
774
|
border: none;
|
|
@@ -785,6 +778,13 @@
|
|
|
785
778
|
padding: 0 2px;
|
|
786
779
|
}
|
|
787
780
|
li{
|
|
781
|
+
&>code{
|
|
782
|
+
border: none;
|
|
783
|
+
background-color: @color-background-fillsecondary-Tr;
|
|
784
|
+
border-radius: 2px;
|
|
785
|
+
color: #000;
|
|
786
|
+
padding: 0 2px;
|
|
787
|
+
}
|
|
788
788
|
:global{
|
|
789
789
|
::marker {
|
|
790
790
|
font-weight: 600 !important;
|
|
@@ -769,13 +769,6 @@
|
|
|
769
769
|
}
|
|
770
770
|
}
|
|
771
771
|
}
|
|
772
|
-
code{
|
|
773
|
-
border: none;
|
|
774
|
-
background-color: @color-background-fillsecondary-Tr;
|
|
775
|
-
border-radius: 2px;
|
|
776
|
-
color: #000;
|
|
777
|
-
padding: 0 2px;
|
|
778
|
-
}
|
|
779
772
|
}
|
|
780
773
|
p>code{
|
|
781
774
|
border: none;
|
|
@@ -785,6 +778,13 @@
|
|
|
785
778
|
padding: 0 2px;
|
|
786
779
|
}
|
|
787
780
|
li{
|
|
781
|
+
&>code{
|
|
782
|
+
border: none;
|
|
783
|
+
background-color: @color-background-fillsecondary-Tr;
|
|
784
|
+
border-radius: 2px;
|
|
785
|
+
color: #000;
|
|
786
|
+
padding: 0 2px;
|
|
787
|
+
}
|
|
788
788
|
:global{
|
|
789
789
|
::marker {
|
|
790
790
|
font-weight: 600 !important;
|