bhd-components 0.6.6 → 0.6.8
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/{869a16fb.esm.es5.development.js → 12224038.esm.es5.development.js} +1 -1
- package/dist/{c220442c.esm.es5.production.js → 600075bb.esm.es5.production.js} +1 -1
- package/dist/index.esm.es5.development.css +730 -722
- package/dist/index.esm.es5.development.js +227 -152
- package/dist/index.esm.es5.production.css +1 -1
- package/dist/index.esm.es5.production.js +1 -1
- package/es2017/customerService/function.js +19 -12
- package/es2017/customerService/historyFun.js +26 -17
- package/es2017/customerService/index.js +176 -121
- package/es2017/customerService/index.module.less +6 -20
- package/es2017/customerService/index2.module.less +6 -20
- package/esm/customerService/function.js +19 -12
- package/esm/customerService/historyFun.js +26 -17
- package/esm/customerService/index.js +180 -121
- package/esm/customerService/index.module.less +6 -20
- package/esm/customerService/index2.module.less +6 -20
- package/package.json +1 -1
|
@@ -181,12 +181,10 @@
|
|
|
181
181
|
width: 100%;
|
|
182
182
|
.main {
|
|
183
183
|
max-width: 80%;
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
// }
|
|
189
|
-
// }
|
|
184
|
+
|
|
185
|
+
.main_content_flag{
|
|
186
|
+
width: 100%;
|
|
187
|
+
}
|
|
190
188
|
.main_content_flag:hover{
|
|
191
189
|
.operate_modal {
|
|
192
190
|
// display: block;
|
|
@@ -195,21 +193,9 @@
|
|
|
195
193
|
}
|
|
196
194
|
.main_content {
|
|
197
195
|
position: relative;
|
|
198
|
-
|
|
199
|
-
// .operate_modal {
|
|
200
|
-
// // display: block;
|
|
201
|
-
// visibility: visible;
|
|
202
|
-
// }
|
|
203
|
-
// }
|
|
204
|
-
|
|
196
|
+
|
|
205
197
|
.content {
|
|
206
|
-
|
|
207
|
-
// .operate_modal {
|
|
208
|
-
// // display: block;
|
|
209
|
-
// visibility: visible;
|
|
210
|
-
// }
|
|
211
|
-
// }
|
|
212
|
-
|
|
198
|
+
|
|
213
199
|
max-width: 100%;
|
|
214
200
|
// width: 100%;
|
|
215
201
|
//以下优化ai返回的内容的样式
|
|
@@ -183,12 +183,10 @@
|
|
|
183
183
|
width: 100%;
|
|
184
184
|
.main {
|
|
185
185
|
max-width: 80%;
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
// }
|
|
191
|
-
// }
|
|
186
|
+
|
|
187
|
+
.main_content_flag{
|
|
188
|
+
width: 100%;
|
|
189
|
+
}
|
|
192
190
|
.main_content_flag:hover{
|
|
193
191
|
.operate_modal {
|
|
194
192
|
// display: block;
|
|
@@ -197,21 +195,9 @@
|
|
|
197
195
|
}
|
|
198
196
|
.main_content {
|
|
199
197
|
position: relative;
|
|
200
|
-
|
|
201
|
-
// .operate_modal {
|
|
202
|
-
// // display: block;
|
|
203
|
-
// visibility: visible;
|
|
204
|
-
// }
|
|
205
|
-
// }
|
|
206
|
-
|
|
198
|
+
|
|
207
199
|
.content {
|
|
208
|
-
|
|
209
|
-
// .operate_modal {
|
|
210
|
-
// // display: block;
|
|
211
|
-
// visibility: visible;
|
|
212
|
-
// }
|
|
213
|
-
// }
|
|
214
|
-
|
|
200
|
+
|
|
215
201
|
max-width: 100%;
|
|
216
202
|
// width: 100%;
|
|
217
203
|
//以下优化ai返回的内容的样式
|