This commit is contained in:
2023-06-12 20:47:54 +08:00
parent 137c4cd564
commit 09382319df
13 changed files with 289 additions and 135 deletions

View File

@@ -1,7 +1,13 @@
<template>
<div class="flex flex-col w-full h-full">
<a-input-group class="mb-2 w-full flex items-center" size="mini">
<a-input :placeholder="props?.searchPlaceholder" allow-clear @input="changeKeyword" @clear="resetData" />
<a-input
:placeholder="props?.searchPlaceholder"
allow-clear
@input="changeKeyword"
@clear="resetData"
style="height: 100%"
/>
<a-button
@click="
() => {