diff --git a/components/Project/Create/Components/Select.vue b/components/Project/Create/Components/Select.vue index c970856..3405c51 100644 --- a/components/Project/Create/Components/Select.vue +++ b/components/Project/Create/Components/Select.vue @@ -24,7 +24,10 @@ const selectedValue = useVModel(props, 'modelValue', emits) lg="flex flex-row gap-24px" relative > -
+
{{ props.options.find(option => option.value === selectedValue)?.label || props.placeholder }} diff --git a/pages/project/[id]/edit.vue b/pages/project/[id]/edit.vue index 1d7d3c2..1715a6c 100644 --- a/pages/project/[id]/edit.vue +++ b/pages/project/[id]/edit.vue @@ -173,13 +173,12 @@ const transitionDone = ref(false) gap-46px lg="mt-24px" > -
-
- - or you can submit changes by publishing them -
+ lg:fixed + bottom-0 + w-full + bg-app-bg-dark_grey + class="border-app-white/30" + lg="bg-app-black w-fit border-l-2 border-t-2 right-0 border-app-white" + p-12px + > - + or you can submit changes by publishing them +
+ + +
-
+ diff --git a/pages/project/create.vue b/pages/project/create.vue index ff4b1cd..a04b84c 100644 --- a/pages/project/create.vue +++ b/pages/project/create.vue @@ -160,14 +160,12 @@ const transitionDone = ref(false) gap-46px lg="mt-24px" > - @@ -194,7 +192,6 @@ const transitionDone = ref(false) >
@@ -238,64 +235,72 @@ const transitionDone = ref(false)
-
- - or you can submit changes by publishing them -
+ lg:fixed + bottom-0 + w-full + bg-app-bg-dark_grey + class="border-app-white/30" + lg="bg-app-black w-fit border-l-2 border-t-2 right-0 border-app-white" + p-12px + > - + or you can submit changes by publishing them +
+ + +
-
+