修改搜索框默认提示的字体颜色
This commit is contained in:
parent
b58f25945e
commit
160788a107
@ -12,6 +12,7 @@
|
||||
@input="inputSearchText"
|
||||
:showClear="true"
|
||||
@clear="clearInput"
|
||||
placeholderStyle="color:#BABABA"
|
||||
></tm-input>
|
||||
</div>
|
||||
</template>
|
||||
|
@ -78,6 +78,7 @@
|
||||
:round="1"
|
||||
prefix="tmicon-search"
|
||||
prefixColor="#46299D"
|
||||
placeholderStyle="color:#BABABA"
|
||||
></tm-input>
|
||||
</div>
|
||||
<div class="contentRoot">
|
||||
|
Loading…
Reference in New Issue
Block a user