Commit fb91d1d2 authored by rockyl's avatar rockyl

Merge remote-tracking branch 'origin/dev' into dev

parents 3127303a 5fab8f2b
...@@ -212,7 +212,7 @@ export const styles = { ...@@ -212,7 +212,7 @@ export const styles = {
_.forIn(cmpSelfProps, (value, key) => { _.forIn(cmpSelfProps, (value, key) => {
result += `${key}: ${value.join(' ')};` result += `${key}: ${value.join(' ')};`
}); });
result += `background-position: center;background-size: contain;` result += `background-position: center;background-size: 100% 100%;`
console.log('getComponentStyle', result); console.log('getComponentStyle', result);
return result; return result;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment