Showing
3 changed files
with
5 additions
and
2 deletions
@@ -15,7 +15,9 @@ import 'statics/font/ufofont.css'; | @@ -15,7 +15,9 @@ import 'statics/font/ufofont.css'; | ||
15 | import 'video.js/dist/video-js.css'; | 15 | import 'video.js/dist/video-js.css'; |
16 | import Vconsole from 'vconsole'; | 16 | import Vconsole from 'vconsole'; |
17 | 17 | ||
18 | -new Vconsole(); | 18 | +if (window.location.href.indexOf('debug') > 0) { |
19 | + new Vconsole(); | ||
20 | +} | ||
19 | 21 | ||
20 | const $app = document.getElementById('app'); | 22 | const $app = document.getElementById('app'); |
21 | 23 |
@@ -231,6 +231,7 @@ export default { | @@ -231,6 +231,7 @@ export default { | ||
231 | .identify-image { | 231 | .identify-image { |
232 | margin-top: 40px; | 232 | margin-top: 40px; |
233 | height: 592px; | 233 | height: 592px; |
234 | + background-repeat: no-repeat; | ||
234 | background-image: url("~statics/image/passport/identy_img.png"); | 235 | background-image: url("~statics/image/passport/identy_img.png"); |
235 | background-size: contain; | 236 | background-size: contain; |
236 | } | 237 | } |
-
Please register or login to post a comment