jufubao-base 1.0.158-beta14 → 1.0.158-beta15

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jufubao-base",
3
- "version": "1.0.158-beta14",
3
+ "version": "1.0.158-beta15",
4
4
  "private": false,
5
5
  "description": "聚福宝业务组件基础插件包",
6
6
  "main": "index.js",
@@ -508,6 +508,7 @@ export default {
508
508
  font-size: unit(40, rpx);
509
509
  }
510
510
  &-close {
511
+ margin-top: 20rpx;
511
512
  margin: 0 auto;
512
513
  }
513
514
  &-left {
@@ -205,8 +205,9 @@ export default {
205
205
  @bgHeight: @ticketHeight - 40rpx;
206
206
  .xd-cou-card-bind {
207
207
  width: 600rpx;
208
- max-height: 900rpx;
208
+ max-height: 1000rpx;
209
209
  padding-bottom: 80rpx;
210
+ position: relative;
210
211
  .ticket_box {
211
212
  background-color: #fff;
212
213
  background-size: 100% auto;
@@ -287,10 +288,8 @@ export default {
287
288
  }
288
289
  }
289
290
  .dialog_close {
290
- position: absolute;
291
- bottom: 0rpx;
292
- left: 50%;
293
- transform: translateX(-50%);
291
+ margin: 0 auto;
292
+ margin-top: 20rpx;
294
293
  }
295
294
  }
296
295
  </style>