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.
我想更改 beaneditform 的标准 css 样式,但在 eclipse 或我的本地计算机上找不到文件(default.css)?!
有任何想法吗?
这个文件夹资产在我的工作区中不存在,这个文件 default.css 在哪里?
该文件位于org.apache.tapestry5包中的 Tapestry Core JAR 中。不要编辑它,而只需使用您自己的 CSS 和至少同样特定的 CSS 选择器覆盖值。
org.apache.tapestry5
这在文档的 CSS/Default Stylesheet 部分也有很好的解释。