feat(mcp): unify modal styles and add footer with done button

- Unify McpFormModal width to max-w-3xl (consistent with provider form)
- Add scrollable container with max-h-[90vh] to McpFormModal
- Add footer section to both McpFormModal and McpPanel
- Add "Done" button with emerald theme and check icon to McpPanel footer
- Add i18n keys for "common.done" (zh: "完成", en: "Done")
- Apply consistent footer styling across all modals
This commit is contained in:
Jason
2025-10-10 23:57:38 +08:00
parent 3b142155c3
commit 81356cacee
4 changed files with 20 additions and 7 deletions

View File

@@ -12,6 +12,7 @@
"cancel": "取消",
"confirm": "确定",
"close": "关闭",
"done": "完成",
"settings": "设置",
"about": "关于",
"version": "版本",