mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-23 16:53:50 +02:00
style: adjust search flex properties for better layout
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
<el-input
|
||||
v-model="friendLogTable.filters[1].value"
|
||||
:placeholder="t('view.friend_log.search_placeholder')"
|
||||
style="flex: none; width: 150px; margin-left: 10px" />
|
||||
style="flex: 0.4; margin-left: 10px" />
|
||||
</div>
|
||||
|
||||
<DataTable v-bind="friendLogTable">
|
||||
|
||||
Reference in New Issue
Block a user