gpt4 book ai didi

java - 在 Vaadin 中覆盖现有的 Css

转载 作者:行者123 更新时间:2023-11-28 16:56:40 25 4
gpt4 key购买 nike

我需要覆盖 ValoTheme 的现有 css,我在 mytheme.scss 中添加了新的 css 规则,我编译了主题,并运行了应用程序,但它仍然没有在 UI 上更新。

  @mixin mytheme {
@include valo;
// Insert your own theme rules here

.v-widget {
box-sizing: border-box;
vertical-align: top;
text-align: right;
}

.v-slot, .v-spacing {
display: -webkit-inline-box;
white-space: nowrap;
vertical-align: top;
}
}

我尝试清理和刷新元素。如何通过覆盖 valoTheme 的现有 css 来更新用户界面

最佳答案

你有没有在你的 scss 中包含 mixin ?

在您的示例代码中,我看到您通过@mixin mytheme 声明了一个mixin。但是你在你的代码中写了@incude mytheme 了吗?

Sass 混合并包含: https://sass-lang.com/documentation/at-rules/mixin

关于java - 在 Vaadin 中覆盖现有的 Css,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56364692/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com