|
@@ -1,6 +1,6 @@
|
|
|
import { Skeleton, Box } from '@mui/material';
|
|
import { Skeleton, Box } from '@mui/material';
|
|
|
import React from 'react'
|
|
import React from 'react'
|
|
|
-const big_as = 50
|
|
|
|
|
|
|
+const big_as = 70
|
|
|
|
|
|
|
|
export function Candidato (props) {
|
|
export function Candidato (props) {
|
|
|
let { password,puesto,DPI, aplicacion,pendientes } = props.user
|
|
let { password,puesto,DPI, aplicacion,pendientes } = props.user
|
|
@@ -30,10 +30,7 @@ export function Candidato (props) {
|
|
|
|
|
|
|
|
export function Preview() {
|
|
export function Preview() {
|
|
|
return(
|
|
return(
|
|
|
- <Box sx={{ width: '100%'}}>
|
|
|
|
|
- <Skeleton height={big_as} animation="wave" />
|
|
|
|
|
- <Skeleton height={big_as} animation="wave" />
|
|
|
|
|
- <Skeleton height={big_as} animation="wave" />
|
|
|
|
|
|
|
+ <Box sx={{ width: '100%' }}>
|
|
|
<Skeleton height={big_as} animation="wave" />
|
|
<Skeleton height={big_as} animation="wave" />
|
|
|
<Skeleton height={big_as} animation="wave" />
|
|
<Skeleton height={big_as} animation="wave" />
|
|
|
<Skeleton height={big_as} animation="wave" />
|
|
<Skeleton height={big_as} animation="wave" />
|