From 87139ecdc456b6beb707e93e0186539d055dc44e Mon Sep 17 00:00:00 2001 From: JenniferW <1627055433@qq.com> Date: Wed, 3 Sep 2025 11:01:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=BB=9A=E5=8A=A8=E6=92=AD=E6=94=BE=E7=BB=84?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/AutoScroll.vue | 233 +++++++++++++++++++++++++ src/views/component/BusinessSystem.vue | 102 ++--------- 2 files changed, 244 insertions(+), 91 deletions(-) create mode 100644 src/components/AutoScroll.vue diff --git a/src/components/AutoScroll.vue b/src/components/AutoScroll.vue new file mode 100644 index 00000000..5502d9bd --- /dev/null +++ b/src/components/AutoScroll.vue @@ -0,0 +1,233 @@ + + + + + + \ No newline at end of file diff --git a/src/views/component/BusinessSystem.vue b/src/views/component/BusinessSystem.vue index da720a8e..8b0fb3ba 100644 --- a/src/views/component/BusinessSystem.vue +++ b/src/views/component/BusinessSystem.vue @@ -1,8 +1,6 @@