fix: file grid card line-height done.

This commit is contained in:
chiayin
2024-02-22 10:38:07 +08:00
parent d921d9fa75
commit d18673acc8
2 changed files with 12 additions and 12 deletions

View File

@@ -12,7 +12,7 @@
<section class="w-[204px] box-border pr-4">
<div class="mb-4">
<p class="h2">File Name</p>
<p class="text-sm whitespace-nowrap break-keep overflow-hidden text-ellipsis" :title="primaryStatData.name">{{ primaryStatData.name }}</p>
<p class="text-sm leading-normal whitespace-nowrap break-keep overflow-hidden text-ellipsis" :title="primaryStatData.name">{{ primaryStatData.name }}</p>
</div>
<!-- Stats -->
<ul class="pb-4 border-b border-neutral-300">
@@ -81,7 +81,7 @@
<section class="w-[204px] box-border pl-4">
<div class="mb-4">
<p class="h2">File Name</p>
<p class="text-sm whitespace-nowrap break-keep overflow-hidden text-ellipsis" :title="secondaryStatData.name">{{ secondaryStatData.name }}</p>
<p class="text-sm leading-norma whitespace-nowrap break-keep overflow-hidden text-ellipsis" :title="secondaryStatData.name">{{ secondaryStatData.name }}</p>
</div>
<!-- Stats -->
<ul class="pb-4 border-b border-neutral-300">