mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-30 17:04:31 +08:00
(fix) CSS item relationship [SCI-9934] (#6892)
This commit is contained in:
parent
ac8f5d8198
commit
61965b8189
2 changed files with 3 additions and 3 deletions
|
@ -10,7 +10,7 @@
|
|||
</div>
|
||||
<div class="flex flex-col gap-2">
|
||||
<template v-if="!canEdit">
|
||||
<span v-if="range" class="text-sn-grey">
|
||||
<span v-if="range" class="text-sn-dark-grey">
|
||||
<template v-if="colVal.start_time && colVal.end_time">
|
||||
{{ colVal.start_time.formatted }} - {{ colVal.end_time.formatted }}
|
||||
</template>
|
||||
|
@ -18,7 +18,7 @@
|
|||
{{ viewPlaceholder }}
|
||||
</template>
|
||||
</span>
|
||||
<span v-else class="text-sn-grey">
|
||||
<span v-else class="text-sn-dark-grey">
|
||||
<template v-if="colVal.formatted">
|
||||
{{ colVal.formatted }}
|
||||
</template>
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
<th id="assigned" data-unmanageable="true"><%= t("repositories.table.assigned") %></th>
|
||||
<th id="row-id"><%= t("repositories.table.id") %></th>
|
||||
<th id="row-name"><%= t("repositories.table.row_name") %></th>
|
||||
<th id="relationship"><%= t("repositories.table.relationships") %></th>
|
||||
<th id="relationship" title="<%= t("repositories.table.relationships") %>"><%= t("repositories.table.relationships") %></th>
|
||||
<th id="added-on" ><%= t("repositories.table.added_on") %></th>
|
||||
<th id="added-by" ><%= t("repositories.table.added_by") %></th>
|
||||
<th id="archived-on"><%= t("repositories.table.archived_on") %></th>
|
||||
|
|
Loading…
Add table
Reference in a new issue