|
|
|
@ -5,11 +5,11 @@
|
|
|
|
<div
|
|
|
|
<div
|
|
|
|
class="border border-base-300 rounded rounded-tr-none relative group"
|
|
|
|
class="border border-base-300 rounded rounded-tr-none relative group"
|
|
|
|
>
|
|
|
|
>
|
|
|
|
|
|
|
|
<div class="flex items-center justify-between relative">
|
|
|
|
<div
|
|
|
|
<div
|
|
|
|
class="absolute top-0 bottom-0 right-0 left-0 cursor-pointer"
|
|
|
|
class="absolute top-0 bottom-0 right-0 left-0 cursor-pointer"
|
|
|
|
@click="scrollToFirstArea"
|
|
|
|
@click="scrollToFirstArea"
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
<div class="flex items-center justify-between space-x-1">
|
|
|
|
|
|
|
|
<div class="flex items-center p-1 space-x-1">
|
|
|
|
<div class="flex items-center p-1 space-x-1">
|
|
|
|
<FieldType
|
|
|
|
<FieldType
|
|
|
|
v-model="field.type"
|
|
|
|
v-model="field.type"
|
|
|
|
|