fix: infoForm no padding tab
This commit is contained in:
parent
98dfb7e157
commit
dcbeb91ec2
1 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,4 @@
|
|||
<script lang="ts" setup>
|
||||
import AppBox from '../app/AppBox.vue';
|
||||
import FormAddress from './FormAddress.vue';
|
||||
|
||||
defineProps<{
|
||||
|
|
@ -61,10 +60,11 @@ const employeeTab = defineModel<string>('employeeTab');
|
|||
</div>
|
||||
|
||||
<div
|
||||
class="bordered surface-1 rounded q-pa-md scroll full-height col"
|
||||
class="bordered surface-1 rounded scroll full-height col"
|
||||
:class="{
|
||||
'q-ml-md': $q.screen.gt.sm && $slots['person-card'],
|
||||
'q-mt-md': $q.screen.lt.md,
|
||||
'q-pa-md': !noPaddingTab,
|
||||
}"
|
||||
>
|
||||
<div class="row q-col-gutter-y-md">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue