向右移动 p-panel-menu-icon
Move p-panel-menu-icon to the right
我尝试在 primeng 中使用面板菜单。
但是我想要右边的箭头图标。像这样....
你可以通过 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
}
我尝试在 primeng 中使用面板菜单。
但是我想要右边的箭头图标。像这样....
你可以通过 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
}