From ce53c58f686d431e542ae4241b3b65f0dd9e6ee9 Mon Sep 17 00:00:00 2001 From: "jqtmviyu@gmail.com" Date: Thu, 25 Feb 2021 09:44:26 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=86=E7=B1=BB=E9=A1=B5=E6=B8=B2=E6=9F=93?= =?UTF-8?q?=E5=92=8C=E6=A0=B7=E5=BC=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 2 +- src/pages/category/category.vue | 200 +++++++++++++++----------------- 2 files changed, 95 insertions(+), 107 deletions(-) diff --git a/src/App.vue b/src/App.vue index 4043e42..6249377 100644 --- a/src/App.vue +++ b/src/App.vue @@ -28,7 +28,7 @@ } image{ /* 宽度等于父盒子的宽度, 才不会主动撑开 */ - Width:100%; + width:100%; /* 移除图片标签默认的3px 间隙 */ vertical-align: middle; } diff --git a/src/pages/category/category.vue b/src/pages/category/category.vue index 4a6ce17..30a854e 100644 --- a/src/pages/category/category.vue +++ b/src/pages/category/category.vue @@ -1,114 +1,29 @@