Vaadin 的 css 样式表在哪里?
我的 web-inf 目录中似乎没有 Vaadin .css。它在哪里?
I do not seem to have a Vaadin .css in my web-inf directory. Where ias it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
我的 web-inf 目录中似乎没有 Vaadin .css。它在哪里?
I do not seem to have a Vaadin .css in my web-inf directory. Where ias it?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
默认样式表都打包在 Vaadin JAR 中,并从那里提供服务。
如果您需要自定义主题,则需要在 WebContent/VAADIN/themes 文件夹中自行创建文件夹和主题文件。
(编辑:更正了路径,它不应该是 WEB-INF/VAADIN。WebContent/VAADIN/themes 是自定义主题的正确位置)
The default stylesheets are all packaged inside the Vaadin JAR, and are served from there.
If you need a custom theme, then you need to create the folder and theme file yourseld inside the WebContent/VAADIN/themes folder.
(Edit: corrected the path, it shouldn't be WEB-INF/VAADIN. WebContent/VAADIN/themes is the correct place for custom themes)