master
fanluyan 1 year ago
parent 0d2b85e709
commit 18b67d447f

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

Loading…
Cancel
Save