我正在使用以下CSS在上侧显示最后两个下拉菜单,但是在将网格应用到ag网格中之后,其不起作用,并且下拉菜单隐藏在网格内部。
.customDropdown .action-dropdown .dropdown-arrow{
right: inherit !important;
left: 110px !important;
}
div[row-id=gridRow_last] .customDropdown .dropdown.open .dropdown-
menu.action-dropdown,
div[row-id=gridRow_second_last] .customDropdown .dropdown.open .dropdown-
menu.action-dropdown{
top: auto !important;
bottom: 74% !important;
}
div[row-id=gridRow_last] .customDropdown .action-dropdown .dropdown-arrow,
div[row-id=gridRow_second_last] .customDropdown .action-dropdown
.dropdown-arrow{
top: 73% !important;
text-shadow: 0 0px 2px rgba(0, 0, 0, 0.2) !important;
}
div[row-id=gridRow_last] .customDropdown .action-dropdown .dropdown-arrow
i.fa.fa-caret-up::before,
div[row-id=gridRow_second_last] .customDropdown .action-dropdown
.dropdown-arrow i.fa.fa-caret-up::before{
display: none;
}
div[row-id=gridRow_last] .customDropdown .action-dropdown .dropdown-arrow
i.fa.fa-caret-up::after,
div[row-id=gridRow_second_last] .customDropdown .action-dropdown
.dropdown-arrow i.fa.fa-caret-up::after{
content:"\f0d7";
font-family: fontAwesome;
}