bhd-components 0.10.23 → 0.10.25
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/index.esm.es5.development.css +1429 -1127
- package/dist/index.esm.es5.development.js +699 -567
- 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 +2177 -2177
- package/dist/vendor.esm.es5.production.js +98 -98
- package/es2017/customerService/historyFun.js +2 -2
- package/es2017/customerService/index.js +714 -582
- package/es2017/customerService/index.module.less +30 -8
- package/es2017/customerService/index2.module.less +25 -6
- package/esm/customerService/historyFun.js +2 -2
- package/esm/customerService/index.js +692 -559
- package/esm/customerService/index.module.less +30 -8
- package/esm/customerService/index2.module.less +25 -6
- package/package.json +1 -1
|
@@ -179,7 +179,7 @@
|
|
|
179
179
|
}
|
|
180
180
|
.Drawer_main {
|
|
181
181
|
max-height: calc(100vh - 110px);
|
|
182
|
-
overflow:
|
|
182
|
+
overflow: hidden;
|
|
183
183
|
background: #f5f5f5;
|
|
184
184
|
min-height: 200px;
|
|
185
185
|
.loading {
|
|
@@ -191,8 +191,16 @@
|
|
|
191
191
|
}
|
|
192
192
|
}
|
|
193
193
|
.message_con {
|
|
194
|
-
padding: 16px;
|
|
195
|
-
padding-top: 0;
|
|
194
|
+
// padding: 16px;
|
|
195
|
+
// padding-top: 0;
|
|
196
|
+
|
|
197
|
+
>div{
|
|
198
|
+
&::-webkit-scrollbar {
|
|
199
|
+
background-color: initial;
|
|
200
|
+
width: 6px;
|
|
201
|
+
height: 4px;
|
|
202
|
+
}
|
|
203
|
+
}
|
|
196
204
|
.left {
|
|
197
205
|
.head_sculpture {
|
|
198
206
|
width: 32px;
|
|
@@ -236,11 +244,13 @@
|
|
|
236
244
|
}
|
|
237
245
|
}
|
|
238
246
|
}
|
|
239
|
-
& > li
|
|
247
|
+
& > li,
|
|
248
|
+
.itemcontent {
|
|
240
249
|
position: relative;
|
|
241
250
|
// margin-bottom: 24px;
|
|
242
251
|
display: flex;
|
|
243
252
|
width: 100%;
|
|
253
|
+
padding: 0 16px;
|
|
244
254
|
.main {
|
|
245
255
|
max-width: 80%;
|
|
246
256
|
|
|
@@ -252,6 +262,9 @@
|
|
|
252
262
|
.operate_modal {
|
|
253
263
|
// display: block;
|
|
254
264
|
visibility: visible;
|
|
265
|
+
&.operate_modal_showtop{
|
|
266
|
+
visibility: hidden;
|
|
267
|
+
}
|
|
255
268
|
}
|
|
256
269
|
}
|
|
257
270
|
.operate_modal_bottom {
|
|
@@ -909,8 +922,10 @@
|
|
|
909
922
|
|
|
910
923
|
.time {
|
|
911
924
|
display: block;
|
|
912
|
-
margin: 40px 0;
|
|
913
|
-
margin-bottom: 16px;
|
|
925
|
+
// margin: 40px 0;
|
|
926
|
+
// margin-bottom: 16px;
|
|
927
|
+
padding:40px 0;
|
|
928
|
+
padding-bottom: 16px;
|
|
914
929
|
text-align: center;
|
|
915
930
|
font-size: 12px;
|
|
916
931
|
color: rgba(0, 0, 0, 0.25);
|
|
@@ -2036,14 +2051,21 @@
|
|
|
2036
2051
|
padding: 16px;
|
|
2037
2052
|
}
|
|
2038
2053
|
.main_list {
|
|
2039
|
-
height: calc(100% - 140px);
|
|
2040
|
-
max-height: calc(100% - 140px);
|
|
2054
|
+
// height: calc(100% - 140px);
|
|
2055
|
+
// max-height: calc(100% - 140px);
|
|
2056
|
+
height: 100%;
|
|
2057
|
+
max-height: 100%;
|
|
2041
2058
|
// .list{
|
|
2042
2059
|
// margin: 8px 16px 17px;
|
|
2043
2060
|
// }
|
|
2044
2061
|
|
|
2045
2062
|
|
|
2046
2063
|
}
|
|
2064
|
+
:global{
|
|
2065
|
+
.bhd-spin-container{
|
|
2066
|
+
height:100%
|
|
2067
|
+
}
|
|
2068
|
+
}
|
|
2047
2069
|
}
|
|
2048
2070
|
.open{
|
|
2049
2071
|
left: -7px !important;
|
|
@@ -176,7 +176,7 @@
|
|
|
176
176
|
}
|
|
177
177
|
.Drawer_main {
|
|
178
178
|
max-height: calc(100vh - 110px);
|
|
179
|
-
overflow:
|
|
179
|
+
overflow: hidden;
|
|
180
180
|
background: #f5f5f5;
|
|
181
181
|
min-height: 200px;
|
|
182
182
|
.loading {
|
|
@@ -188,8 +188,16 @@
|
|
|
188
188
|
}
|
|
189
189
|
}
|
|
190
190
|
.message_con {
|
|
191
|
-
|
|
192
|
-
padding-top: 0;
|
|
191
|
+
// padding: 16px;
|
|
192
|
+
// padding-top: 0;
|
|
193
|
+
|
|
194
|
+
>div{
|
|
195
|
+
&::-webkit-scrollbar {
|
|
196
|
+
background-color: initial;
|
|
197
|
+
width: 6px;
|
|
198
|
+
height: 4px;
|
|
199
|
+
}
|
|
200
|
+
}
|
|
193
201
|
.left {
|
|
194
202
|
.head_sculpture {
|
|
195
203
|
width: 32px;
|
|
@@ -233,11 +241,12 @@
|
|
|
233
241
|
}
|
|
234
242
|
}
|
|
235
243
|
}
|
|
236
|
-
& > li
|
|
244
|
+
& > li,.itemcontent {
|
|
237
245
|
position: relative;
|
|
238
246
|
// margin-bottom: 24px;
|
|
239
247
|
display: flex;
|
|
240
248
|
width: 100%;
|
|
249
|
+
padding: 0 16px;
|
|
241
250
|
.main {
|
|
242
251
|
max-width: 80%;
|
|
243
252
|
|
|
@@ -249,6 +258,9 @@
|
|
|
249
258
|
.operate_modal {
|
|
250
259
|
// display: block;
|
|
251
260
|
visibility: visible;
|
|
261
|
+
&.operate_modal_showtop,&.operate_modal_showbottom{
|
|
262
|
+
visibility: hidden;
|
|
263
|
+
}
|
|
252
264
|
}
|
|
253
265
|
}
|
|
254
266
|
.operate_modal_bottom {
|
|
@@ -2025,12 +2037,19 @@
|
|
|
2025
2037
|
padding: 16px;
|
|
2026
2038
|
}
|
|
2027
2039
|
.main_list {
|
|
2028
|
-
height: calc(100% - 140px);
|
|
2029
|
-
max-height: calc(100% - 140px);
|
|
2040
|
+
// height: calc(100% - 140px);
|
|
2041
|
+
// max-height: calc(100% - 140px);
|
|
2042
|
+
height: 100%;
|
|
2043
|
+
max-height: 100%;
|
|
2030
2044
|
// .list{
|
|
2031
2045
|
// margin: 8px 16px 17px;
|
|
2032
2046
|
// }
|
|
2033
2047
|
}
|
|
2048
|
+
:global{
|
|
2049
|
+
.bhd-spin-container{
|
|
2050
|
+
height:100%
|
|
2051
|
+
}
|
|
2052
|
+
}
|
|
2034
2053
|
}
|
|
2035
2054
|
}
|
|
2036
2055
|
//老师列表
|