diff --git a/components/list/Account.vue b/components/list/Account.vue
index ff30c8e3..53e53a4a 100644
--- a/components/list/Account.vue
+++ b/components/list/Account.vue
@@ -47,7 +47,7 @@ async function edit() {
btn-action-icon
@click="edit"
>
-
+
diff --git a/components/list/AccountSearchResult.vue b/components/list/AccountSearchResult.vue
new file mode 100644
index 00000000..cd5e0880
--- /dev/null
+++ b/components/list/AccountSearchResult.vue
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
diff --git a/components/list/Lists.vue b/components/list/Lists.vue
index a3b321ff..b2b6990c 100644
--- a/components/list/Lists.vue
+++ b/components/list/Lists.vue
@@ -44,7 +44,7 @@ async function edit(listId: string) {
btn-action-icon
@click="() => edit(item.id)"
>
-
+
diff --git a/pages/[[server]]/list/[list]/index/accounts.vue b/pages/[[server]]/list/[list]/index/accounts.vue
index b63935a0..00edcd56 100644
--- a/pages/[[server]]/list/[list]/index/accounts.vue
+++ b/pages/[[server]]/list/[list]/index/accounts.vue
@@ -1,56 +1,153 @@
-
+
+
+
+
+
-
+
+
+
+
+ {{ $t('search.search_desc') }}
+
+
+
+
+
+
+
+
+
+ {{ $t('search.search_empty') }}
+
+
+
+
+
+
+
+
+
+
+
+