Приведение input к единому стилю
This commit is contained in:
@@ -54,7 +54,7 @@
|
||||
|
||||
<br><br>
|
||||
<div class="row justify-center">
|
||||
<!--q-btn class="q-px-sm" color="primary" dense no-caps rounded @click="openDonate">
|
||||
<!--q-btn class="q-px-sm" color="primary" dense no-caps @click="openDonate">
|
||||
Помочь проекту
|
||||
</q-btn-->
|
||||
</div>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<div ref="header" class="scroll-header bg-blue-2">
|
||||
<q-input
|
||||
ref="input" v-model="search"
|
||||
outlined rounded dense
|
||||
outlined dense
|
||||
style="position: relative; top: 4px; left: 200px; width: 350px" bg-color="white"
|
||||
placeholder="Найти"
|
||||
@click.stop
|
||||
@@ -86,7 +86,7 @@
|
||||
<q-th key="desc" class="td-mp" style="width: 300px" :props="props" colspan="4">
|
||||
<q-input
|
||||
ref="input" v-model="search"
|
||||
outlined dense rounded style="position: absolute; top: 6px; left: 90px; width: 350px" bg-color="white"
|
||||
outlined dense style="position: absolute; top: 6px; left: 90px; width: 350px" bg-color="white"
|
||||
placeholder="Найти"
|
||||
@click.stop
|
||||
>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
ref="input"
|
||||
v-model="search"
|
||||
class="q-ml-sm col"
|
||||
outlined dense rounded
|
||||
outlined dense
|
||||
bg-color="grey-4"
|
||||
placeholder="Найти"
|
||||
@click.stop
|
||||
|
||||
Reference in New Issue
Block a user