From 9320833b2c07fd614419686f1353ea786c275358 Mon Sep 17 00:00:00 2001 From: shaw Date: Tue, 29 Jul 2025 19:15:44 +0800 Subject: [PATCH] =?UTF-8?q?fix(admin-spa):=20=E6=81=A2=E5=A4=8D=E9=80=9F?= =?UTF-8?q?=E7=8E=87=E9=99=90=E5=88=B6=E8=AE=BE=E7=BD=AE=E7=9A=84=E8=AF=A6?= =?UTF-8?q?=E7=BB=86=E8=AF=B4=E6=98=8E=E5=B9=B6=E4=BC=98=E5=8C=96=E5=B8=83?= =?UTF-8?q?=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 恢复每个速率限制字段的详细说明文字 - 恢复完整的使用示例,帮助用户理解功能 - 使用响应式3列网格布局,在大屏幕上更紧凑 - 优化示例说明的排版,减少垂直空间占用 - 调整modal宽度为max-w-lg,提供更好的横向空间 --- .../components/apikeys/CreateApiKeyModal.vue | 76 +++++++++++-------- 1 file changed, 46 insertions(+), 30 deletions(-) diff --git a/web/admin-spa/src/components/apikeys/CreateApiKeyModal.vue b/web/admin-spa/src/components/apikeys/CreateApiKeyModal.vue index 7c401fef..d643b173 100644 --- a/web/admin-spa/src/components/apikeys/CreateApiKeyModal.vue +++ b/web/admin-spa/src/components/apikeys/CreateApiKeyModal.vue @@ -1,7 +1,7 @@