Xio-PM mit Mock Daten

This commit is contained in:
ISA
2025-01-24 08:59:23 +01:00
parent 090ddbc385
commit d6ed002ff3
3 changed files with 173 additions and 79 deletions

View File

@@ -44,10 +44,8 @@ const AnalogeEingaengeComponent = () => {
];
return (
<div className="border rounded-lg shadow-md p-4 bg-white flex flex-col h-full">
<h3 className="text-lg font-semibold mb-4 flex-shrink-0">
Analoge Eingänge
</h3>
<div className="border rounded-lg shadow-md p-6 bg-white flex flex-col h-full">
<h3 className="text-sm font-semibold mb-1">Analoge Eingänge</h3>
<div className="overflow-auto flex-grow">
<table className="table-auto w-full h-full text-sm text-left border-collapse">
<thead className="bg-gray-100 text-gray-700">