fixed styles
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
"use client";
|
||||
import { envConfig } from "@/app/lib/config";
|
||||
import axios from "axios";
|
||||
import { useEffect, useState } from "react";
|
||||
import axios from "axios";
|
||||
|
||||
interface Periodo {
|
||||
id_periodo: number;
|
||||
@@ -114,7 +114,7 @@ export default function Inscripciones() {
|
||||
</div>
|
||||
</form>
|
||||
|
||||
<div style={{background:"#f9f9f9", top:"-1000px"}}>
|
||||
<div style={{overflowY:"auto",scrollbarWidth:"none", background:""}}>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
|
||||
@@ -81,7 +81,6 @@ export default function Page() {
|
||||
|
||||
return (
|
||||
<section className="containerSection">
|
||||
{}
|
||||
{modo === "ver" && (
|
||||
<section className="containersection">
|
||||
<h3 className="title">PROGRAMAS</h3>
|
||||
@@ -106,7 +105,8 @@ export default function Page() {
|
||||
</button>
|
||||
|
||||
<button
|
||||
className={`button buttonSearch ${styleprograms.button}`}
|
||||
className={`button buttonSearch`}
|
||||
style={{margin:"5px"}}
|
||||
onClick={handleNuevo}
|
||||
>
|
||||
Nuevo
|
||||
|
||||
@@ -6,8 +6,4 @@
|
||||
}
|
||||
.margin {
|
||||
margin: 10px 10px;
|
||||
}
|
||||
.button {
|
||||
margin-left: 20px;
|
||||
margin-top: 20px;
|
||||
}
|
||||
}
|
||||
@@ -5,7 +5,6 @@ import Toggle from "@/app/Components/Global/Toggle/Toggle";
|
||||
import SearchDateBetween from "@/app/Components/SearchDateBetween/SearchDateBetween";
|
||||
import PorServicios from "@/app/Components/Reportes/porServicio";
|
||||
import PorRecibos from "@/app/Components/Reportes/porRecibo";
|
||||
import DownloadReporteXLSX from "@/app/Components/Dowload/Reporte";
|
||||
|
||||
export default function ReportesClient({
|
||||
defaultKey,
|
||||
|
||||
Reference in New Issue
Block a user