master
fanluyan 1 year ago
parent 0d2b85e709
commit 18b67d447f

@ -827,8 +827,8 @@ export default {
} }
.picCanvans { .picCanvans {
width: 100%; width: 100%;
height: calc(100% - 142px); height: calc(100% - 87px);
overflow: hidden; overflow: auto;
h3 { h3 {
margin-bottom: 12px; margin-bottom: 12px;
font-size: 14px; font-size: 14px;
@ -842,7 +842,7 @@ export default {
img { img {
position: absolute; position: absolute;
max-width: 100%; max-width: 100%;
max-height: 800px; max-height: calc(100% - 10px);
cursor: move; cursor: move;
-moz-user-select: none; /*火狐*/ -moz-user-select: none; /*火狐*/
-webkit-user-select: none; /*webkit浏览器*/ -webkit-user-select: none; /*webkit浏览器*/

Loading…
Cancel
Save