生产管理系统前端 - 修复模板编码亮暗色不匹配的问题
This commit is contained in:
@@ -69,7 +69,7 @@ export function MessageTemplateList({ templates, onEdit, onDelete, onTest }: Mes
|
|||||||
templates.map((template) => (
|
templates.map((template) => (
|
||||||
<TableRow key={template.id}>
|
<TableRow key={template.id}>
|
||||||
<TableCell>
|
<TableCell>
|
||||||
<code className="text-xs bg-gray-100 px-2 py-1 rounded">
|
<code className="text-xs px-2 py-1 rounded">
|
||||||
{template.code}
|
{template.code}
|
||||||
</code>
|
</code>
|
||||||
</TableCell>
|
</TableCell>
|
||||||
|
|||||||
Reference in New Issue
Block a user