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
de1342cc
Commit
de1342cc
authored
Aug 12, 2025
by
nguyenquangtung004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
TODO: Đã fix bug giao diện một số giao diện
parent
5d4d1d0c
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
8 deletions
+8
-8
view.js
src/screens/certificate_registration/detail/view.js
+3
-3
item.js
src/screens/certificate_registration/list/item.js
+3
-3
view.js
src/screens/certificate_registration/view.js
+1
-0
item.js
src/screens/outpatient_information/item.js
+1
-2
No files found.
src/screens/certificate_registration/detail/view.js
View file @
de1342cc
...
@@ -110,9 +110,9 @@ const styles = StyleSheet.create({
...
@@ -110,9 +110,9 @@ const styles = StyleSheet.create({
width
:
0
,
width
:
0
,
height
:
2
,
height
:
2
,
},
},
shadowOpacity
:
1
,
shadowOpacity
:
0.5
,
shadowRadius
:
2
,
shadowRadius
:
1
,
elevation
:
2
,
elevation
:
1
,
},
},
card_item
:
{
card_item
:
{
backgroundColor
:
R
.
colors
.
white
,
backgroundColor
:
R
.
colors
.
white
,
...
...
src/screens/certificate_registration/list/item.js
View file @
de1342cc
...
@@ -58,9 +58,9 @@ const styles = StyleSheet.create({
...
@@ -58,9 +58,9 @@ const styles = StyleSheet.create({
width
:
0
,
width
:
0
,
height
:
2
,
height
:
2
,
},
},
shadowOpacity
:
1
,
shadowOpacity
:
0.5
,
shadowRadius
:
2
,
shadowRadius
:
1
,
elevation
:
2
,
elevation
:
1
,
paddingHorizontal
:
15
,
paddingHorizontal
:
15
,
paddingVertical
:
10
,
paddingVertical
:
10
,
},
},
...
...
src/screens/certificate_registration/view.js
View file @
de1342cc
...
@@ -17,6 +17,7 @@ import CustomTextInput from "../../components/Input/TextFieldCus";
...
@@ -17,6 +17,7 @@ import CustomTextInput from "../../components/Input/TextFieldCus";
const
CertificateRegistrationView
=
(
props
)
=>
{
const
CertificateRegistrationView
=
(
props
)
=>
{
const
{
titleHeader
,
dataList
,
isSelected
,
setSelection
}
=
props
;
const
{
titleHeader
,
dataList
,
isSelected
,
setSelection
}
=
props
;
return
(
return
(
<
ScrollView
<
ScrollView
showsVerticalScrollIndicator
=
{
false
}
showsVerticalScrollIndicator
=
{
false
}
contentContainerStyle
=
{
styles
.
scrollContent
}
>
contentContainerStyle
=
{
styles
.
scrollContent
}
>
...
...
src/screens/outpatient_information/item.js
View file @
de1342cc
...
@@ -42,8 +42,7 @@ const styles = StyleSheet.create({
...
@@ -42,8 +42,7 @@ const styles = StyleSheet.create({
height
:
2
,
height
:
2
,
},
},
shadowRadius
:
2
,
shadowRadius
:
2
,
borderWidth
:
1
,
shadowOpacity
:
0.5
,
borderColor
:
R
.
colors
.
grey_50
,
},
},
text
:
{
text
:
{
fontSize
:
R
.
fontsize
.
fontsSize12
,
fontSize
:
R
.
fontsize
.
fontsSize12
,
...
...
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