Skip to content

不对齐问题

问题描述

如图所示,el-aside 标签和没阴影,el-menu 右边有阴影

image-20260719101157557

image-20260719101120199

image-20260719100756770

解决方案

在el-menu 上面的div 添加相同的阴影即可

html
<div style="height: 48px;background-color: #304156;
    border-right: solid 1px var(--el-menu-border-color);">323</div>