From 78af815738dba06b491b311ec0e26c9d40875420 Mon Sep 17 00:00:00 2001 From: ruibaby Date: Sat, 19 Oct 2019 11:52:36 +0800 Subject: [PATCH] Refactor category list layout in mobile. --- src/views/post/CategoryList.vue | 87 ++++++++++++++++++++++++++++++++- 1 file changed, 85 insertions(+), 2 deletions(-) diff --git a/src/views/post/CategoryList.vue b/src/views/post/CategoryList.vue index 18b9b7b2..7eb580e7 100644 --- a/src/views/post/CategoryList.vue +++ b/src/views/post/CategoryList.vue @@ -9,7 +9,10 @@ :xs="24" :style="{ 'padding-bottom': '12px' }" > - + - + + + + + + + + + {{ item.name }} + + + + + {{ item.description }} + + + +