mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2026-01-07 00:36:08 +08:00
Center experiment description for tables [SCI-10519]
This commit is contained in:
parent
4beb3fae96
commit
3dc0e17a7e
1 changed files with 6 additions and 2 deletions
|
|
@ -1,6 +1,10 @@
|
|||
<template>
|
||||
<div class="group relative flex items-center group-hover:marker text-xs">
|
||||
<div class="flex items-end gap-2">
|
||||
<div class="group relative flex items-center group-hover:marker text-xs h-full w-full">
|
||||
<div class="flex gap-2"
|
||||
:class="{
|
||||
'items-center': params.dtComponent.currentViewRender === 'table',
|
||||
'items-end': params.dtComponent.currentViewRender === 'cards'
|
||||
}">
|
||||
<span v-if="shouldTruncateText"
|
||||
class="cursor-pointer grow"
|
||||
:class="{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue