mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-02 03:59:01 +08:00
fix: The image preview operations are occluded (#38456)
This commit is contained in:
parent
b0598e0d41
commit
8af0b4f1f2
@ -105,16 +105,19 @@
|
||||
z-index: @zindex-image;
|
||||
}
|
||||
|
||||
&-operations {
|
||||
.reset-component();
|
||||
&-operations-wrapper {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
right: 0;
|
||||
z-index: @zindex-image + 1;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
&-operations {
|
||||
.reset-component();
|
||||
display: flex;
|
||||
flex-direction: row-reverse;
|
||||
align-items: center;
|
||||
width: 100%;
|
||||
color: @image-preview-operation-color;
|
||||
list-style: none;
|
||||
background: fade(@modal-mask-bg, 10%);
|
||||
|
@ -131,7 +131,7 @@
|
||||
"rc-drawer": "~6.0.0",
|
||||
"rc-dropdown": "~4.0.0",
|
||||
"rc-field-form": "~1.27.0",
|
||||
"rc-image": "~5.10.0",
|
||||
"rc-image": "~5.11.0",
|
||||
"rc-input": "~0.1.4",
|
||||
"rc-input-number": "~7.3.9",
|
||||
"rc-mentions": "~1.10.0",
|
||||
|
Loading…
Reference in New Issue
Block a user