diff --git a/docs/changelog/2026-06-21-servers-row-actions-batch.md b/docs/changelog/2026-06-21-servers-row-actions-batch.md index f9c86c88..d7539a90 100644 --- a/docs/changelog/2026-06-21-servers-row-actions-batch.md +++ b/docs/changelog/2026-06-21-servers-row-actions-batch.md @@ -35,3 +35,8 @@ - 行操作:`v-btn-group` outlined + 图标;宝塔入口显示「登录」+ tooltip - 批量栏:浅底描边卡片,按运维/Agent/其他分组,tonal 按钮带图标 + +## 2026-06-21 可读性修正 + +- 行按钮改 `small` + `tonal` + 字重 600,恢复「一键登录」全文 +- 批量栏改 `flat` 实色按钮、分组标题加深,底卡用 surface 实底 diff --git a/frontend/src/components/servers/ServerBatchActionBar.vue b/frontend/src/components/servers/ServerBatchActionBar.vue index f49f8c73..2d003588 100644 --- a/frontend/src/components/servers/ServerBatchActionBar.vue +++ b/frontend/src/components/servers/ServerBatchActionBar.vue @@ -2,13 +2,13 @@
- + 已选 {{ count }} 台 @@ -16,16 +16,18 @@
运维 -
- +
+ 健康检查 - + 检测路径 Agent -
- +
+ 安装 - + 升级 - + 卸载
@@ -56,11 +58,11 @@
其他 -
- +
+ 修改分类 - + 批量删除
@@ -68,7 +70,7 @@ - + 取消选择
@@ -97,8 +99,9 @@ defineEmits<{ diff --git a/frontend/src/components/servers/ServerTableRowActions.vue b/frontend/src/components/servers/ServerTableRowActions.vue index 20462b84..e343515c 100644 --- a/frontend/src/components/servers/ServerTableRowActions.vue +++ b/frontend/src/components/servers/ServerTableRowActions.vue @@ -1,50 +1,59 @@