生产管理系统前端 - 修复模板编码亮暗色不匹配的问题

This commit is contained in:
2025-10-23 19:59:10 +08:00
parent 3c92cb89f2
commit 19a2025931

View File

@@ -69,7 +69,7 @@ export function MessageTemplateList({ templates, onEdit, onDelete, onTest }: Mes
templates.map((template) => (
<TableRow key={template.id}>
<TableCell>
<code className="text-xs bg-gray-100 px-2 py-1 rounded">
<code className="text-xs px-2 py-1 rounded">
{template.code}
</code>
</TableCell>