'20191213'
Showing
2 changed files
with
8 additions
and
1 deletions
| 1 | /* | ||
| 2 | * @Author: jiangbotao | ||
| 3 | * @Date: 2019-12-12 17:39:25 | ||
| 4 | * @LastEditors: jiangbotao | ||
| 5 | * @LastEditTime: 2019-12-13 23:14:53 | ||
| 6 | * @FilePath: \supermapvue\.postcssrc.js | ||
| 7 | */ | ||
| 1 | // https://github.com/michael-ciniawsky/postcss-load-config | 8 | // https://github.com/michael-ciniawsky/postcss-load-config |
| 2 | 9 | ||
| 3 | module.exports = { | 10 | module.exports = { | ... | ... |
| ... | @@ -8,7 +8,7 @@ | ... | @@ -8,7 +8,7 @@ |
| 8 | <script src="./static//js/styles.js"></script> | 8 | <script src="./static//js/styles.js"></script> |
| 9 | <link href='./static/css/mapbox-gl.css' rel='stylesheet' /> | 9 | <link href='./static/css/mapbox-gl.css' rel='stylesheet' /> |
| 10 | </head> | 10 | </head> |
| 11 | <body style="padding: 0px; margin: 0px;"> | 11 | <body style="padding: 0px; margin: 0px; overflow: hidden;"> |
| 12 | <div id="app"></div> | 12 | <div id="app"></div> |
| 13 | <!-- built files will be auto injected --> | 13 | <!-- built files will be auto injected --> |
| 14 | </body> | 14 | </body> | ... | ... |
-
Please register or sign in to post a comment