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" /> + + + + + + + + +