WIP Исправлены найденные baseInputs
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<template lang="pug">
|
||||
.flex.flex-col.gap-y-2
|
||||
.label.font-semibold.text-xxs.opacity-40(v-if="label") {{ label }}
|
||||
.label.font-semibold.text-sm.opacity-40(v-if="label") {{ label }}
|
||||
.base-select.flex.justify-between.items-center.py-9px.px-4.gap-4.cursor-pointer.relative(
|
||||
ref="select",
|
||||
@click="open = !open",
|
||||
@@ -97,6 +97,7 @@ export default {
|
||||
border-radius: 4px
|
||||
background-color: white
|
||||
user-select: none
|
||||
height: 40px
|
||||
&.open
|
||||
border: 1.5px solid #4772F2
|
||||
.items-container
|
||||
|
||||
Reference in New Issue
Block a user