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.
我已经在调度程序中设置了标题的颜色,并且不想要背景颜色。但它显示了默认的背景颜色“蓝色”。如何使背景颜色透明?
问题是默认情况下 Kendo 会设置背景图像,因此更改背景颜色无济于事。在你的 CSS 集中
.k-header { background: transparent; }
这将影响页面上的任何其他 Kendo 控件,因此您可以使选择器更加具体。