Commit 5fab8f2b authored by 张晨辰's avatar 张晨辰

feat: bg

parent 2b7b390c
......@@ -212,7 +212,7 @@ export const styles = {
_.forIn(cmpSelfProps, (value, key) => {
result += `${key}: ${value.join(' ')};`
});
result += `background-position: center;background-size: contain;`
result += `background-position: center;background-size: 100% 100%;`
console.log('getComponentStyle', 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