mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-27 02:33:48 +02:00
use tailwind class
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
:total-items="totalItems"
|
||||
:on-page-size-change="handlePageSizeChange">
|
||||
<template #toolbar>
|
||||
<div style="margin: 0 0 10px; display: flex; align-items: center">
|
||||
<div class="mt-0 mx-0 mb-2" style="display: flex; align-items: center">
|
||||
<div style="flex: none; display: flex; align-items: center" class="mr-2">
|
||||
<Popover v-model:open="popoverOpen">
|
||||
<PopoverTrigger as-child>
|
||||
@@ -72,10 +72,11 @@
|
||||
</ToggleGroupItem>
|
||||
</ToggleGroup>
|
||||
<InputGroupField
|
||||
class="ml-2"
|
||||
v-model="feedTable.search"
|
||||
:placeholder="t('view.feed.search_placeholder')"
|
||||
clearable
|
||||
style="flex: 0.4; margin-left: 10px"
|
||||
style="flex: 0.4"
|
||||
@keyup.enter="feedTableLookup"
|
||||
@change="feedTableLookup" />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user