mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-02 12:08:13 +08:00
Image 粘贴提示样式调整
This commit is contained in:
parent
e0368dd088
commit
bb2ea23a54
@ -1,4 +1,6 @@
|
||||
.#{$ns}ImageControl {
|
||||
position: relative;
|
||||
|
||||
&-dropzone {
|
||||
outline: none;
|
||||
}
|
||||
@ -39,9 +41,15 @@
|
||||
|
||||
&-pasteTip {
|
||||
display: block;
|
||||
position: absolute;
|
||||
color: $text--muted-color;
|
||||
font-size: 12px;
|
||||
margin-top: 10px;
|
||||
transform: scale(0.8);
|
||||
transform-origin: 100% 100%;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
padding: 2px 5px;
|
||||
background: rgba(255, 255, 255, 0.8);
|
||||
}
|
||||
|
||||
&-dropzone:focus &-addBtn {
|
||||
|
Loading…
Reference in New Issue
Block a user