From 4b327a5b5c653a0073c1e8ea7d8d2227a6afd438 Mon Sep 17 00:00:00 2001 From: zhengkunwang223 Date: Wed, 5 Mar 2025 11:41:17 +0800 Subject: [PATCH] style(common): Adjust file selection UI --- frontend/src/components/file-list/index.vue | 22 +++++++------------ .../website/runtime/node/module/index.vue | 2 +- .../php/extension-management/index.vue | 3 ++- 3 files changed, 11 insertions(+), 16 deletions(-) diff --git a/frontend/src/components/file-list/index.vue b/frontend/src/components/file-list/index.vue index c7977611ba09..fe0c492c4dac 100644 --- a/frontend/src/components/file-list/index.vue +++ b/frontend/src/components/file-list/index.vue @@ -14,26 +14,20 @@
- - {{ paths[0] }} - + /{{ paths[0] }}
- - {{ item }} - +
+ + {{ item }} +
- {{ paths[paths.length - 1] }} + /{{ paths[paths.length - 1] }}
@@ -75,7 +69,7 @@ @@ -323,7 +317,7 @@ onUpdated(() => { }); -