Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
AppUms_Student
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_Student
Commits
5d4d1d0c
Commit
5d4d1d0c
authored
Aug 12, 2025
by
nguyenquangtung004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
TODO:Đã fix xong một số bug về giao diện thành công thành công
parent
08fb9b10
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
7 deletions
+7
-7
item_view.js
src/screens/exam_schedule/item_view.js
+2
-1
item.js
src/screens/outpatient_information/item.js
+1
-2
style.js
src/screens/training_point/style.js
+4
-4
No files found.
src/screens/exam_schedule/item_view.js
View file @
5d4d1d0c
...
@@ -32,8 +32,9 @@ const styles = StyleSheet.create({
...
@@ -32,8 +32,9 @@ const styles = StyleSheet.create({
shadowColor
:
R
.
colors
.
black
,
shadowColor
:
R
.
colors
.
black
,
shadowOffset
:
{
shadowOffset
:
{
width
:
0
,
width
:
0
,
height
:
2
},
},
shadowOpacity
:
1
,
shadowOpacity
:
0.5
,
shadowRadius
:
2
,
shadowRadius
:
2
,
elevation
:
1
,
elevation
:
1
,
backgroundColor
:
R
.
colors
.
white
,
backgroundColor
:
R
.
colors
.
white
,
...
...
src/screens/outpatient_information/item.js
View file @
5d4d1d0c
...
@@ -35,14 +35,13 @@ const styles = StyleSheet.create({
...
@@ -35,14 +35,13 @@ const styles = StyleSheet.create({
borderRadius
:
15
,
borderRadius
:
15
,
marginBottom
:
18
,
marginBottom
:
18
,
padding
:
15
,
padding
:
15
,
elevation
:
2
,
elevation
:
1
,
shadowColor
:
R
.
colors
.
black
,
shadowColor
:
R
.
colors
.
black
,
shadowOffset
:
{
shadowOffset
:
{
width
:
0
,
width
:
0
,
height
:
2
,
height
:
2
,
},
},
shadowRadius
:
2
,
shadowRadius
:
2
,
borderWidth
:
1
,
borderWidth
:
1
,
borderColor
:
R
.
colors
.
grey_50
,
borderColor
:
R
.
colors
.
grey_50
,
},
},
...
...
src/screens/training_point/style.js
View file @
5d4d1d0c
...
@@ -12,11 +12,11 @@ const styles = StyleSheet.create({
...
@@ -12,11 +12,11 @@ const styles = StyleSheet.create({
shadowColor
:
R
.
colors
.
black
,
shadowColor
:
R
.
colors
.
black
,
shadowOffset
:
{
shadowOffset
:
{
width
:
0
,
width
:
0
,
height
:
0
,
height
:
2
,
},
},
shadowOpacity
:
1
,
shadowOpacity
:
0.5
,
shadowRadius
:
5
,
shadowRadius
:
1
,
elevation
:
5
,
elevation
:
1
,
paddingVertical
:
10
,
paddingVertical
:
10
,
paddingHorizontal
:
15
,
paddingHorizontal
:
15
,
borderRadius
:
10
,
borderRadius
:
10
,
...
...
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