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;