From 892aa6a7c6435fd4b79b9d9b1e08fe1888622106 Mon Sep 17 00:00:00 2001 From: smallclover <18363998103@163.com> Date: Sat, 27 Sep 2025 08:59:11 +0900 Subject: [PATCH] =?UTF-8?q?UI=E8=B0=83=E6=95=B4=20https://github.com/nagis?= =?UTF-8?q?a77/OpenIsle/issues/855?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend_nuxt/components/Dropdown.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/frontend_nuxt/components/Dropdown.vue b/frontend_nuxt/components/Dropdown.vue index 147a0d5fe..0486041b8 100644 --- a/frontend_nuxt/components/Dropdown.vue +++ b/frontend_nuxt/components/Dropdown.vue @@ -297,6 +297,7 @@ export default { border: 1px solid var(--normal-border-color); border-radius: 5px; padding: 5px 10px; + margin-bottom: 4px; cursor: pointer; display: flex; justify-content: space-between; @@ -315,8 +316,9 @@ export default { right: 0; background: var(--background-color); border: 1px solid var(--normal-border-color); + border-radius: 5px; z-index: 10000; - max-height: 200px; + max-height: 300px; min-width: 350px; overflow-y: auto; }