changes
This commit is contained in:
@@ -6,7 +6,10 @@
|
||||
<div
|
||||
v-for="(v, i) in rows"
|
||||
:key="i"
|
||||
:class="['field is-grouped py-1 my-0', i !== rows.length - 1 && 'border-bottom']"
|
||||
class="field is-grouped py-1 my-0"
|
||||
:style="{
|
||||
borderBottom: i !== rows.length - 1 && '1px solid red',
|
||||
}"
|
||||
>
|
||||
<p
|
||||
class="control is-expanded py-0 fs-14 hyperlink"
|
||||
@@ -18,6 +21,10 @@
|
||||
v-if="checked[i] && notick !== true"
|
||||
>
|
||||
<SvgIcon v-bind="{ name: 'tick.svg', type: 'primary', size: 15 }"></SvgIcon>
|
||||
<Icon
|
||||
name="material-symbols:check-rounded"
|
||||
:size="15"
|
||||
/>
|
||||
</span>
|
||||
</p>
|
||||
<p
|
||||
|
||||
Reference in New Issue
Block a user