From 9215db839b7e1c4c7e5599077cc1c4d1592b4c1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=A6=E4=B9=A0=E7=86=8A?= <2216104446@qq.com> Date: Fri, 6 Oct 2023 21:46:16 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E8=B0=83=E8=AF=95=E7=80=91=E5=B8=83?= =?UTF-8?q?=E6=B5=81=E5=85=BC=E5=AE=B9=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../home/home - \345\211\257\346\234\254.vue" | 53 ++ src/pages/home/home copy.vue | 518 ++++++++++++++++++ 2 files changed, 571 insertions(+) create mode 100644 "src/pages/home/home - \345\211\257\346\234\254.vue" create mode 100644 src/pages/home/home copy.vue diff --git "a/src/pages/home/home - \345\211\257\346\234\254.vue" "b/src/pages/home/home - \345\211\257\346\234\254.vue" new file mode 100644 index 0000000..f944d6b --- /dev/null +++ "b/src/pages/home/home - \345\211\257\346\234\254.vue" @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + + diff --git a/src/pages/home/home copy.vue b/src/pages/home/home copy.vue new file mode 100644 index 0000000..b8cb696 --- /dev/null +++ b/src/pages/home/home copy.vue @@ -0,0 +1,518 @@ + + + + + + + + + + + + + + + + + + + -- Gitee From 10c21ebd02e616534e4eaf359de4e187a8e91301 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=A6=E4=B9=A0=E7=86=8A?= <2216104446@qq.com> Date: Sat, 7 Oct 2023 00:28:59 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E4=BD=BF=E7=94=A8=E6=9D=A1=E4=BB=B6?= =?UTF-8?q?=E7=BC=96=E8=AF=91=E5=A2=9E=E5=8A=A0=E7=80=91=E5=B8=83=E6=B5=81?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=E7=9A=84=E5=85=BC=E5=AE=B9=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/waterfall/waterfall.vue | 425 +++++++++++++------------ 1 file changed, 215 insertions(+), 210 deletions(-) diff --git a/src/components/waterfall/waterfall.vue b/src/components/waterfall/waterfall.vue index 2878ac8..ca745af 100644 --- a/src/components/waterfall/waterfall.vue +++ b/src/components/waterfall/waterfall.vue @@ -1,9 +1,9 @@ - - + + - + 222 + @@ -12,225 +12,230 @@ \ No newline at end of file +} + -- Gitee