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 -->
|
<!-- Show text input on key-down -->
|
||||||
<TextInput />
|
<TextInput />
|
||||||
|
|
||||||
|
<!-- Show suggestions menu on click -->
|
||||||
|
<!-- <SuggestionsMenu /> -->
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|
@ -50,21 +53,6 @@ export default defineComponent({
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<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 {
|
.rec-icon {
|
||||||
width: 8px;
|
width: 8px;
|
||||||
height: 8px;
|
height: 8px;
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
<div
|
<div
|
||||||
class="text-input"
|
class="text-input"
|
||||||
>
|
>
|
||||||
<input
|
<input id="textInput" type="text" />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</template>
|
</template>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue