Commit cf160ea2 by lijiabin

【需求 20331】 fix: 修复warning报错

parent 15f9ca59
......@@ -18,9 +18,17 @@
v-show="showSearchInupt"
class="flex-1 max-w-sm mx-4 hidden md:block lg:max-w-md lg:mx-6"
>
<el-input v-model="search" class="h-8" placeholder="搜索">
<el-input
v-model="search"
class="h-8"
placeholder="搜索"
@keyup.enter="router.push('/searchPage?title=' + search)"
>
<template #suffix>
<el-icon class="text-gray-400" @click="router.push('/searchPage?title=' + search)">
<el-icon
class="text-gray-400 cursor-pointer"
@click="router.push('/searchPage?title=' + search)"
>
<Search />
</el-icon>
</template>
......
......@@ -208,7 +208,7 @@
layout="prev, pager, next, jumper, total"
:total="total"
class="custom-pagination"
:pager-count="3"
:pager-count="5"
/>
</div>
</div>
......
......@@ -117,7 +117,7 @@
}
"
@size-change="changePageSize"
:pager-count="3"
:pager-count="5"
/>
</div>
</div>
......
......@@ -405,7 +405,7 @@
}
"
@size-change="changePageSize"
:pager-count="3"
:pager-count="5"
/>
</div>
</div>
......
......@@ -115,7 +115,7 @@
}
"
@size-change="changePageSize"
:pager-count="3"
:pager-count="5"
/>
</div>
</div>
......
......@@ -114,7 +114,7 @@
}
"
@size-change="changePageSize"
:pager-count="3"
:pager-count="5"
/>
</div>
</div>
......
......@@ -218,7 +218,7 @@
}
"
@size-change="changePageSize"
:pager-count="3"
:pager-count="5"
/>
</div>
</div>
......
......@@ -281,7 +281,7 @@
}
"
@size-change="changePageSize"
:pager-count="3"
:pager-count="5"
/>
</div>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment