mirror of
https://github.com/vbenjs/vben-admin-thin-next.git
synced 2025-02-02 18:08:40 +08:00
fix(image): fix preview style close #276
This commit is contained in:
parent
da04913ef3
commit
f675fff2e6
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user