jufubao-base 1.0.116 → 1.0.117

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.116",
3
+ "version": "1.0.117",
4
4
  "private": false,
5
5
  "description": "聚福宝业务组件基础插件包",
6
6
  "main": "index.js",
@@ -20,7 +20,8 @@
20
20
  type="primary"
21
21
  :disabled="item.remain_card_count == 0"
22
22
  :style="{
23
- backgroundImage: item.btnImage
23
+ backgroundImage: item.btnImage,
24
+ backgroundSize: '100% 100%',
24
25
  }"
25
26
  @click="getCoupont(item)"
26
27
  >{{item.btn_txt}}</xd-button>
@@ -211,7 +211,7 @@ export default {
211
211
  backgroundImage: `url(${getServiceUrl(
212
212
  item.can_take_num === "Y" ? res.app_coupon_button_see_url : res.app_coupon_button_bg_url
213
213
  )})`,
214
- backgroundSize: "100%",
214
+ backgroundSize: "100% 100%",
215
215
  backgroundRepeat: "no-repeat",
216
216
  backgroundColor: '',
217
217
  margin: "0",