mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-11-01 09:07:21 +08:00
Fix experiment description position in table [SCI-10519]
This commit is contained in:
parent
3369ec07ec
commit
71e2b4a397
1 changed files with 2 additions and 1 deletions
|
|
@ -1,5 +1,6 @@
|
|||
<template>
|
||||
<div class="group relative flex items-center group-hover:marker text-xs h-full w-full">
|
||||
<div class="group relative flex items-center group-hover:marker text-xs h-full w-full"
|
||||
:style="{ lineHeight: 'unset' }">
|
||||
<div class="flex gap-2"
|
||||
:class="{
|
||||
'items-center': params.dtComponent.currentViewRender === 'table',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue