From 5193df6289896e0e21b86166bdcdbdfae60f7a6c Mon Sep 17 00:00:00 2001 From: Tim Date: Mon, 28 Jul 2025 16:07:37 +0800 Subject: [PATCH] feat: redeem ui --- .../src/components/MilkTeaActivityComponent.vue | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/open-isle-cli/src/components/MilkTeaActivityComponent.vue b/open-isle-cli/src/components/MilkTeaActivityComponent.vue index bd9c4fffd..93a66f671 100644 --- a/open-isle-cli/src/components/MilkTeaActivityComponent.vue +++ b/open-isle-cli/src/components/MilkTeaActivityComponent.vue @@ -26,10 +26,10 @@
- +
- - +
提交
+
取消
@@ -194,14 +194,16 @@ export default { display: flex; flex-direction: column; gap: 10px; - min-width: 250px; + min-width: 400px; } .redeem-actions { + margin-top: 10px; display: flex; flex-direction: row; justify-content: flex-end; - gap: 10px; + gap: 20px; + align-items: center; } .redeem-submit-button {