fix(image): fix preview style close #276
This commit is contained in:
parent
da04913ef3
commit
f675fff2e6
|
|
@ -4,6 +4,10 @@
|
||||||
|
|
||||||
- 新增 `settingButtonPosition`配置项,用于配置`设置`按钮位置
|
- 新增 `settingButtonPosition`配置项,用于配置`设置`按钮位置
|
||||||
|
|
||||||
|
### 🐛 Bug Fixes
|
||||||
|
|
||||||
|
- 修复图片预览样式错误
|
||||||
|
|
||||||
## 2.0.0 (2021-02-18)
|
## 2.0.0 (2021-02-18)
|
||||||
|
|
||||||
## (破坏性更新) Breaking changes
|
## (破坏性更新) Breaking changes
|
||||||
|
|
|
||||||
|
|
@ -7,6 +7,12 @@
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.ant-image-preview-root {
|
||||||
|
img {
|
||||||
|
display: unset;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.ant-back-top {
|
.ant-back-top {
|
||||||
right: 20px;
|
right: 20px;
|
||||||
bottom: 20px;
|
bottom: 20px;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue