|
@@ -45,9 +45,6 @@ export default { |
|
|
<style scoped lang="scss"> |
|
|
<style scoped lang="scss"> |
|
|
.app-container { |
|
|
.app-container { |
|
|
padding: 0.5rem 5%; |
|
|
padding: 0.5rem 5%; |
|
|
} |
|
|
|
|
|
iframe{ |
|
|
|
|
|
width: 100%; |
|
|
|
|
|
} |
|
|
} |
|
|
.title{ |
|
|
.title{ |
|
|
text-align: center; |
|
|
text-align: center; |
|
@@ -57,3 +54,12 @@ iframe{ |
|
|
overflow: hidden; |
|
|
overflow: hidden; |
|
|
} |
|
|
} |
|
|
</style> |
|
|
</style> |
|
|
|
|
|
<style> |
|
|
|
|
|
|
|
|
|
|
|
iframe{ |
|
|
|
|
|
width: 100%; |
|
|
|
|
|
} |
|
|
|
|
|
img{ |
|
|
|
|
|
width: 100%; |
|
|
|
|
|
} |
|
|
|
|
|
</style> |