chore: minor ui improvements
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
<template>
|
||||
<SmartModal v-if="show" :title="`${t('import.curl')}`" @close="hideModal">
|
||||
<template #body>
|
||||
<div class="flex flex-col px-2">
|
||||
<div ref="curlEditor" class="border border-dividerLight rounded"></div>
|
||||
<div class="h-46 px-2">
|
||||
<div
|
||||
ref="curlEditor"
|
||||
class="border border-dividerLight h-full rounded"
|
||||
></div>
|
||||
</div>
|
||||
</template>
|
||||
<template #footer>
|
||||
|
||||
Reference in New Issue
Block a user