yeet
This commit is contained in:
parent
ee3bbd6ed0
commit
3ff004292a
2 changed files with 4 additions and 16 deletions
|
|
@ -15,6 +15,9 @@
|
|||
<!-- Show text input on key-down -->
|
||||
<TextInput />
|
||||
|
||||
<!-- Show suggestions menu on click -->
|
||||
<!-- <SuggestionsMenu /> -->
|
||||
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
|
@ -50,21 +53,6 @@ export default defineComponent({
|
|||
|
||||
<style lang="scss" scoped>
|
||||
|
||||
#textInput {
|
||||
width: 0px;
|
||||
height: 36px;
|
||||
|
||||
border-top-right-radius: 18px;
|
||||
border-bottom-right-radius: 18px;
|
||||
|
||||
padding: 0;
|
||||
margin-left: 18px;
|
||||
|
||||
outline: none;
|
||||
border: none;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.rec-icon {
|
||||
width: 8px;
|
||||
height: 8px;
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
<div
|
||||
class="text-input"
|
||||
>
|
||||
<input
|
||||
<input id="textInput" type="text" />
|
||||
</div>
|
||||
|
||||
</template>
|
||||
|
|
|
|||
Loading…
Reference in a new issue