From 16d62642f621cd9179e1b7d13b3479a37a1ad7c6 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Fri, 11 Apr 2025 15:20:36 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E5=A4=A7=E9=87=8Ftooltip=E5=AF=B9?= =?UTF-8?q?=E8=B1=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/cards/SiteCard.vue | 152 +++++++----------- src/components/cards/UserCard.vue | 2 - .../dialog/WorkflowActionsDialog.vue | 3 - src/components/filebrowser/FileList.vue | 50 ++---- src/components/filebrowser/FileNavigator.vue | 18 +-- src/components/filebrowser/FileToolbar.vue | 30 ++-- 6 files changed, 82 insertions(+), 173 deletions(-) diff --git a/src/components/cards/SiteCard.vue b/src/components/cards/SiteCard.vue index 968c9bde..c9c6810a 100644 --- a/src/components/cards/SiteCard.vue +++ b/src/components/cards/SiteCard.vue @@ -228,41 +228,18 @@ onMounted(() => {
- - - 流控 - - - - - 代理 - - - - - 仿真 - - - - - 过滤 - +
+ +
+
+ +
+
+ +
+
+ +
@@ -309,69 +286,48 @@ onMounted(() => {
- - - 测试站点连通性 - - - - 查看站点数据 - - - - 更新Cookie/UA - - - - 更多操作 - + +
+
+
+
+
+
+
+
+ 测试中 +
+
+ + + + + + + + + + + + + 编辑站点 + + + + 删除站点 + + + +
diff --git a/src/components/cards/UserCard.vue b/src/components/cards/UserCard.vue index f4a1aca3..260e14a4 100644 --- a/src/components/cards/UserCard.vue +++ b/src/components/cards/UserCard.vue @@ -216,7 +216,6 @@ onUnmounted(() => { class="action-btn" > - 编辑用户 { class="action-btn" > - 删除用户 diff --git a/src/components/dialog/WorkflowActionsDialog.vue b/src/components/dialog/WorkflowActionsDialog.vue index adc35dfe..bf710167 100644 --- a/src/components/dialog/WorkflowActionsDialog.vue +++ b/src/components/dialog/WorkflowActionsDialog.vue @@ -207,15 +207,12 @@ const isMacOS = computed(() => { - 导入流程代码 - 分享流程代码 - 保存流程 diff --git a/src/components/filebrowser/FileList.vue b/src/components/filebrowser/FileList.vue index 7d57cc2a..5c110c24 100644 --- a/src/components/filebrowser/FileList.vue +++ b/src/components/filebrowser/FileList.vue @@ -656,41 +656,21 @@ onMounted(() => { - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + diff --git a/src/components/filebrowser/FileNavigator.vue b/src/components/filebrowser/FileNavigator.vue index a33e2412..120c0348 100644 --- a/src/components/filebrowser/FileNavigator.vue +++ b/src/components/filebrowser/FileNavigator.vue @@ -313,14 +313,9 @@ function getIndentLevel(path: string, ancestorPath: string) { :color="currentPath === directory.path ? 'primary' : 'amber-darken-1'" class="me-1" /> - - + {{ directory.name }} - + @@ -367,14 +362,9 @@ function getIndentLevel(path: string, ancestorPath: string) { :color="currentPath === item.dir.path ? 'primary' : 'amber-darken-1'" class="me-1" /> - - + {{ item.dir.name }} - + diff --git a/src/components/filebrowser/FileToolbar.vue b/src/components/filebrowser/FileToolbar.vue index e1013dd1..b8d7af5a 100644 --- a/src/components/filebrowser/FileToolbar.vue +++ b/src/components/filebrowser/FileToolbar.vue @@ -119,7 +119,7 @@ const sortIcon = computed(() => { @@ -155,28 +155,16 @@ const sortIcon = computed(() => {
- - - - - - + + + + + +