@@ -5,11 +5,15 @@ import axios from 'axios'
import 'viewerjs/dist/viewer.css'
import Viewer from 'v-viewer'
-
Vue.config.productionTip = false
Vue.prototype.$http = axios
-Vue.use(Viewer)
+Vue.use(Viewer,{
+ defaultOptions: {
+ title:false
+ }
+})
+
new Vue({
router,
@@ -349,7 +349,7 @@ export default {
}
img{
max-height: 80vh;
- width: auto;
+ width: 90%;
iframe {
height: 500px;
@@ -376,7 +376,7 @@ export default {
width: 100%;