jufubao-base 1.0.61-beta1005 → 1.0.61-beta1006

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.61-beta1005",
3
+ "version": "1.0.61-beta1006",
4
4
  "private": false,
5
5
  "description": "聚福宝业务组件基础插件包",
6
6
  "main": "index.js",
@@ -89,15 +89,20 @@
89
89
  </xd-notice-bar>
90
90
  </view>
91
91
  <view
92
- v-if="noticeStatus && isPreview && notice === ''"
93
92
  class="jfb-base-card-entry__body-notice"
94
- :style="{
93
+ v-if="noticeStatus && isPreview && notice === ''"
94
+ >
95
+ <view
96
+ class="jfb-base-card-entry__body-notice-in"
97
+ :style="{
95
98
  background: noticeBackgroundColor,
96
99
  textAlign: 'center',
97
100
  color: dangerColor,
98
101
  fontSize: 26 + 'rpx',
99
102
  }"
100
- >该组件未配置数据,因此改模块在正式环境将不显示</view>
103
+ >该组件未配置数据,因此改模块在正式环境将不显示</view>
104
+ </view>
105
+
101
106
  <view class="jfb-base-card-entry__body-tab">
102
107
  <view
103
108
  @click="tabIndex = 1"
@@ -794,10 +799,14 @@ export default {
794
799
  }
795
800
 
796
801
  &-notice {
797
- margin: unit(30, rpx) unit(-35, rpx) 0 unit(-35, rpx);
802
+ overflow: hidden;
803
+ width: 100%;
804
+ &-in {
805
+ margin: unit(30, rpx) unit(-35, rpx) 0 unit(-35, rpx);
806
+ padding: unit(22, rpx) unit(35, rpx);
807
+ line-height: unit(70, rpx);
808
+ }
798
809
 
799
- padding: unit(22, rpx) unit(35, rpx);
800
- line-height: unit(70, rpx);
801
810
  }
802
811
 
803
812
  &-tab {