fix: Issues #51 done.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<ul class="space-y-2" id="cyp-conformance-result-check">
|
||||
<li class="flex justify-start items-center pr-4" v-for="(act, index) in datadata" :key="index">
|
||||
<li class="flex justify-start items-center pr-4" v-for="(act, index) in datadata" :key="index" :title="act">
|
||||
<span class="material-symbols-outlined text-primary mr-2">
|
||||
check_circle
|
||||
</span>
|
||||
|
||||
Reference in New Issue
Block a user