|
@@ -109,7 +109,9 @@ export default {
|
|
|
methods: {
|
|
|
viewPicture(imagesClass, index) {
|
|
|
const viewer = new Viewer(document.querySelector(imagesClass), {
|
|
|
- container: "#app",
|
|
|
+ container: "#student_paper",
|
|
|
+ className: "viewPictureStyle",
|
|
|
+ backdrop: "static",
|
|
|
zIndex: 99999,
|
|
|
title: false,
|
|
|
toolbar: {
|
|
@@ -544,3 +546,8 @@ img {
|
|
|
text-align: center;
|
|
|
}
|
|
|
</style>
|
|
|
+<style>
|
|
|
+.viewPictureStyle {
|
|
|
+ width: 74%;
|
|
|
+}
|
|
|
+</style>
|