你可以通过 CSS 做到这一点:
.p-panelmenu-icon {
order: 1; // to be the first item on right side.
}
.p-menuitem-text {
flex-grow: 1; // to fill the whole space and push the icon to the end
}
更新:
.p-icon-wrapper {
order: 1;
margin-inline-start: auto;
}