From ad10279584de5ffa76b582d3530c8761ce653806 Mon Sep 17 00:00:00 2001 From: ruibaby Date: Sat, 15 Feb 2020 20:35:37 +0800 Subject: [PATCH] feat: support set thumbnail to category and tag. --- src/components/global.less | 4 ++++ src/views/post/CategoryList.vue | 28 +++++++++++++++++++++- src/views/post/TagList.vue | 41 +++++++++++++++++++++++++++++---- 3 files changed, 68 insertions(+), 5 deletions(-) diff --git a/src/components/global.less b/src/components/global.less index 8d3d996ee..e3e5c9ced 100644 --- a/src/components/global.less +++ b/src/components/global.less @@ -911,4 +911,8 @@ body { img { width: 100%; } +} + +.ant-input-group-addon { + line-height: initial !important; } \ No newline at end of file diff --git a/src/views/post/CategoryList.vue b/src/views/post/CategoryList.vue index 30d543453..3e41307c9 100644 --- a/src/views/post/CategoryList.vue +++ b/src/views/post/CategoryList.vue @@ -32,6 +32,20 @@ v-model="categoryToCreate.parentId" /> + + + + + + + + +