apps search fixed..

This commit is contained in:
Cüneyt Şentürk
2021-01-13 18:43:33 +03:00
parent bed04458d8
commit 724aa27739
2 changed files with 4 additions and 2 deletions

View File

@@ -1444,7 +1444,7 @@ table .align-items-center td span.badge {
} }
.apps-store-bar .el-input__inner { .apps-store-bar .el-input__inner {
padding-left: 20px !important; padding-left: 30px !important;
border: 0 !important; border: 0 !important;
} }

View File

@@ -18,7 +18,9 @@
<div class="vr d-none d-sm-block"></div> <div class="vr d-none d-sm-block"></div>
<div class="col-xs-12 col-sm-7"> <div class="col-xs-12 col-sm-7">
{!! Form::open(['route' => 'apps.search', 'role' => 'form', 'method' => 'GET', 'class' => 'm-0']) !!} {!! Form::open(['route' => 'apps.search', 'role' => 'form', 'method' => 'GET', 'class' => 'm-0']) !!}
<x-search-string model="" /> <div class="searh-field tags-input__wrapper">
<input name="keyword" value="{{ isset($keyword) ? $keyword : '' }}" type="text" class="form-control form-control-sm d-inline-block w-100" placeholder="{{ trans('general.search_placeholder') }}" autocomplete="off">
</div>
{!! Form::close() !!} {!! Form::close() !!}
</div> </div>
<div class="col-xs-12 col-sm-3 text-center"> <div class="col-xs-12 col-sm-3 text-center">