Skip to content

Commit c8647b7

Browse files
committed
fix: right-align single-run button, move note below
1 parent 133dea1 commit c8647b7

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

frontend/index.html

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -608,7 +608,7 @@ <h3 class="text-sm font-semibold text-gray-700">单次运行</h3>
608608
class="text-sm text-red-600 bg-red-50 rounded-lg p-3 mt-3"></p>
609609

610610
<!-- Action buttons -->
611-
<div class="mt-4 flex flex-col sm:flex-row items-center gap-2">
611+
<div class="mt-4 flex items-center justify-between gap-2">
612612
<button @click="saveSubscriptions()" :disabled="subsSaving"
613613
class="px-5 py-2.5 bg-blue-500 text-white rounded-lg text-sm font-medium hover:bg-blue-600 disabled:opacity-50 flex items-center gap-2">
614614
<div x-show="subsSaving" class="spinner !w-4 !h-4 !border-2 !border-white/30 !border-t-white"></div>
@@ -619,12 +619,9 @@ <h3 class="text-sm font-semibold text-gray-700">单次运行</h3>
619619
<div x-show="singleRunTriggering" class="spinner !w-4 !h-4 !border-2 !border-white/30 !border-t-white"></div>
620620
<span x-text="singleRunTriggering ? '触发中…' : '▶ 单次运行'"></span>
621621
</button>
622-
<span class="text-xs text-gray-400 ml-2">
623-
单次运行会触发 workflow 处理选中课程,结果发送到 RECEIVER_EMAIL。
624-
</span>
625622
</div>
626-
627-
<p class="text-xs text-gray-400 mt-2">
623+
<p class="text-xs text-gray-400 mt-1">
624+
单次运行会触发 workflow 处理选中课程,结果发送到 RECEIVER_EMAIL。
628625
保存需要 GitHub PAT 具备 <strong>Secrets: Read and write</strong> 权限。
629626
</p>
630627
</div>

0 commit comments

Comments
 (0)