kendo中需要kendo.default.min.css,这个默认是没有加入头文件的,还是需要手动加入一下

   <link href="~/Scripts/kendo/styles/kendo.default.min.css" rel="stylesheet" />
05-17 02:37