Deploy Inicial do SteelCheck com Docker Build Automatizado
This commit is contained in:
@@ -118,7 +118,7 @@ export const ReportDisplay: React.FC<ReportDisplayProps> = ({ report }) => {
|
||||
<section className="grid grid-cols-1 md:grid-cols-12 gap-5 mb-5">
|
||||
|
||||
{/* Propriedades Mecânicas (Esquerda) */}
|
||||
<div className="col-span-1 md:col-span-5 flex flex-col">
|
||||
<div className="col-span-1 md:col-span-7 flex flex-col">
|
||||
<h3 className="text-[10px] uppercase font-bold tracking-wider text-slate-400 dark:text-slate-500 mb-2.5 flex items-center gap-1.5">
|
||||
<span className="w-1.5 h-1.5 bg-slate-400 dark:bg-slate-500 rounded-full"></span>
|
||||
2. Propriedades Mecânicas
|
||||
@@ -172,7 +172,7 @@ export const ReportDisplay: React.FC<ReportDisplayProps> = ({ report }) => {
|
||||
</div>
|
||||
|
||||
{/* Composição Química (Direita) */}
|
||||
<div className="col-span-1 md:col-span-7 flex flex-col">
|
||||
<div className="col-span-1 md:col-span-5 flex flex-col">
|
||||
<h3 className="text-[10px] uppercase font-bold tracking-wider text-slate-400 dark:text-slate-500 mb-2.5 flex items-center gap-1.5">
|
||||
<span className="w-1.5 h-1.5 bg-slate-400 dark:bg-slate-500 rounded-full"></span>
|
||||
3. Composição Química (%)
|
||||
|
||||
Reference in New Issue
Block a user