diff --git a/src/views/home/components/input/StyleSelect.vue b/src/views/home/components/input/StyleSelect.vue index ff253a8..742eff4 100644 --- a/src/views/home/components/input/StyleSelect.vue +++ b/src/views/home/components/input/StyleSelect.vue @@ -38,11 +38,11 @@ /> -
@@ -76,6 +76,7 @@ const selectStyle = (value: string) => { tempSelectedValue.value = value + confirmStyle() } const confirmStyle = () => { @@ -154,6 +155,7 @@ justify-content: center; height: 28.5rem; overflow-y: auto; + padding-bottom: 2rem !important; } .fida-style-popover-item {