@@ -4,6 +4,10 @@
- 新增 `settingButtonPosition`配置项,用于配置`设置`按钮位置
+### 🐛 Bug Fixes
+
+- 修复图片预览样式错误
## 2.0.0 (2021-02-18)
## (破坏性更新) Breaking changes
@@ -7,6 +7,12 @@
width: 100%;
}
+.ant-image-preview-root {
+ img {
+ display: unset;
+ }
+}
.ant-back-top {
right: 20px;
bottom: 20px;