9 lines
150 B
CSS
9 lines
150 B
CSS
|
|
.el-menu,
|
||
|
|
.el-sub-menu,
|
||
|
|
.item {
|
||
|
|
background-color: transparent !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.el-menu-item-group {
|
||
|
|
background-color: transparent !important;
|
||
|
|
}
|