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
57123e57
Commit
57123e57
authored
Aug 18, 2025
by
tungnq
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
TODO: Đã bổ sung một số thuộc tính để phù hợp với figma và sửa khoảng cách header
parent
d16364c7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
8 deletions
+6
-8
Header.js
src/components/Header/Header.js
+1
-1
style.js
src/screens/academic_advisor/list_student/detail/style.js
+5
-7
No files found.
src/components/Header/Header.js
View file @
57123e57
...
...
@@ -71,7 +71,7 @@ const styles = StyleSheet.create({
},
btnBack
:
{
position
:
'absolute'
,
left
:
WIDTH
(
10
)
,
left
:
10
,
width
:
WIDTH
(
35
),
height
:
HEIGHT
(
30
),
alignItems
:
'center'
,
...
...
src/screens/academic_advisor/list_student/detail/style.js
View file @
57123e57
...
...
@@ -15,7 +15,7 @@ const styles = StyleSheet.create({
shadowColor
:
R
.
colors
.
black
,
shadowOffset
:{
width
:
0.5
,
height
:
2
},
shadowOpacity
:
Platform
.
OS
===
'ios'
?
0.25
:
1
,
shadowRadius
:
5
,
shadowRadius
:
2
,
elevation
:
Platform
.
OS
===
'ios'
?
1
:
2
,
},
...
...
@@ -25,17 +25,15 @@ const styles = StyleSheet.create({
justifyContent
:
'center'
,
marginBottom
:
5
,
},
containerTextItemLeft
:{
flex
:
3
,
alignItems
:
'center
'
,
justifyContent
:
'center
'
,
containerTextItemLeft
:{
alignItems
:
'flex-start'
,
justifyContent
:
'flex-start
'
,
width
:
'45%
'
,
},
containerTextItemRight
:{
flex
:
3
,
flexDirection
:
'row'
,
alignItems
:
'center'
,
justifyContent
:
'center'
,
marginRight
:
15
},
sizedBox
:{
flex
:
3
...
...
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