我在项目中使用paper-input
时遇到了问题。我如何在边缘应用样式?
我的HTML看起来像
<custom-style>
<style is="custom-style">
paper-input.search-main {
height: 86px;
--primary-text-color: #6b6a6a;
--paper-input-container-input: {
box-sizing: border-box;
font-size: 32px;
line-height: 86px;
font-weight: 400;
};
--paper-input-container-label: {
line-height: 86px;
font-size: 36px;
color: #6b6a6a;
};
}
</style>
</custom-style>
但是在边缘混合中没有应用我怎样才能解决这个问题?有什么建议吗?