mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2026-01-20 20:01:22 +00:00
style dropdwon search menu outside cards
This commit is contained in:
parent
ec6c46a418
commit
42d14421e0
@ -1,8 +1,11 @@
|
||||
<template>
|
||||
<div class="group-member">
|
||||
<base-card>
|
||||
<h2 class="title">{{ $t('group.addUser') }}</h2>
|
||||
<ds-select
|
||||
|
||||
<h3 class="title">{{ $t('group.addUser') }}</h3>
|
||||
<ds-space margin-bottom="small" />
|
||||
|
||||
<ds-space margin-bottom="small">
|
||||
<ds-select
|
||||
type="search"
|
||||
icon="search"
|
||||
v-model="query"
|
||||
@ -29,7 +32,12 @@
|
||||
</p>
|
||||
</template>
|
||||
</ds-select>
|
||||
</base-card>
|
||||
|
||||
|
||||
</ds-space>
|
||||
<ds-space margin-bottom="large" />
|
||||
<h3 class="title">{{ $t('group.membersListTitle') }}</h3>
|
||||
<ds-space margin-bottom="small" />
|
||||
<ds-table :fields="tableFields" :data="groupMembers" condensed>
|
||||
<template #avatar="scope">
|
||||
<nuxt-link
|
||||
@ -248,3 +256,10 @@ export default {
|
||||
},
|
||||
}
|
||||
</script>
|
||||
<style scoped>
|
||||
|
||||
|
||||
.ds-select-dropdown {
|
||||
position: unset;
|
||||
}
|
||||
</style>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user