Fix search box

This commit is contained in:
samaradel
2021-08-24 12:04:01 +02:00
parent b52908d586
commit d9b750c02f
4 changed files with 122 additions and 123 deletions

View File

@@ -1,12 +1,12 @@
<template>
<div class="inline-flex rounded-full border-grey-light test m-auto lg:m-0">
<div class="inline-flex rounded-full border-grey-light test m-auto lg:m-0 mr-5">
<button>
<span class="w-auto inline-flex justify-end items-center text-grey p-2">
<font-awesome :icon="['fas', 'search']" />
</span>
</button>
<input
class="rounded mr-4"
class="w-full rounded mr-4"
type="text"
placeholder="Search"
:value="value"