jufubao-base 1.0.140-beta2 → 1.0.140-beta3

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.140-beta2",
3
+ "version": "1.0.140-beta3",
4
4
  "private": false,
5
5
  "description": "聚福宝业务组件基础插件包",
6
6
  "main": "index.js",
@@ -373,7 +373,7 @@ export default {
373
373
  this.login_name = getContainerPropsValue(container, "content.login_name", "登录");
374
374
 
375
375
  //登录样式
376
- this.login_text_size = getContainerPropsValue(container, 'content.login_text_size', 26);
376
+ this.login_text_size = getContainerPropsValue(container, 'content.login_text_size', 28);
377
377
  this.login_text_color = getContainerPropsValue(container, 'content.login_text_color', this.cardLayout==='2'? '#fff':'#333');
378
378
  this.login_text_bg_color = getContainerPropsValue(container, 'content.login_text_bg_color', this.cardLayout === '2'? this.mainColor:'');
379
379
  this.login_text_radius = getContainerPropsValue(container, 'content.login_text_radius', '20');