bhd-components 0.6.7 → 0.6.9
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/{4fa3313f.esm.es5.development.js → 769f0c13.esm.es5.development.js} +1 -1
- package/dist/{0acf50ef.esm.es5.production.js → a1012a79.esm.es5.production.js} +1 -1
- package/dist/index.esm.es5.development.css +754 -722
- package/dist/index.esm.es5.development.js +55 -21
- package/dist/index.esm.es5.production.css +1 -1
- package/dist/index.esm.es5.production.js +1 -1
- package/es2017/customerService/historyFun.js +4 -1
- package/es2017/customerService/index.js +49 -18
- package/es2017/customerService/index.module.less +17 -20
- package/es2017/customerService/index2.module.less +17 -20
- package/esm/customerService/historyFun.js +3 -0
- package/esm/customerService/index.js +49 -18
- package/esm/customerService/index.module.less +17 -20
- package/esm/customerService/index2.module.less +17 -20
- package/package.json +1 -1
|
@@ -153,6 +153,8 @@
|
|
|
153
153
|
display: flex;
|
|
154
154
|
flex-direction: column;
|
|
155
155
|
align-items: flex-end;
|
|
156
|
+
|
|
157
|
+
|
|
156
158
|
}
|
|
157
159
|
}
|
|
158
160
|
.right {
|
|
@@ -183,12 +185,10 @@
|
|
|
183
185
|
width: 100%;
|
|
184
186
|
.main {
|
|
185
187
|
max-width: 80%;
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
// }
|
|
191
|
-
// }
|
|
188
|
+
|
|
189
|
+
.main_content_flag{
|
|
190
|
+
width: 100%;
|
|
191
|
+
}
|
|
192
192
|
.main_content_flag:hover{
|
|
193
193
|
.operate_modal {
|
|
194
194
|
// display: block;
|
|
@@ -197,21 +197,9 @@
|
|
|
197
197
|
}
|
|
198
198
|
.main_content {
|
|
199
199
|
position: relative;
|
|
200
|
-
|
|
201
|
-
// .operate_modal {
|
|
202
|
-
// // display: block;
|
|
203
|
-
// visibility: visible;
|
|
204
|
-
// }
|
|
205
|
-
// }
|
|
206
|
-
|
|
200
|
+
|
|
207
201
|
.content {
|
|
208
|
-
|
|
209
|
-
// .operate_modal {
|
|
210
|
-
// // display: block;
|
|
211
|
-
// visibility: visible;
|
|
212
|
-
// }
|
|
213
|
-
// }
|
|
214
|
-
|
|
202
|
+
|
|
215
203
|
max-width: 100%;
|
|
216
204
|
// width: 100%;
|
|
217
205
|
//以下优化ai返回的内容的样式
|
|
@@ -220,6 +208,7 @@
|
|
|
220
208
|
line-height: 1;
|
|
221
209
|
p{
|
|
222
210
|
word-break: break-all;
|
|
211
|
+
white-space: break-spaces;
|
|
223
212
|
}
|
|
224
213
|
p,
|
|
225
214
|
li {
|
|
@@ -233,6 +222,13 @@
|
|
|
233
222
|
padding: 10px 0;
|
|
234
223
|
}
|
|
235
224
|
ol {
|
|
225
|
+
list-style: decimal;
|
|
226
|
+
padding-inline-start: 20px;
|
|
227
|
+
|
|
228
|
+
li{
|
|
229
|
+
list-style-type: auto;
|
|
230
|
+
}
|
|
231
|
+
|
|
236
232
|
li p {
|
|
237
233
|
padding: 4px 0;
|
|
238
234
|
font-size: 14px;
|
|
@@ -431,6 +427,7 @@
|
|
|
431
427
|
font-weight: 400;
|
|
432
428
|
line-height: 1.8;
|
|
433
429
|
cursor: pointer;
|
|
430
|
+
list-style-type: none;
|
|
434
431
|
}
|
|
435
432
|
}
|
|
436
433
|
.time {
|