| | |
| | | } |
| | | |
| | | .el-menu-item, .el-submenu__title { |
| | | display: flex; |
| | | align-items: center; |
| | | } |
| | | .el-submenu__title span { |
| | | white-space: normal; |
| | | word-break: break-all; |
| | | line-height: 20px; |
| | | flex: 1; |
| | | padding-right: 20px; |
| | | } |
| | | |
| | | .el-menu-item { |
| | | display: flex; |
| | | align-items: center; |
| | | padding-right: 20px !important; |
| | | } |
| | | .el-menu-item span { |
| | | white-space: normal; |
| | | word-break: break-all; |
| | | line-height: 20px; |
| | | flex: 1; |
| | | overflow: hidden !important; |
| | | text-overflow: ellipsis !important; |
| | | white-space: nowrap !important; |
| | | } |
| | | |
| | | // menu hover |
| | |
| | | path: "/productOrder/add", query: { |
| | | examine: 1, |
| | | active: 2, |
| | | currentId: row.id |
| | | currentId: row.id, |
| | | tabIndex: this.tabIndex, |
| | | } |
| | | }); |
| | | }, |