feat:更新菜谱UI

This commit is contained in:
2025-07-01 20:02:08 +08:00
parent be8e105a55
commit b6f7869fe8
10 changed files with 71 additions and 18 deletions

View File

@@ -1,7 +1,7 @@
<template>
<div class="search-container">
<el-input v-if="expanded" ref="inputRef"
v-model="searchText" placeholder="搜索菜友谱"
v-model="searchText" placeholder="搜索菜友谱"
style="width: 200px;"
show-word-limit :maxlength="10" clearable
@keyup.enter="handleSearch" @blur="handleBlur"