This commit is contained in:
rustmailer
2026-03-26 22:02:21 +08:00
parent 0914bf710e
commit 7626634863
2 changed files with 5 additions and 4 deletions
+2 -1
View File
@@ -113,7 +113,7 @@ export function MailListTable({
</div>
);
},
meta: { className: 'w-[150px]' },
meta: { className: 'w-[150px] text-xs' },
minSize: 150, maxSize: 150,
},
{
@@ -162,6 +162,7 @@ export function MailListTable({
</div>
);
},
meta: { className: 'text-xs' },
maxSize: 120,
},
{
@@ -114,10 +114,10 @@ export function TextSearchInput() {
<SelectTrigger
className={cn(
"h-9 w-[110px] md:w-[130px] border-r border-border rounded-r-none",
"text-xs md:text-sm bg-transparent focus:ring-0 focus:ring-offset-0 shadow-none border-y-0 border-l-0"
"text-xs md:text-xs bg-transparent focus:ring-0 focus:ring-offset-0 shadow-none border-y-0 border-l-0"
)}
>
<SelectValue />
<SelectValue/>
</SelectTrigger>
<SelectContent className="min-w-[240px]">
<SelectItem value="text" className="font-medium cursor-pointer text-xs">
@@ -192,7 +192,7 @@ export function TextSearchInput() {
onClick={() => handleSelectHistory(term)}
>
<Search className="h-3.5 w-3.5 text-muted-foreground group-hover:text-primary" />
<span className="truncate flex-1">{term}</span>
<span className="truncate flex-1 text-xs">{term}</span>
</button>
))
) : (