mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-03 04:28:32 +08:00
7 lines
144 B
SCSS
7 lines
144 B
SCSS
|
.ae-Editor-selectionCursor {
|
||
|
position: absolute;
|
||
|
background: rgba(#23b7e5, 0.2);
|
||
|
border: 1px solid rgba(#23b7e5, 1);
|
||
|
z-index: 999999;
|
||
|
}
|