mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
AddPerson suggestions: all line make checkbox clickable
This commit is contained in:
parent
84f772b42b
commit
5a2e6c0969
@ -1,6 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="list-item" :class="{ checked: isChecked }">
|
<div class="list-item" :class="{ checked: isChecked }">
|
||||||
|
|
||||||
|
<label>
|
||||||
<div>
|
<div>
|
||||||
<input
|
<input
|
||||||
v-bind:type="type"
|
v-bind:type="type"
|
||||||
@ -24,6 +25,7 @@
|
|||||||
v-if="item.result.type === 'user'"
|
v-if="item.result.type === 'user'"
|
||||||
v-bind:item="item">
|
v-bind:item="item">
|
||||||
</suggestion-user>
|
</suggestion-user>
|
||||||
|
</label>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
@ -78,6 +80,9 @@ export default {
|
|||||||
background-color: #ececec;
|
background-color: #ececec;
|
||||||
border-bottom: 1px dotted #8b8b8b;
|
border-bottom: 1px dotted #8b8b8b;
|
||||||
}
|
}
|
||||||
|
label {
|
||||||
|
display: inline-flex;
|
||||||
|
width: 100%;
|
||||||
div.container {
|
div.container {
|
||||||
& > input {
|
& > input {
|
||||||
margin-right: 0.8em;
|
margin-right: 0.8em;
|
||||||
@ -106,4 +111,5 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user