Width adjustment of element-ui NavMenu sidebar navigation

I would like to ask you how to adjust the width of the primary navigation and the secondary navigation. I try to set the width of .el-row to 100%. < el-aside >
Thank you ~

Mar.02,2021

elementui sets the minimum width to .el-submenu el-menu-item. Adjust it, or add a container to your navigation bar, and the style overflow-x:hidden will do


    .
  1. post the code, otherwise the respondent depends on guessing;
  2. check with css and compare the official website to see where there is no width.

Sorry for my first question, but then I set the background color to the navigation background, and then remove the navigation border (simple and rude


/ *
the following is to redefine the menu width
* /
.el-menu--collapse. El-menu .el-submenu, .el-menu--popup {

min-width: 260px;

}

Menu