chore: opt agent position

This commit is contained in:
duorameng
2026-04-08 11:52:14 +08:00
parent 2dbe70d373
commit d541061648
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -255,7 +255,7 @@ onUnmounted(() => {
<h2 class="text-xl sm:text-2xl font-bold tracking-tight">Agent 管理</h2>
<p class="text-muted-foreground text-sm">管理远程执行代理</p>
</div>
<div class="flex flex-col sm:flex-row items-center gap-3 w-full md:w-auto">
<div class="flex flex-col sm:flex-row items-center sm:justify-end gap-3 w-full md:w-auto">
<div class="flex w-full sm:w-auto items-center gap-2">
<div class="relative flex-1 sm:flex-none">
<Search class="absolute left-3 top-1/2 -translate-y-1/2 h-4 w-4 text-muted-foreground" />
+1 -1
View File
@@ -252,7 +252,7 @@ onBeforeUnmount(() => {
<h2 class="text-xl sm:text-2xl font-bold tracking-tight">环境变量</h2>
<p class="text-muted-foreground text-sm">管理脚本执行时的环境变量</p>
</div>
<div class="flex flex-col sm:flex-row items-center gap-3 w-full md:w-auto">
<div class="flex flex-col sm:flex-row items-center sm:justify-end gap-3 w-full md:w-auto">
<div class="flex w-full sm:w-auto items-center gap-2">
<div class="relative flex-1 sm:flex-none">
<Search class="absolute left-3 top-1/2 -translate-y-1/2 h-4 w-4 text-muted-foreground" />