mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-12-04 13:08:48 +08:00
19 lines
295 B
Plaintext
19 lines
295 B
Plaintext
@contextmenuPrefixCls: rc-tree-contextmenu;
|
|
.@{contextmenuPrefixCls} {
|
|
position: absolute;
|
|
left: -9999px;
|
|
top: -9999px;
|
|
z-index: 1070;
|
|
display: block;
|
|
background-color: #fff;
|
|
|
|
&-hidden {
|
|
display: none;
|
|
}
|
|
|
|
&-inner {
|
|
border: 1px solid #ddd;
|
|
padding: 10px 20px;
|
|
}
|
|
}
|