test: E2E-conformance rule Activity duration done.
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
<template>
|
||||
<div class="space-y-2" id="cyp-conformance-result-check">
|
||||
<div class="flex justify-start items-center pr-4" v-for="(act, index) in datadata" :key="index">
|
||||
<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">
|
||||
<span class="material-symbols-outlined text-primary mr-2">
|
||||
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>
|
||||
</div>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
</template>
|
||||
<script>
|
||||
export default {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<div class="flex justify-between items-center">
|
||||
<div class="flex justify-between items-center" id="cyp-timerange">
|
||||
<Durationjs :max="minVuemax" :min="minVuemin" :size="'min'" :updateMax="updateMax" @total-seconds="minTotalSeconds"></Durationjs>
|
||||
<span>~</span>
|
||||
<Durationjs :max="maxVuemax" :min="maxVuemin" :size="'max'" @total-seconds="maxTotalSeconds"></Durationjs>
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<div v-if="totalSeconds === 0" class="text-center">
|
||||
<p>0</p>
|
||||
</div>
|
||||
<div v-else class="flex justify-center items-center gap-1">
|
||||
<div v-else class="flex justify-center items-center gap-1" id="cyp-timerange-show">
|
||||
<p>{{ days }}d</p>
|
||||
<p>{{ hours }}h</p>
|
||||
<p>{{ minutes }}m</p>
|
||||
|
||||
Reference in New Issue
Block a user