diff --git a/assets/main.scss b/assets/main.scss index 5a2d2cb..e637433 100644 --- a/assets/main.scss +++ b/assets/main.scss @@ -362,9 +362,14 @@ button { &-input { @apply flex items-center justify-between; - span { - @apply select-none w-full h-full; + >div { + @apply h-10 overflow-hidden rounded border-gray-300 shadow inline-block leading-none grow; + + span { + @apply flex select-none w-full h-full justify-center items-center; + } } + } &-button { diff --git a/components/dropdown/color.vue b/components/dropdown/color.vue index efc7ccb..1055670 100644 --- a/components/dropdown/color.vue +++ b/components/dropdown/color.vue @@ -1,12 +1,12 @@