ソースを参照

Поправка разметки

Book Pauk 2 年 前
コミット
f362026a21
1 ファイル変更2 行追加2 行削除
  1. 2 2
      client/components/Search/Search.vue

+ 2 - 2
client/components/Search/Search.vue

@@ -77,13 +77,13 @@
                     </q-input>
                     </q-input>
 
 
                     <div class="q-mx-xs" />
                     <div class="q-mx-xs" />
-                    <DivBtn class="text-white bg-grey-13" :size="30" :icon-size="24" icon="la la-broom" round @click="setDefaults">
+                    <DivBtn class="text-white q-mt-xs bg-grey-13" :size="30" :icon-size="24" icon="la la-broom" round @click="setDefaults">
                         <q-tooltip :delay="1500" anchor="bottom middle" content-style="font-size: 80%" max-width="400px">
                         <q-tooltip :delay="1500" anchor="bottom middle" content-style="font-size: 80%" max-width="400px">
                             Сбросить поиск
                             Сбросить поиск
                         </q-tooltip>
                         </q-tooltip>
                     </DivBtn>
                     </DivBtn>
                     <div class="q-mx-xs" />
                     <div class="q-mx-xs" />
-                    <DivBtn class="text-white bg-grey-13" :size="30" :icon-size="24" icon="la la-question" round @click="showSearchHelp">
+                    <DivBtn class="text-white q-mt-xs bg-grey-13" :size="30" :icon-size="24" icon="la la-question" round @click="showSearchHelp">
                         <q-tooltip :delay="1500" anchor="bottom middle" content-style="font-size: 80%" max-width="400px">
                         <q-tooltip :delay="1500" anchor="bottom middle" content-style="font-size: 80%" max-width="400px">
                             Подсказка
                             Подсказка
                         </q-tooltip>
                         </q-tooltip>