mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 12:19:28 +00:00
little layout fix
This commit is contained in:
@@ -119,7 +119,7 @@ export default {
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr v-for="item in data" :style="item.status=='accepted'?'background-color:lightgreen':item.status==='rejected'?'background-color:lightcoral':''">
|
||||
<td class="align-middle text-wrap">{{item.topic}}</td>
|
||||
<td class="align-middle text-wrap ">{{item.topic}}</td>
|
||||
<td class="align-middle " >{{item.status}}</td>
|
||||
<td class="align-middle">{{item.change_timestamp}}</td>
|
||||
|
||||
@@ -142,10 +142,15 @@ export default {
|
||||
</template>
|
||||
|
||||
<template v-else>
|
||||
|
||||
<td class="align-middle text-center">
|
||||
<div class="d-flex flex-row justify-content-evenly">
|
||||
<td class="align-middle text-center"><i role="button" @click="openModal(item)" class="fa fa-eye"></i></td>
|
||||
</template>
|
||||
<i role="button" @click="openModal(item)" class="fa fa-eye"></i>
|
||||
</div>
|
||||
</td>
|
||||
|
||||
</template>
|
||||
|
||||
|
||||
</tr>
|
||||
</tbody>
|
||||
|
||||
@@ -12,7 +12,7 @@ export default{
|
||||
|
||||
},
|
||||
template:`
|
||||
<div class=" row align-items-center justify-content-center">
|
||||
<div class="gy-2 row align-items-center justify-content-center">
|
||||
<div class="col-1 text-center" >
|
||||
|
||||
<i class="fa-solid " :class="{...(data.kontakt.includes('@')?{'fa-envelope':true}:{'fa-phone':true})}" style="color:rgb(0, 100, 156)"></i>
|
||||
|
||||
Reference in New Issue
Block a user