king
2025-05-14 e8ef7263819e847d55cd35e006aa02635fd7b82e
src/components/imgScale/index.scss
@@ -48,8 +48,8 @@
  overflow: hidden;
}
.mk-image-preview-img {
  max-width: 100%;
  max-height: 100%;
  max-width: 95%;
  max-height: 95%;
  vertical-align: middle;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
@@ -129,7 +129,7 @@
  margin-left: 12px;
  padding: 10px 12px;
  cursor: pointer;
  font-size: 18px;
  font-size: 1.5vw;
}
.mk-image-preview-operations-operation-disabled {
  color: rgba(255, 255, 255, 0.25);