Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
AppUms_Lecturer
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
tungnq
AppUms_Lecturer
Commits
b88aa446
Commit
b88aa446
authored
Aug 18, 2025
by
tungnq
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
TODO: Fix giao diện lần 3
parent
49ef3881
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
style.js
src/screens/academic_advisor/list_student/style.js
+3
-1
view.js
src/screens/academic_advisor/list_student/view.js
+0
-2
No files found.
src/screens/academic_advisor/list_student/style.js
View file @
b88aa446
...
@@ -61,7 +61,9 @@ const styles = StyleSheet.create({
...
@@ -61,7 +61,9 @@ const styles = StyleSheet.create({
color
:
R
.
colors
.
black
,
color
:
R
.
colors
.
black
,
},
},
body
:
{},
body
:
{
flex
:
1
,
},
listContainer
:
{
listContainer
:
{
paddingBottom
:
20
,
paddingBottom
:
20
,
},
},
...
...
src/screens/academic_advisor/list_student/view.js
View file @
b88aa446
...
@@ -133,7 +133,6 @@ const ListStudentView = props => {
...
@@ -133,7 +133,6 @@ const ListStudentView = props => {
<
View
style
=
{
styles
.
body
}
>
<
View
style
=
{
styles
.
body
}
>
{
renderSearchBox
()}
{
renderSearchBox
()}
{
renderListStatus
()}
{
renderListStatus
()}
<
View
style
=
{{
flex
:
1
}}
>
<
FlatList
<
FlatList
data
=
{
filter
||
[]}
data
=
{
filter
||
[]}
renderItem
=
{
renderStudentItem
}
renderItem
=
{
renderStudentItem
}
...
@@ -143,7 +142,6 @@ const ListStudentView = props => {
...
@@ -143,7 +142,6 @@ const ListStudentView = props => {
/
>
/
>
<
/View
>
<
/View
>
<
/View
>
<
/View
>
<
/View
>
);
);
};
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment