Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要像这样添加工具提示 foe dojo 小部件。但是dojo tooltip显示了自己的风格。我需要自定义我给定的样式。参考图片。如何使用 css 或任何其他方法。
使用 CSS,提供您自己的样式,覆盖 dijit/themes/dijit.css 中的样式
例如默认容器样式是
.dijitTooltipContainer { border: solid black 2px; background: #b8b5b5; color: black; font-size: small; }