fmui-base 2.0.34 → 2.0.36

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.
@@ -466,12 +466,18 @@
466
466
  }
467
467
  }
468
468
 
469
- .t-image-slide-item {
470
- margin: 16px;
471
- height: 100px !important;
472
- background-image: url(/mobile/fmui/images/notice-card-bg.png);
473
- background-size: 100% 100%;
474
- border-radius: 10px;
469
+ .jxzt-content {
470
+ .t-image-slide-item {
471
+ margin: 16px;
472
+ height: 91px !important;
473
+ background-image: url(/mobile/fmui/images/notice-card-bg.png);
474
+ background-size: 100% 100%;
475
+ border-radius: 10px;
476
+ }
477
+
478
+ .t-slide-view {
479
+ height: 91px;
480
+ }
475
481
  }
476
482
 
477
483
  //
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fmui-base",
3
- "version": "2.0.34",
3
+ "version": "2.0.36",
4
4
  "title": "fmui-base",
5
5
  "description": "fmui移动端组件",
6
6
  "main": "lib/index.js",