jufubao-base 1.0.194-beta5 → 1.0.195

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.194-beta5",
3
+ "version": "1.0.195",
4
4
  "private": false,
5
5
  "description": "聚福宝业务组件基础插件包",
6
6
  "main": "index.js",
@@ -109,8 +109,10 @@
109
109
  .jfb-base-image-block {
110
110
  min-height: 20rpx!important;
111
111
  &__body{
112
+ //#ifdef MP-WEIXIN
112
113
  display: inline-block;
113
114
  width: 100%;
115
+ //#endif
114
116
 
115
117
  .image{
116
118
  position: relative;
@@ -668,8 +668,11 @@
668
668
  .jfb-base-poster {
669
669
  min-height: 60rpx!important;
670
670
  &__body{
671
+
672
+ //#ifdef MP-WEIXIN
671
673
  display: inline-block;
672
674
  width: 100%;
675
+ //#endif
673
676
 
674
677
  & > view.jfb-base-poster-cont {
675
678
  box-sizing: border-box;