File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2121
2222 <template v-if =" showSeoForm " >
2323 <div >
24- <div class =" mb -2 mt -2 flex items-center" >
24+ <div class =" mt -2 mb -2 flex items-center" >
2525 <div
2626 class =" from-neutral-3 to-neutral-6 mr-4 flex h-10 w-10 rounded-full bg-gradient-to-bl"
2727 ></div >
Original file line number Diff line number Diff line change 11<template >
2- <p class =" mb-1 mt-5" >Author</p >
2+ <p class =" mt-5 mb-1 " >Author</p >
33 <AppCombobox
44 v-model =" postStore.post.blog_author_id"
55 :options =" authors"
Original file line number Diff line number Diff line change 11<template >
2- <p class =" mb-1 mt-5" >Category</p >
2+ <p class =" mt-5 mb-1 " >Category</p >
33 <AppCombobox
44 v-model =" postStore.post.blog_category_id"
55 :options =" categories"
Original file line number Diff line number Diff line change 2121
2222 <template v-if =" showSeoForm " >
2323 <div >
24- <div class =" mb -2 mt -2 flex items-center" >
24+ <div class =" mt -2 mb -2 flex items-center" >
2525 <div
2626 class =" from-neutral-3 to-neutral-6 mr-4 flex h-10 w-10 rounded-full bg-gradient-to-bl"
2727 ></div >
Original file line number Diff line number Diff line change 11<template >
2- <p class =" mb-1 mt-5" >Tag</p >
2+ <p class =" mt-5 mb-1 " >Tag</p >
33 <AppCombobox
44 v-model =" selectedTag"
55 :options =" tags"
Original file line number Diff line number Diff line change 2424 </template >
2525 </AppCard >
2626
27- <AppCard class =" mt-4 w-full xl:ml-5 xl:mt-0 xl:w-4/12" >
27+ <AppCard class =" mt-4 w-full xl:mt-0 xl:ml-5 xl:w-4/12" >
2828 <template #title > Post Info </template >
2929 <template #content >
3030 <PostPublishDate />
You can’t perform that action at this time.
0 commit comments