visual fix on search field
This commit is contained in:
parent
6bd1ee5ad1
commit
b2b1caf9db
|
@ -1,8 +1,11 @@
|
||||||
<div>
|
<div>
|
||||||
<style>
|
<style>
|
||||||
|
.process_container{
|
||||||
|
display: flex;
|
||||||
|
flex-direction:column;
|
||||||
|
}
|
||||||
input[name=search]{
|
input[name=search]{
|
||||||
display: block;
|
display: block;
|
||||||
width: 100%;
|
|
||||||
padding: 0.375rem 0.75rem;
|
padding: 0.375rem 0.75rem;
|
||||||
color: #495057;
|
color: #495057;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
|
@ -77,7 +80,7 @@
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</template>
|
</template>
|
||||||
<div>
|
<div class="process_container">
|
||||||
<input name="search" type="text"/>
|
<input name="search" type="text"/>
|
||||||
<ul name="process_list"></ul>
|
<ul name="process_list"></ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue