diff --git a/src/index.css b/src/index.css index e68194e..dd4feec 100755 --- a/src/index.css +++ b/src/index.css @@ -616,6 +616,17 @@ th { width: 100%; } +/* Alinhamento de texto e checkbox */ +.checkbox-label { + display: flex; + align-items: center; + gap: 8px; +} + +.checkbox-label input[type="checkbox"] { + margin: 0; +} + .button-grid { margin-top: 10px; display: flex; diff --git a/src/pages/Connectivity.jsx b/src/pages/Connectivity.jsx index 41d49a3..bedd610 100755 --- a/src/pages/Connectivity.jsx +++ b/src/pages/Connectivity.jsx @@ -112,13 +112,13 @@ const Connectivity = () => { {mqttMsg &&
{mqttMsg}
}
{ e.preventDefault(); saveMqtt(); }}>
-
diff --git a/src/pages/ElectricalNetwork.jsx b/src/pages/ElectricalNetwork.jsx index edc94a7..a259b50 100755 --- a/src/pages/ElectricalNetwork.jsx +++ b/src/pages/ElectricalNetwork.jsx @@ -78,47 +78,47 @@ export default function ElectricalNetwork() { />
-

Proteção de Segurança Elétrica

-
-

Balanceamento de Carga

-
@@ -142,23 +142,23 @@ export default function ElectricalNetwork() { />
-
-
diff --git a/src/pages/LoadBalancing.jsx b/src/pages/LoadBalancing.jsx index 47d5a70..6e93ba4 100755 --- a/src/pages/LoadBalancing.jsx +++ b/src/pages/LoadBalancing.jsx @@ -74,13 +74,13 @@ export default function LoadBalancing() { {/* Controle de Ativação/Desativação */}
-
@@ -104,14 +104,14 @@ export default function LoadBalancing() { {devices.map((device) => (
-
))} diff --git a/src/pages/Mqtt.jsx b/src/pages/Mqtt.jsx index 327ba84..5d8edea 100755 --- a/src/pages/Mqtt.jsx +++ b/src/pages/Mqtt.jsx @@ -44,13 +44,13 @@ export default function Mqtt() { ) : ( { e.preventDefault(); save(); }}>
-
diff --git a/src/pages/Security.jsx b/src/pages/Security.jsx index a04611d..2e4d3bc 100755 --- a/src/pages/Security.jsx +++ b/src/pages/Security.jsx @@ -38,29 +38,29 @@ const Security = () => {

Métodos de Autorização

-