From b6d63ccae29517b7750001beeee9fa167169d1aa Mon Sep 17 00:00:00 2001 From: hcoder <5213606@qq.com> Date: Sun, 11 Nov 2018 18:34:18 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E4=B9=9D=E5=AE=AB=E6=A0=BC?= =?UTF-8?q?=E5=86=85swiper=E9=AB=98=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pages/template/grid-pagination/grid-pagination.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/hello-uniapp/pages/template/grid-pagination/grid-pagination.vue b/examples/hello-uniapp/pages/template/grid-pagination/grid-pagination.vue index cea47500e..c3251fdc9 100644 --- a/examples/hello-uniapp/pages/template/grid-pagination/grid-pagination.vue +++ b/examples/hello-uniapp/pages/template/grid-pagination/grid-pagination.vue @@ -71,6 +71,7 @@ justify-content: flex-start } swiper{ - height: 600upx; + height: 680upx; + background:#f2f2f2; } -- GitLab