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