wip(freight): migration 0017 + model/column-list groundwork for add-freight-templates
This commit is contained in:
@@ -3,12 +3,7 @@ const props = withDefaults(defineProps<{ padded?: boolean }>(), { padded: true }
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div
|
||||
:class="[
|
||||
'rounded-lg border border-border bg-surface shadow-sm',
|
||||
props.padded ? 'p-5' : '',
|
||||
]"
|
||||
>
|
||||
<div :class="['border-border bg-surface rounded-lg border shadow-sm', props.padded ? 'p-5' : '']">
|
||||
<slot />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user