Skip to content

Commit

Permalink
自动注入viewport
Browse files Browse the repository at this point in the history
  • Loading branch information
trtrtr6 committed Jan 30, 2019
1 parent 07cfec4 commit 8c20550
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion postcss.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ module.exports = {
'android >= 4.0'
]
},
'postcss-px2rem': {remUnit: 37.5}
'postcss-px2rem': { remUnit: 37.5 }
}
}
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<!-- <meta name="viewport" content="width=device-width,initial-scale=1.0"> -->
<link rel="shortcut icon" type="image/x-icon" href="./static/favicon.ico"/>
<title>测试</title>
<script src="https://cdn.bootcss.com/echarts/4.1.0/echarts.min.js"></script>
Expand Down

0 comments on commit 8c20550

Please sign in to comment.