From dd39fdba5cf07236b86863707226aa7b1931fd95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=AD=E5=BA=86=E6=B3=B0?= <12369755+htcloud1@user.noreply.gitee.com> Date: Tue, 18 Aug 2026 01:20:12 +0800 Subject: [PATCH] =?UTF-8?q?style(manager/accounts):=20=E5=AF=B9=E9=BD=90?= =?UTF-8?q?=20SKILL=20=E2=80=94=20page-card=20max-width=201200px=20+=20for?= =?UTF-8?q?m=20class=20=E9=99=90=E5=AE=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - page-card 加 max-width: 1200px (表单页标准) - form 上 inline style='max-width:600px' → class='account-form' (避 SKILL 禁忌 inline style) - CSS 加 .account-form { max-width: 600px } (跟 admin/Account.vue 同款) --- ry-vue3/src/views/manager/Accounts.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ry-vue3/src/views/manager/Accounts.vue b/ry-vue3/src/views/manager/Accounts.vue index ebdefc6..abecbf3 100644 --- a/ry-vue3/src/views/manager/Accounts.vue +++ b/ry-vue3/src/views/manager/Accounts.vue @@ -2,7 +2,7 @@