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.
我想将 stackblitz 与 syncfusion 一起使用——特别是一个网格内联编辑示例。我几乎可以开始了,但我无法显示材料设计样式。我是同步融合和堆栈闪电战的新手
谢谢
您可以通过参考示例中的 material.css 文件来应用材料样式设计,如下所示。
<style> @import "https://cdn.syncfusion.com/ej2/material.css"; </style>
样本