mirror of
https://github.com/element-plus/element-plus.git
synced 2025-02-17 11:49:41 +08:00
style(dropdown): improve dropdown style
This commit is contained in:
parent
457c1ca037
commit
74f5dea703
@ -63,16 +63,16 @@
|
||||
}
|
||||
|
||||
@include b(dropdown-menu) {
|
||||
position: absolute;
|
||||
position: relative;
|
||||
top: 0;
|
||||
left: 0;
|
||||
z-index: 10;
|
||||
padding: 10px 0;
|
||||
margin: 5px 0;
|
||||
margin: 0;
|
||||
background-color: $--color-white;
|
||||
border: 1px solid $--border-color-lighter;
|
||||
border: none;
|
||||
border-radius: $--border-radius-base;
|
||||
box-shadow: $--dropdown-menu-box-shadow;
|
||||
box-shadow: none;
|
||||
|
||||
@include e(item) {
|
||||
list-style: none;
|
||||
|
Loading…
Reference in New Issue
Block a user