Browse Source

[完善]滑轮滚动放大图片

develop
邵佳豪 4 years ago
parent
commit
5f115deae4
  1. 2
      src/app/ui/collection-tools/collection-tools.component.ts

2
src/app/ui/collection-tools/collection-tools.component.ts

@ -1601,6 +1601,8 @@ export class ViewDetails {
} }
} }
e.srcElement.style.zoom = this.count + '0%' e.srcElement.style.zoom = this.count + '0%'
e.srcElement.style.maxWidth = null
e.srcElement.style.maxHeight = null
} }
} }
Loading…
Cancel
Save