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 21
21
22
22
<template v-if =" showSeoForm " >
23
23
<div >
24
- <div class =" mb -2 mt -2 flex items-center" >
24
+ <div class =" mt -2 mb -2 flex items-center" >
25
25
<div
26
26
class =" from-neutral-3 to-neutral-6 mr-4 flex h-10 w-10 rounded-full bg-gradient-to-bl"
27
27
></div >
Original file line number Diff line number Diff line change 1
1
<template >
2
- <p class =" mb-1 mt-5" >Author</p >
2
+ <p class =" mt-5 mb-1 " >Author</p >
3
3
<AppCombobox
4
4
v-model =" postStore.post.blog_author_id"
5
5
:options =" authors"
Original file line number Diff line number Diff line change 1
1
<template >
2
- <p class =" mb-1 mt-5" >Category</p >
2
+ <p class =" mt-5 mb-1 " >Category</p >
3
3
<AppCombobox
4
4
v-model =" postStore.post.blog_category_id"
5
5
:options =" categories"
Original file line number Diff line number Diff line change 21
21
22
22
<template v-if =" showSeoForm " >
23
23
<div >
24
- <div class =" mb -2 mt -2 flex items-center" >
24
+ <div class =" mt -2 mb -2 flex items-center" >
25
25
<div
26
26
class =" from-neutral-3 to-neutral-6 mr-4 flex h-10 w-10 rounded-full bg-gradient-to-bl"
27
27
></div >
Original file line number Diff line number Diff line change 1
1
<template >
2
- <p class =" mb-1 mt-5" >Tag</p >
2
+ <p class =" mt-5 mb-1 " >Tag</p >
3
3
<AppCombobox
4
4
v-model =" selectedTag"
5
5
:options =" tags"
Original file line number Diff line number Diff line change 24
24
</template >
25
25
</AppCard >
26
26
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" >
28
28
<template #title > Post Info </template >
29
29
<template #content >
30
30
<PostPublishDate />
You can’t perform that action at this time.
0 commit comments