1
我正在代碼中創建dijit菜單,並且想要更改菜單的css。有沒有辦法做到這一點?在代碼中更改dijit菜單的CSS
這是我如何創建菜單
ctxMenuForGraphics = new Menu({});
我已經嘗試添加類這樣的,但它不工作;
ctxMenuForGraphics.addClass("myMenu");
.dijitMenu.myMenu {
background-color: #1e4288;
}