我为我的组件设置了styleName,但它似乎没有任何效果:
Label label=new Label("this is test");
label.setStyleName("mytheme");
我的CSS:
@import "../reindeer/styles.css";
.test{
color: cornflowerblue;
}
.mytheme {
font-family: 'Cabin Sketch';
font-size: 24px;
font-weight: bold;
padding-top: 10px;
padding-left: 10px;
line-height: 30px;
}
.v-label {
background: cyan;
}
我在intellij IDE中的目录:web/VAADIN/themes/mytheme
我已经看过this question,但解决方案对我不起作用。
答案 0 :(得分:0)
在主类中输入: @theme( “mytheme的”)
并在component.setStyleName("Logo");