bhd-components 0.10.23 → 0.10.24

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.
@@ -179,7 +179,7 @@
179
179
  }
180
180
  .Drawer_main {
181
181
  max-height: calc(100vh - 110px);
182
- overflow: auto;
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);
@@ -176,7 +176,7 @@
176
176
  }
177
177
  .Drawer_main {
178
178
  max-height: calc(100vh - 110px);
179
- overflow: auto;
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
- padding: 16px;
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 {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bhd-components",
3
- "version": "0.10.23",
3
+ "version": "0.10.24",
4
4
  "description": "组件功能描述",
5
5
  "config": {
6
6
  "commitizen": {