1 <el-menu 2 :default-active="activeIndex" 3 class="el-menu-demo" 4 mode="horizontal" @select="handleSelect" 5 background-color="#545c64" 6 text-color="#fff" 7 active-text-color="red"> 8 </el-menu>
.el-menu--horizontal > .el-menu-item { width: 50%; border-bottom: none; height: 1rem; line-height: 0.5rem; text-align: center; } .el-menu--horizontal > .el-menu-item.is-active { border-bottom: none; }