From 8acfcd6e349ef2d1b797a7483940a2f3f2dfcfe6 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期六, 03 二月 2024 17:49:25 +0800
Subject: [PATCH] Merge branch 'develop'

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

diff --git a/src/components/mkPicture/index.scss b/src/components/mkPicture/index.scss
index 3d6e51e..8922f76 100644
--- a/src/components/mkPicture/index.scss
+++ b/src/components/mkPicture/index.scss
@@ -6,6 +6,9 @@
 .ant-mk-picture.lost {
   background-size: contain!important;
 }
+.ant-mk-picture.empty {
+  background: transparent!important;
+}
 .ant-mk-picture.scale {
   cursor: zoom-in;
 }
\ No newline at end of file

--
Gitblit v1.8.0