From e228fbd1b303760e4704a1171a421e785a0cab8f Mon Sep 17 00:00:00 2001 From: guoapeng Date: Wed, 21 May 2025 15:24:20 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E6=BA=B6=E6=B6=B2=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E5=85=AC=E5=85=B1=E7=BB=84=E4=BB=B6=E6=9B=BF=E6=8D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/solution/Edit/index.vue | 57 +++++++++++ src/views/solution/index.vue | 166 +++++++++++++-------------------- 2 files changed, 120 insertions(+), 103 deletions(-) create mode 100644 src/components/solution/Edit/index.vue diff --git a/src/components/solution/Edit/index.vue b/src/components/solution/Edit/index.vue new file mode 100644 index 0000000..db15a12 --- /dev/null +++ b/src/components/solution/Edit/index.vue @@ -0,0 +1,57 @@ + + + + + diff --git a/src/views/solution/index.vue b/src/views/solution/index.vue index 204229b..da2e1d4 100644 --- a/src/views/solution/index.vue +++ b/src/views/solution/index.vue @@ -1,136 +1,96 @@