3

Salesforce 将 commmon.css 样式表注入我的页面,导致与我正在使用的一些 Bootstrap.css 模板发生冲突。有什么方法可以阻止 common.css 被注入到我的页面中?我没有在任何地方手动包含它,这很令人头疼。

非常感谢-

4

1 回答 1

5

您是否尝试过 Page 组件的 standardStylesheets 属性?

<apex:page standardStylesheets="false" />
于 2013-04-29T16:25:49.490 回答