From 74344a2ec388b78fe906a22c31f8fdb77fc60b12 Mon Sep 17 00:00:00 2001 From: inleft <inleft@qq.com> Date: Fri, 04 Mar 2022 15:55:59 +0800 Subject: [PATCH] 404页面优化,页面响应式变化适配 --- src/components/group/boxLeft.vue | 6 +----- 1 files changed, 1 insertions(+), 5 deletions(-) diff --git a/src/components/group/boxLeft.vue b/src/components/group/boxLeft.vue index 7d8ab19..9512c91 100644 --- a/src/components/group/boxLeft.vue +++ b/src/components/group/boxLeft.vue @@ -1,5 +1,5 @@ <template> - <div class="blog-left-side fadeInLeft"> + <div class="blog-left-side fadeInLeft"> <div class="blog-cell"> <box1></box1> </div> @@ -22,9 +22,5 @@ box2, box3, }, - data() { - return {} - } } </script> - -- Gitblit v1.9.1