输入值未在纸张输入容器下对齐。调试时,它显示在
中的#shadow-root下 <iron-input slot="input">
<slot id="content"> <input> </slot>
</iron-input>
我尝试在纸张输入下添加text-align属性。喜欢
--paper-input-container-input:{
text-align:center;
margin-right : -30px;
}
搜索框的代码就像
<oe-input label = "search" value = "{{text}}"></oe-input>
它正在将其居中对齐,但是右边距不起作用。 我尝试像
一样直接设置样式 input{ all: inherit }
答案 0 :(得分:0)
必须修改--paper-input-container-input-focus