From 24842b40de5cd60700bf69dfd38a0332f5431e36 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期五, 23 五月 2025 10:55:07 +0800
Subject: [PATCH] Merge branch 'master' into positec

---
 src/components/imgScale/index.scss |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/components/imgScale/index.scss b/src/components/imgScale/index.scss
index 8d8c762..f193b66 100644
--- a/src/components/imgScale/index.scss
+++ b/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);

--
Gitblit v1.8.0