From 32112a33265f3d3f6fc55990e0c09b2f2b90b1e8 Mon Sep 17 00:00:00 2001 From: Soulter <37870767+Soulter@users.noreply.github.com> Date: Tue, 17 Feb 2026 18:46:52 +0800 Subject: [PATCH] feat: enhance PersonaForm component with responsive design and improved styling (#5162) fix: #5159 --- .../src/components/shared/PersonaForm.vue | 78 +++++++++++++++++-- 1 file changed, 71 insertions(+), 7 deletions(-) diff --git a/dashboard/src/components/shared/PersonaForm.vue b/dashboard/src/components/shared/PersonaForm.vue index 931083b30..781420f7d 100644 --- a/dashboard/src/components/shared/PersonaForm.vue +++ b/dashboard/src/components/shared/PersonaForm.vue @@ -1,11 +1,15 @@