glpb-components-rn
Advanced tools
Comparing version 1.0.12 to 1.0.13
{ | ||
"name": "glpb-components-rn", | ||
"version": "1.0.12", | ||
"version": "1.0.13", | ||
"description": "React Native components interface for page builder", | ||
@@ -5,0 +5,0 @@ "main": "./src/index.js", |
@@ -15,3 +15,3 @@ /** | ||
const tpl = `<div class=""><a class="glpb-content"></a></div>`; | ||
const tpl = `<div class=""><span class="glpb-content"></span></div>`; | ||
@@ -21,4 +21,4 @@ | ||
{ | ||
componentName : 'pbrn_open_app_btn', | ||
componentNameZh : '打开APP按钮', | ||
componentName : 'pbrn_open_finance', | ||
componentNameZh : '打开WE理财APP', | ||
componentCategory : BaseComponent.CATEGORY.UI, | ||
@@ -33,5 +33,5 @@ platform : BaseComponent.PLATFORM.REACT_NATIVE, | ||
return { | ||
width : '7.5rem', | ||
height : '0.9rem', | ||
lineHeight : '0.9rem', | ||
width : 375, | ||
height: 45, | ||
lineHeight: 45, | ||
backgroundColor : '#cc6a2f', | ||
@@ -46,8 +46,6 @@ paddingTop : 0, | ||
marginLeft : 0, | ||
position : 'fixed', | ||
textAlign : 'center', | ||
color : '#fff', | ||
fontSize : '0.28rem', | ||
textAlign : 'center', | ||
position : 'fixed', | ||
left : 0, | ||
bottom: 0 | ||
fontSize : 14 | ||
}; | ||
@@ -54,0 +52,0 @@ }, |
Sorry, the diff of this file is not supported yet
21490
536