@@ -132,6 +132,9 @@
width: 100%;
z-index: 1;
}
+ .van-field__control::-webkit-input-placeholder{
+ font-size: 12Px;
+ }
@@ -243,7 +243,7 @@ export default defineComponent({
shape="round"
background="transparent"
clearable={false}
- placeholder="请输入曲目名称"
+ placeholder="请输入关键字"
onFocus={() => (data.searchNoticeShow = false)}
onBlur={(val) => {
musicForms.keyword = val;