Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
proygrado
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
MARTIN MENDEZ GONZALEZ
proygrado
Commits
7d638783
Commit
7d638783
authored
7 years ago
by
Gonzalo Fabian Cameto Hernandez
Browse files
Options
Downloads
Patches
Plain Diff
Scroll en seccion grupos para grupos alumnos y archivos
parent
d66e3f72
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
frontendAngular4/src/app/layout/archivos/archivos.component.html
+1
-1
1 addition, 1 deletion
...dAngular4/src/app/layout/archivos/archivos.component.html
frontendAngular4/src/app/layout/grupos/grupos.component.html
+6
-6
6 additions, 6 deletions
frontendAngular4/src/app/layout/grupos/grupos.component.html
with
7 additions
and
7 deletions
frontendAngular4/src/app/layout/archivos/archivos.component.html
+
1
−
1
View file @
7d638783
...
...
@@ -75,7 +75,7 @@
<div
class=
"card"
*ngIf=
"esAlumno"
>
<div
class=
"card-block"
>
<div
class=
"row listado-archivos"
style=
"min-height: 100px"
>
<div
class=
"row listado-archivos"
style=
"min-height: 100px
; overflow-y: scroll;
"
>
<div
class=
"loading"
*ngIf=
"loadingCompartidos"
>
<div
class=
"loading-bar"
></div>
<div
class=
"loading-bar"
></div>
...
...
This diff is collapsed.
Click to expand it.
frontendAngular4/src/app/layout/grupos/grupos.component.html
+
6
−
6
View file @
7d638783
...
...
@@ -17,14 +17,14 @@
<div
*ngIf=
"grupoSeleccionado==undefined"
>
Grupos
</div>
</div>
<div
class=
"card-block"
*ngIf=
"grupoSeleccionado == undefined"
>
<div
class=
"row listado-grupos"
style=
"min-height: 100px"
>
<div
class=
"row listado-grupos"
style=
"min-height: 100px
; overflow-y: scroll;
"
>
<div
class=
"loading"
*ngIf=
"loading"
>
<div
class=
"loading-bar"
></div>
<div
class=
"loading-bar"
></div>
<div
class=
"loading-bar"
></div>
<div
class=
"loading-bar"
></div>
</div>
<div
*ngFor=
"let grupo of grupos"
(click)=
"seleccionarGrupo(grupo)"
class=
"col-sm-3 "
style=
"text-align: center;"
>
<div
*ngFor=
"let grupo of grupos"
(click)=
"seleccionarGrupo(grupo)"
class=
"col-sm-3
col-4
"
style=
"text-align: center;"
>
<i
class=
"fa fa-users"
style=
"font-size: 3em; cursor: pointer;color: rgb(29, 40, 204);"
aria-hidden=
"true"
></i>
<p
style=
"cursor: pointer;"
>
{{grupo.grado + '°' + grupo.grupo+" - "+grupo.anio}}
</p>
</div>
...
...
@@ -42,7 +42,7 @@
<p
class=
"pull-right"
style=
"margin-top: -34px; margin-right: 5px;"
>
{{grupoSeleccionado.grado+ '°' + grupoSeleccionado.grupo+" - "+grupoSeleccionado.anio}}
</p>
</div>
<div
class=
"card-block"
>
<div
class=
"row listado-grupos"
style=
"min-height: 100px"
>
<div
class=
"row listado-grupos"
style=
"min-height: 100px
; overflow-y: scroll;
"
>
<div
*ngFor=
"let alumno of grupoSeleccionado.alumnos"
(click)=
"seleccionarAlumno(alumno)"
class=
"col-sm-3 "
style=
"text-align: center;"
>
<i
class=
"fa fa-user"
style=
"font-size: 3em; cursor: pointer;color: darkorange;"
aria-hidden=
"true"
></i>
<p
style=
"cursor: pointer;"
>
{{alumno.apellido +', ' + alumno.nombre}}
</p>
...
...
@@ -62,8 +62,8 @@
<p
class=
"pull-right"
style=
"margin-top: -34px; margin-right: 5px;"
>
{{grupoSeleccionado.grado+ '°' + grupoSeleccionado.grupo+" - "+grupoSeleccionado.anio}}
</p>
</div>
<div
class=
"card-block"
>
<div
class=
"row listado-grupos"
style=
"min-height: 100px"
>
<div
*ngFor=
"let archivo of grupoSeleccionado.archivos "
(click)=
"seleccionarArchivo(archivo)"
class=
"col-sm-3 "
style=
"text-align: center;"
>
<div
class=
"row listado-grupos"
style=
"min-height: 100px
; overflow-y: scroll;
"
>
<div
*ngFor=
"let archivo of grupoSeleccionado.archivos "
(click)=
"seleccionarArchivo(archivo)"
class=
"col-sm-3
col-4
"
style=
"text-align: center;"
>
<i
class=
"fa fa-file-text"
style=
"font-size: 3em; cursor: pointer;color:orange"
aria-hidden=
"true"
></i>
<p
style=
"cursor: pointer;"
>
{{archivo.nombre}}
</p>
</div>
...
...
@@ -77,7 +77,7 @@
<div
class=
"col-lg-7"
>
<div
class=
"card"
*ngIf=
"alumnoSeleccionado"
>
<div
class=
"card-block"
>
<div
class=
"row listadoEntregasAlumnoGrupos"
style=
"min-height: 100px"
>
<div
class=
"row listadoEntregasAlumnoGrupos"
style=
"min-height: 100px
; overflow-y: scroll;
"
>
<div
*ngFor=
"let entrega of alumnoSeleccionado.archivos"
(click)=
"seleccionarEntrega(entrega)"
class=
"col-sm-3 col-4"
style=
"text-align: center;"
>
<i
[ngStyle]=
""
class=
"fa fa-file-text"
style=
"font-size: 3em; cursor: pointer;"
aria-hidden=
"true"
></i>
<p
style=
"cursor: pointer;"
>
{{entrega.nombre}}
</p>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment