From 118b35322f2cfd4a21c9596c854d3a06e631cd63 Mon Sep 17 00:00:00 2001
From: Anyon <zoujingli@qq.com>
Date: Thu, 3 Mar 2022 11:41:11 +0800
Subject: [PATCH] Update index.html

---
 app/admin/view/queue/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/admin/view/queue/index.html b/app/admin/view/queue/index.html
index b3ae22d53..62ec7bc31 100644
--- a/app/admin/view/queue/index.html
+++ b/app/admin/view/queue/index.html
@@ -102,7 +102,7 @@
                         return d.html + '<br>执行结果:<span class="color-blue">' + (d.exec_desc || '<span class="color-desc">未获取到执行结果</span>') + '</span>';
                     }
                 },
-                {toolbar: '#toolbar', title: '操作面板', align: 'center', minWidth: 200}
+                {toolbar: '#toolbar', title: '操作面板', align: 'center', minWidth: 200, fixed: 'right'}
             ]]
         });
     });