bhd-components 0.7.9 → 0.7.11
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 +2 -3
- package/dist/{d634a723.esm.es5.production.js → 901ed6b6.esm.es5.production.js} +1 -1
- package/dist/{072bdcac.esm.es5.development.js → facd5ad8.esm.es5.development.js} +1 -1
- package/dist/index.esm.es5.development.css +2050 -1918
- package/dist/index.esm.es5.development.js +186 -138
- package/dist/index.esm.es5.production.css +1 -1
- package/dist/index.esm.es5.production.js +1 -1
- package/es2017/customerService/contactsList.js +1 -1
- package/es2017/customerService/index.js +183 -132
- package/es2017/customerService/index.module.less +34 -2
- package/es2017/customerService/index2.module.less +48 -4
- package/esm/customerService/contactsList.js +1 -1
- package/esm/customerService/index.js +181 -133
- package/esm/customerService/index.module.less +34 -2
- package/esm/customerService/index2.module.less +48 -4
- package/package.json +1 -1
|
@@ -626,7 +626,9 @@
|
|
|
626
626
|
cursor: pointer;
|
|
627
627
|
list-style-type: none;
|
|
628
628
|
}
|
|
629
|
+
|
|
629
630
|
}
|
|
631
|
+
|
|
630
632
|
|
|
631
633
|
.img_con{
|
|
632
634
|
width: 100%;
|
|
@@ -743,6 +745,34 @@
|
|
|
743
745
|
|
|
744
746
|
}
|
|
745
747
|
}
|
|
748
|
+
|
|
749
|
+
.association_problem_flag{
|
|
750
|
+
padding-left: 30px;
|
|
751
|
+
|
|
752
|
+
li{
|
|
753
|
+
position: relative;
|
|
754
|
+
&::after{
|
|
755
|
+
content: '';
|
|
756
|
+
width: 6px;
|
|
757
|
+
height: 6px;
|
|
758
|
+
border-radius: 50%;
|
|
759
|
+
background-color: rgba(217, 217, 217, 1);
|
|
760
|
+
display: block;
|
|
761
|
+
position: absolute;
|
|
762
|
+
top: 12px;
|
|
763
|
+
left: 12px;
|
|
764
|
+
}
|
|
765
|
+
}
|
|
766
|
+
.related_issues_flag{
|
|
767
|
+
span{
|
|
768
|
+
color: #000;
|
|
769
|
+
font-weight: 600;
|
|
770
|
+
border-bottom: 4px solid @color-background-primary-weak-hover;
|
|
771
|
+
}
|
|
772
|
+
|
|
773
|
+
}
|
|
774
|
+
}
|
|
775
|
+
|
|
746
776
|
.time {
|
|
747
777
|
display: block;
|
|
748
778
|
margin: 40px 0;
|
|
@@ -905,8 +935,8 @@
|
|
|
905
935
|
}
|
|
906
936
|
}
|
|
907
937
|
.issues_list_flag {
|
|
908
|
-
position: absolute;
|
|
909
|
-
bottom: 60px;
|
|
938
|
+
// position: absolute;
|
|
939
|
+
// bottom: 60px;
|
|
910
940
|
margin: 0 16px;
|
|
911
941
|
// padding-bottom: 4px;
|
|
912
942
|
line-height: 1;
|
|
@@ -915,6 +945,8 @@
|
|
|
915
945
|
padding: 8px 16px;
|
|
916
946
|
background-color: #fff;
|
|
917
947
|
border-radius: 38px;
|
|
948
|
+
margin-bottom: 16px;
|
|
949
|
+
line-height: 1.5;
|
|
918
950
|
cursor: pointer;
|
|
919
951
|
&:hover{
|
|
920
952
|
background-color: @color-background-primary-weak;
|
|
@@ -113,7 +113,10 @@
|
|
|
113
113
|
position: relative;
|
|
114
114
|
z-index: 99;
|
|
115
115
|
.popover{
|
|
116
|
-
padding: 8px;
|
|
116
|
+
padding: 8px 0;
|
|
117
|
+
width: 74px;
|
|
118
|
+
text-align: center;
|
|
119
|
+
|
|
117
120
|
border-radius: 4px;
|
|
118
121
|
line-height: 1.5;
|
|
119
122
|
color: rgba(0, 0, 0, 0.65);
|
|
@@ -620,7 +623,9 @@
|
|
|
620
623
|
cursor: pointer;
|
|
621
624
|
list-style-type: none;
|
|
622
625
|
}
|
|
626
|
+
|
|
623
627
|
}
|
|
628
|
+
|
|
624
629
|
|
|
625
630
|
.img_con{
|
|
626
631
|
width: 100%;
|
|
@@ -629,7 +634,10 @@
|
|
|
629
634
|
border-radius: 4px;
|
|
630
635
|
overflow: hidden;
|
|
631
636
|
display: inline-flex;
|
|
632
|
-
margin-top:
|
|
637
|
+
margin-top: 12px;
|
|
638
|
+
img{
|
|
639
|
+
width: 100%;
|
|
640
|
+
}
|
|
633
641
|
.mask_zoom{
|
|
634
642
|
position: absolute;
|
|
635
643
|
top: 0;
|
|
@@ -714,8 +722,13 @@
|
|
|
714
722
|
padding: 0 2px;
|
|
715
723
|
}
|
|
716
724
|
li{
|
|
725
|
+
:global{
|
|
726
|
+
::marker {
|
|
727
|
+
font-weight: 600 !important;
|
|
728
|
+
}
|
|
729
|
+
}
|
|
717
730
|
::marker {
|
|
718
|
-
font-weight: 600;
|
|
731
|
+
font-weight: 600 !important;
|
|
719
732
|
}
|
|
720
733
|
p{
|
|
721
734
|
font-weight: 400 !important;
|
|
@@ -723,11 +736,40 @@
|
|
|
723
736
|
border-bottom: 6px solid @color-background-primary-weak-hover;
|
|
724
737
|
height: 20px;
|
|
725
738
|
display: inline-block;
|
|
739
|
+
font-weight: 600;
|
|
726
740
|
}
|
|
727
741
|
}
|
|
728
742
|
|
|
729
743
|
}
|
|
730
744
|
}
|
|
745
|
+
|
|
746
|
+
.association_problem_flag{
|
|
747
|
+
padding-left: 30px;
|
|
748
|
+
|
|
749
|
+
li{
|
|
750
|
+
position: relative;
|
|
751
|
+
&::after{
|
|
752
|
+
content: '';
|
|
753
|
+
width: 6px;
|
|
754
|
+
height: 6px;
|
|
755
|
+
border-radius: 50%;
|
|
756
|
+
background-color: rgba(217, 217, 217, 1);
|
|
757
|
+
display: block;
|
|
758
|
+
position: absolute;
|
|
759
|
+
top: 12px;
|
|
760
|
+
left: 12px;
|
|
761
|
+
}
|
|
762
|
+
}
|
|
763
|
+
.related_issues_flag{
|
|
764
|
+
span{
|
|
765
|
+
color: #000;
|
|
766
|
+
font-weight: 600;
|
|
767
|
+
border-bottom: 4px solid @color-background-primary-weak-hover;
|
|
768
|
+
}
|
|
769
|
+
|
|
770
|
+
}
|
|
771
|
+
}
|
|
772
|
+
|
|
731
773
|
.time {
|
|
732
774
|
display: block;
|
|
733
775
|
margin: 40px 0;
|
|
@@ -895,11 +937,12 @@
|
|
|
895
937
|
margin: 0 16px;
|
|
896
938
|
// padding-bottom: 4px;
|
|
897
939
|
line-height: 1;
|
|
898
|
-
|
|
940
|
+
padding-top: 24px;
|
|
899
941
|
p{
|
|
900
942
|
padding: 8px 16px;
|
|
901
943
|
background-color: #fff;
|
|
902
944
|
border-radius: 38px;
|
|
945
|
+
margin-bottom: 16px;
|
|
903
946
|
cursor: pointer;
|
|
904
947
|
&:hover{
|
|
905
948
|
background-color: @color-background-primary-weak;
|
|
@@ -1119,6 +1162,7 @@
|
|
|
1119
1162
|
svg {
|
|
1120
1163
|
font-size: 20px;
|
|
1121
1164
|
color: @color-icon-fill-Tr;
|
|
1165
|
+
cursor: pointer;
|
|
1122
1166
|
}
|
|
1123
1167
|
}
|
|
1124
1168
|
.disabled {
|
|
@@ -120,7 +120,7 @@ var ContactsList = /*#__PURE__*/ forwardRef(function(props, ref) {
|
|
|
120
120
|
}) : /*#__PURE__*/ _jsxs("div", {
|
|
121
121
|
className: "".concat(styles.teacher_layout, " ").concat(type == 3 ? styles.teacher_layout_newlabo : ""),
|
|
122
122
|
style: {
|
|
123
|
-
left: type == 3 ? document.getElementById("box").offsetWidth + 10 + "px" : "auto"
|
|
123
|
+
left: type == 3 ? document.getElementById("box") && document.getElementById("box").offsetWidth + 10 + "px" : "auto"
|
|
124
124
|
},
|
|
125
125
|
children: [
|
|
126
126
|
/*#__PURE__*/ _jsxs("div", {
|