fix: change size

topwar
guofei 2024-11-05 17:56:26 +08:00
parent a5f133f055
commit bed619d6ad
1 changed files with 7 additions and 7 deletions

View File

@ -48,26 +48,26 @@ var configMap = {
"ipad-h": {
bkg: ipadHPng,
rotate: true,
width: "458px",
height: "626px",
width: "646px",
height: "478px",
offsetv: "5px",
imgStyle: {
transform: 'rotate(-90deg) scale(1)',
transform: 'rotate(-90deg)',
},
styles: {
transform: "translate(-50%, -50%) scale(1)",
transform: "translate(-50%, -50%)",
}
},
"ipad-v": {
bkg: ipadHPng,
width: "626px",
height: "458px",
width: "478px",
height: "646px",
offsetv: "5px",
imgStyle: {
// transform: 'scale(1.4)',
},
styles: {
transform: "translate(-50%, -50%) scale(1)",
transform: "translate(-50%, -50%)",
}
},
};