liushengqiang 1 年之前
父節點
當前提交
53e4407ce0
共有 2 個文件被更改,包括 4 次插入1 次删除
  1. 3 0
      src/views/co-ai/index.module.less
  2. 1 1
      src/views/co-ai/index.tsx

+ 3 - 0
src/views/co-ai/index.module.less

@@ -132,6 +132,9 @@
             width: 100%;
             z-index: 1;
         }
+        .van-field__control::-webkit-input-placeholder{
+            font-size: 12Px;
+        }
     }
 }
 

+ 1 - 1
src/views/co-ai/index.tsx

@@ -243,7 +243,7 @@ export default defineComponent({
                 shape="round"
                 background="transparent"
                 clearable={false}
-                placeholder="请输入曲目名称"
+                placeholder="请输入关键字"
                 onFocus={() => (data.searchNoticeShow = false)}
                 onBlur={(val) => {
                   musicForms.keyword = val;