瀏覽代碼

又是文案

cxmo 1 年之前
父節點
當前提交
4b04f9a2f3
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/trainingVideo/List.vue

+ 1 - 1
src/views/trainingVideo/List.vue

@@ -237,7 +237,7 @@ onMounted(()=>{
         <!-- teleport search -->
         <Teleport to=".layout-header-other" v-if="beforeMounted">
             <div class="search-box">
-                <el-input placeholder="视频名称、视频描述" size="large" clearable style="width:280px;"
+                <el-input placeholder="搜索感兴趣的视频课程" size="large" clearable style="width:280px;"
                 :prefix-icon="Search" v-model.trim="keyword" @input="handleCurrentChange(1)"></el-input>
             </div>
         </Teleport>