chore: minor ui improvements

This commit is contained in:
liyasthomas
2021-12-18 19:51:57 +05:30
parent 76cbd99df8
commit 39d6b1bfeb
36 changed files with 169 additions and 180 deletions

View File

@@ -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>