files text ellipsis layout done
This commit is contained in:
@@ -15,8 +15,8 @@
|
||||
<h3 class="text-sm font-medium mb-2">
|
||||
File type
|
||||
</h3>
|
||||
<p class="text-sm text-neutral-500">
|
||||
Daily operation records of......
|
||||
<p class="text-sm text-neutral-500 whitespace-nowrap break-keep text-ellipsis overflow-hidden">
|
||||
Daily operation recggggggggggggly operation records of Daily operation records of Daily operation records of Daily operation records of
|
||||
</p>
|
||||
</div>
|
||||
<p class="text-sm text-neutral-500">
|
||||
@@ -126,7 +126,7 @@
|
||||
</figure>
|
||||
</div>
|
||||
<div style="margin-left: -16px; margin-right: -16px;" class="overflow-y-scroll overflow-x-hidden h-[calc(100vh_-_480px)] scrollbar">
|
||||
<table class="w-full border-separate border-spacing-x-4 text-sm ">
|
||||
<table class="w-full border-separate border-spacing-x-4 text-sm table-fixed">
|
||||
<thead class="sticky top-0 bg-neutral-10">
|
||||
<tr>
|
||||
<th>
|
||||
@@ -390,10 +390,10 @@
|
||||
<style scoped lang="scss">
|
||||
table {
|
||||
th {
|
||||
@apply border-b border-neutral-500 p-3 text-left font-black
|
||||
@apply border-b border-neutral-500 p-3 text-left font-black whitespace-nowrap break-keep overflow-hidden text-ellipsis
|
||||
}
|
||||
td {
|
||||
@apply border-b border-neutral-300 p-3 font-medium break-all
|
||||
@apply border-b border-neutral-300 p-3 font-medium whitespace-nowrap break-keep overflow-hidden text-ellipsis
|
||||
}
|
||||
tr {
|
||||
@apply hover:bg-primary/50 duration-300
|
||||
|
||||
Reference in New Issue
Block a user