From 11e52b490a12641192a14c8475a66ea6ced78f71 Mon Sep 17 00:00:00 2001 From: TimSpan Date: Fri, 2 Aug 2024 09:32:58 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E6=88=90=20=E6=A0=91=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=E6=90=9C=E7=B4=A2=E5=8A=9F=E8=83=BD=EF=BC=8C=E5=B9=B6?= =?UTF-8?q?=E4=B8=94=E5=AF=B9=E6=A0=B7=E5=BC=8F=E5=81=9A=E4=BA=86=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 完成 树组件搜索功能,并且对样式做了优化 --- src/components/fullScreenContainer.vue | 7 +- src/views/page/index.vue | 325 +++++++++++++++++-------- 2 files changed, 230 insertions(+), 102 deletions(-) diff --git a/src/components/fullScreenContainer.vue b/src/components/fullScreenContainer.vue index fcf7cce7..852f6cf3 100644 --- a/src/components/fullScreenContainer.vue +++ b/src/components/fullScreenContainer.vue @@ -7,12 +7,11 @@ \ No newline at end of file + diff --git a/src/views/page/index.vue b/src/views/page/index.vue index efa8f645..af777d34 100644 --- a/src/views/page/index.vue +++ b/src/views/page/index.vue @@ -22,17 +22,29 @@ + +
+ + + + + + + - -
@@ -352,16 +373,15 @@