Browse Source

fix(image): fix preview style close #276

pull/294/head
vben 5 years ago
parent
commit
f675fff2e6
  1. 4
      CHANGELOG.zh_CN.md
  2. 6
      src/design/ant/index.less

4
CHANGELOG.zh_CN.md

@ -4,6 +4,10 @@
- 新增 `settingButtonPosition`配置项,用于配置`设置`按钮位置
### 🐛 Bug Fixes
- 修复图片预览样式错误
## 2.0.0 (2021-02-18)
## (破坏性更新) Breaking changes

6
src/design/ant/index.less

@ -7,6 +7,12 @@
width: 100%;
}
.ant-image-preview-root {
img {
display: unset;
}
}
.ant-back-top {
right: 20px;
bottom: 20px;

Loading…
Cancel
Save