生产管理系统前端 - 修复模板编码亮暗色不匹配的问题
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user