提交 ff37bdba 编写于 作者: J Jerome Etienne

more wokr

上级 a41c396b
......@@ -26,16 +26,16 @@ domElement.addEventListener('click', function(){
// push the css
var styleData = `
#myArCode {
position: absolute;
transform: translateY(-50%) translateX(-50%);
margin-left: 0;
top: 50%;
max-width: 90%;
max-height: 90%;
margin-top: 0;
left: 50%;
}
#myArCode {
position: absolute;
transform: translateY(-50%) translateX(-50%);
margin-left: 0;
top: 50%;
max-width: 90%;
max-height: 90%;
margin-top: 0;
left: 50%;
}
`
var domElement = document.createElement('style');
domElement.innerHTML = styleData;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册