弹出层疑问

 在下方样式中,使弹出层居中,隐掉的方式在微信开发者工具中正常,运行到app端在右下角,transform未生效,为什么

popStyle: {
					// position: 'fixed',
					// top: '50%',
					// left: '50%',
					// transform: 'translate(-50%,-50%)',
					// margin: 'auto',
					position: 'fixed',
					left: 0,
					right: 0,
					top: 0,
					bottom: 0,
					width: '60vw',
					height: '60vh',
					margin: 'auto',
					background: 'white',
					borderRadius: '10px',
					zIndex: 2,
					overflow: 'hidden',
				},

你可能感兴趣的:(数学建模)