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.
我的应用程序正在使用 Bootstrap 并且对于某些功能 JSGrid 非常合适,但是 JSgrid 有自己的颜色和样式。如果您知道任何以 Bootstrap 为主题的 JSGrid css,请告诉我。
您可以像这样覆盖 jsGrid-theme.css 中的样式,并在加载 jsGrid 样式表后将其添加到您自己的样式表中:
.jsgrid-header-row > .jsgrid-header-cell { background-color: red; color: blue; font-size: 0.8em; font-weight: normal; }