el-menu 的宽度,你可以通过以下几种方式来实现: 1. 使用内联样式 你可以直接在 el-menu 标签上使用 style 属性来设置宽度。 html <el-menu :default-active="activeIndex" class="el-menu-demo" style="width: 300px;"> <el-menu-item index="1">处理中心</el-menu-item> &...
今天遇到老板要求,改el-menu子组件的宽度跟父组件的大小匹配。改的时候完全找不到元素改不了。然后看了一篇博客。 在css中添加如下代码: .el-menu--collapse .el-menu .el-submenu, .el-menu--popup{ min-width: 120px!important; } 1 2 3 注意:确保style没有scoped属性,有的话在app.vue添加css代码!
//默认选择首页allWidth: 0,//菜单ul总宽度leftNum: 0,//左边菜单隐藏个数rightNum: 0,//右边菜单隐藏个数boxLength: 0,//可视窗口宽度moveBtnWidth: 0,//按钮盒子宽度firstMenuWidth: 80,//第一个菜单的宽度(首页)eveyMenuWidth: 114,//每一个菜单的宽度}...
element-plus [Style] [sub-menu] When there is content on the top of the el-menu component and the screen width is full, the el-sub-menu of the first menu will expand on the right/// el-menu组件的上边有内容且满屏宽度的时候,第一个菜单的el-sub-menu 会在右边展开 wkftcu5l 于4个月...