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.
如何在 oracle apex 中调整特定区域的字体、字体颜色和字体大小?我试图找到一个特定的选项来调整但失败了。我需要使用 javascript 或 CSS 来调整这种类型吗?
如果你使用CSS样式会更好。您可以在页面设计器的 CSS 部分内联字段中为相关区域编写您的 CSS。如果您单击页面设计器中的特定区域,您可以在“高级”部分下找到“自定义属性”字段。你也可以把你的 CSS 放在那里。希望这可以帮助。