mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-02 03:58:07 +08:00
style: 右键菜单面板剔除浅色边框 (#4109)
This commit is contained in:
parent
9b14e47f2f
commit
34b0d1e58d
@ -66,21 +66,6 @@
|
||||
font-family: var(--menu-font-family);
|
||||
font-size: 12px;
|
||||
line-height: 20px;
|
||||
|
||||
// 附加的边框线
|
||||
&::before {
|
||||
display: block;
|
||||
position: absolute;
|
||||
content: '';
|
||||
top: -1px;
|
||||
left: -1px;
|
||||
bottom: -1px;
|
||||
right: -1px;
|
||||
|
||||
border-radius: var(--menu-border-radius);
|
||||
border: 1px solid var(--menu-border-color);
|
||||
z-index: -1;
|
||||
}
|
||||
}
|
||||
|
||||
&-divider {
|
||||
|
Loading…
Reference in New Issue
Block a user