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.
@@ -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
- // .content:hover ~ .main_content{
187
- // .operate_modal {
188
- // // display: block;
189
- // visibility: visible;
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
- // &:hover {
201
- // .operate_modal {
202
- // // display: block;
203
- // visibility: visible;
204
- // }
205
- // }
206
-
200
+
207
201
  .content {
208
- // &:hover {
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 {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bhd-components",
3
- "version": "0.6.7",
3
+ "version": "0.6.9",
4
4
  "description": "组件功能描述",
5
5
  "files": [
6
6
  "esm",