Conformance: backend update Conformance checker API, fix issues section layout.
This commit is contained in:
@@ -40,15 +40,15 @@
|
||||
<p class="h2 mb-2 px-4">Trace #{{ showTraceId }}</p>
|
||||
<div class="h-52 w-full px-2 mb-2 border border-neutral-300 rounded">
|
||||
<div class="h-full w-full">
|
||||
<!-- <div id="cfmTrace" ref="cfmTrace" class="h-full min-w-full relative"></div> -->
|
||||
<div id="cfmTrace" ref="cfmTrace" class="h-full min-w-full relative"></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="overflow-y-auto overflow-x-auto scrollbar h-[calc(100%_-_264px)]">
|
||||
<!-- <DataTable :value="caseData" showGridlines tableClass="text-sm" breakpoint="0">
|
||||
<DataTable :value="caseData" showGridlines tableClass="text-sm" breakpoint="0">
|
||||
<div v-for="(col, index) in columnData" :key="index">
|
||||
<Column :field="col.field" :header="col.header" sortable></Column>
|
||||
</div>
|
||||
</DataTable> -->
|
||||
</DataTable>
|
||||
<!-- <infinite-loading @infinite="infiniteHandler"></infinite-loading> -->
|
||||
<!-- <div v-if="!maxItems">Loading more...</div>
|
||||
<div v-else>No more data available.</div> -->
|
||||
@@ -85,9 +85,6 @@ export default {
|
||||
},
|
||||
}
|
||||
},
|
||||
// directives: {
|
||||
// infiniteScroll, // 注册 vue-infinite-scroll 指令
|
||||
// },
|
||||
computed: {
|
||||
traceTotal: function() {
|
||||
return this.traceList.length;
|
||||
@@ -230,3 +227,9 @@ export default {
|
||||
},
|
||||
}
|
||||
</script>
|
||||
<style scoped>
|
||||
/* 進度條顏色 */
|
||||
:deep(.p-progressbar .p-progressbar-value) {
|
||||
@apply bg-primary
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user