Skip to content

Commit

Permalink
style(pdf): configuration gaps
Browse files Browse the repository at this point in the history
  • Loading branch information
Novout committed Nov 13, 2021
1 parent e701567 commit 52e8d10
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/components/editor/pdf/PDFConfiguration.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<div class="flex flex-col justify-start items-start p-5">
<div class="flex flex-col justify-start items-start p-5 gap-5">
<PDFConfigurationHeader />
<PDFConfigurationSetCover />
<PDFConfigurationSetBase />
Expand Down
30 changes: 26 additions & 4 deletions src/components/editor/pdf/set/PDFConfigurationSetBase.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
items-center
my-3
overflow-x-hidden
gap-5
"
>
<div class="wb-input-container">
Expand Down Expand Up @@ -49,7 +50,7 @@
<label class="mx-2 text-xs">{{
t('editor.pdf.base.pageMargins.title')
}}</label>
<section class="flex justify-between w-full flex-row flex-wrap">
<section class="flex justify-between w-full flex-row flex-wrap gap-2">
<section>
<label>{{ t('editor.pdf.base.pageMargins.left') }}</label>
<InputNumber v-model="pdf.base.pageMargins.left" />
Expand All @@ -70,7 +71,14 @@
</div>
<div class="wb-input-container">
<section
class="flex justify-start items-center w-full flex-row flex-wrap"
class="
flex
justify-center
items-center
w-full
flex-row flex-wrap
gap-5
"
>
<section class="flex items-center">
<label class="mx-2 text-xs">{{
Expand Down Expand Up @@ -113,7 +121,14 @@
</div>
<div class="wb-input-container">
<section
class="flex justify-start items-center w-full flex-row flex-wrap"
class="
flex
justify-center
items-center
w-full
flex-row flex-wrap
gap-5
"
>
<section class="flex items-center">
<label class="mx-2 text-xs">{{
Expand Down Expand Up @@ -163,7 +178,14 @@
</div>
<div class="wb-input-container">
<section
class="flex justify-start items-center w-full flex-row flex-wrap"
class="
flex
justify-center
items-center
w-full
flex-row flex-wrap
gap-5
"
>
<section class="flex items-center">
<label class="mx-2 text-xs">{{
Expand Down

0 comments on commit 52e8d10

Please sign in to comment.