From 9d20ba124ac6d9084670f98d09b0d374be7f1bfe Mon Sep 17 00:00:00 2001 From: guoapeng Date: Fri, 25 Jul 2025 16:22:07 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BB=A3=E7=A0=81=E8=B0=83=E8=AF=95:=20?= =?UTF-8?q?=E6=97=A5=E6=9C=9F=E6=97=B6=E9=97=B4,=20=E5=AE=B9=E5=99=A8,=20?= =?UTF-8?q?=E6=BA=B6=E6=B6=B2,=20=E7=99=BB=E5=BD=95,=20=E7=94=A8=E6=88=B7?= =?UTF-8?q?=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/container/Item/index.vue | 194 +++++++++++++++----------------- src/components/solution/Edit/index.vue | 26 ++--- src/views/container/index.vue | 31 ++--- src/views/login/index.vue | 122 +++++++++----------- src/views/solution/index.vue | 26 +---- src/views/user/index.vue | 13 +-- 6 files changed, 172 insertions(+), 240 deletions(-) diff --git a/src/components/container/Item/index.vue b/src/components/container/Item/index.vue index 168e8fd..a985816 100644 --- a/src/components/container/Item/index.vue +++ b/src/components/container/Item/index.vue @@ -82,110 +82,96 @@ const onSolutionChange = async () => { } -