test: E2E-conformance rule Have activity.

This commit is contained in:
chiayin
2023-12-06 17:26:55 +08:00
parent 31c9143aa6
commit 7a98f549b6
3 changed files with 58 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
<template>
<div class="space-y-2" id="cyp-conformance-result-check">
<div class="space-y-2">
<div class="flex justify-start items-center pr-4" v-for="(act, index) in datadata" :key="index">
<span class="material-symbols-outlined text-primary mr-2">
<span class="material-symbols-outlined text-primary mr-2" id="cyp-conformance-result-check">
check_circle
</span>
<p class="px-2 py-1 border border-neutral-500 w-full whitespace-nowrap break-keep text-ellipsis overflow-hidden">{{ act }}</p>