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
fd8f9fa4
Commit
fd8f9fa4
authored
Oct 02, 2025
by
tungnq
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
TODO: Đã sửa lai giao diện một số componet
parent
5b569b78
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
23 additions
and
43 deletions
+23
-43
DropdownSel.js
src/components/Dropdown/DropdownSel.js
+7
-7
TextFieldCus.js
src/components/Input/TextFieldCus.js
+2
-2
view.js
src/screens/certificate_registration/view.js
+2
-6
view.js
src/screens/medical/view.js
+2
-6
item.js
src/screens/outpatient_information/item.js
+6
-9
modal.js
src/screens/outpatient_information/modal.js
+2
-10
view.js
src/screens/outpatient_information/view.js
+2
-3
view.js
src/screens/profile/view.js
+0
-0
No files found.
src/components/Dropdown/DropdownSel.js
View file @
fd8f9fa4
...
...
@@ -57,12 +57,12 @@ const DropdownSelect = ({
searchable
=
false
,
searchPlaceholder
=
"Search..."
,
titleColor
,
// Màu chữ title
titleFontSize
,
// Kích thước font title
titleFontWeight
,
// Độ đậm font title (normal, bold, 100-900)
titleFontFamily
,
// Font family title
titleFontStyle
,
// Font style title (normal, italic)
titleTextAlign
,
// Text align title (left, center, right)
titleColor
=
"black"
,
// Màu chữ title
titleFontSize
=
12
,
// Kích thước font title
titleFontWeight
=
"400"
,
// Độ đậm font title (normal, bold, 100-900)
titleFontFamily
=
R
.
fonts
.
InterMedium
,
// Font family title
titleFontStyle
=
"normal"
,
// Font style title (normal, italic)
titleTextAlign
=
"left"
,
// Text align title (left, center, right)
titleLineHeight
,
// Line height title
titleLetterSpacing
,
// Letter spacing title
titleTextTransform
,
// Text transform (none, uppercase, lowercase, capitalize)
...
...
@@ -98,7 +98,7 @@ const DropdownSelect = ({
keyExtractor
,
width
,
height
,
height
=
30
,
paddingHorizontal
,
paddingVertical
,
paddingTop
,
...
...
src/components/Input/TextFieldCus.js
View file @
fd8f9fa4
...
...
@@ -68,8 +68,8 @@ const styles = StyleSheet.create({
// UI/UX: Title text
title
:
{
fontSize
:
R
.
fontsize
.
fontsSize12
,
fontFamily
:
R
.
fonts
.
Inter
Regular
,
fontWeight
:
'
4
00'
,
fontFamily
:
R
.
fonts
.
Inter
Medium
,
fontWeight
:
'
6
00'
,
color
:
R
.
colors
.
black
},
...
...
src/screens/certificate_registration/view.js
View file @
fd8f9fa4
...
...
@@ -28,10 +28,6 @@ const CertificateRegistrationView = (props) => {
<
DropdownSelect
title
=
{
"Loại chứng chỉ *"
}
titleFontFamily
=
{
R
.
fonts
.
InterRegular
}
titleFontSize
=
{
R
.
fontsize
.
fontsSize12
}
titleFontWeight
=
{
"400"
}
titleColor
=
{
R
.
colors
.
black
}
data
=
{
dataList
}
placeholder
=
"HS"
placeholderFontFamily
=
{
R
.
fonts
.
InterRegular
}
...
...
@@ -43,7 +39,7 @@ const CertificateRegistrationView = (props) => {
marginHorizontal
=
{
15
}
marginVertical
=
{
5
}
iconColor
=
{
R
.
colors
.
black
}
iconSize
=
{
10
}
iconSize
=
{
5
}
/
>
<
View
style
=
{{
marginHorizontal
:
15
,
}}
>
<
CustomTextInput
...
...
@@ -134,7 +130,7 @@ const CertificateRegistrationView = (props) => {
/
>
<
/View
>
<
Text
style
=
{{
marginHorizontal
:
15
,
color
:
R
.
colors
.
black
}}
>
<
Text
style
=
{{
marginHorizontal
:
15
,
color
:
R
.
colors
.
black
,
fontSize
:
R
.
fontsize
.
fontsSize12
,
fontWeight
:
"600"
,
fontFamily
:
R
.
fonts
.
InterMedium
}}
>
Ả
nh
ch
ứ
ng
ch
ỉ
<
Text
style
=
{{
color
:
"red"
}}
>*<
/Text
>
<
/Text
>
<
CardButtonImage
/>
...
...
src/screens/medical/view.js
View file @
fd8f9fa4
...
...
@@ -32,11 +32,9 @@ const MedicalView = (props) => {
placeholderColor
=
{
R
.
colors
.
grey_800
}
borderRadius
=
{
10
}
height
=
{
30
}
iconSize
=
{
5
}
iconColor
=
{
R
.
colors
.
black
}
titleFontWeight
=
{
"300"
}
fontSize
=
{
R
.
fontsize
.
fontsSize12
}
titleFontSize
=
{
R
.
fontsize
.
fontsSize12
}
titleFontFamily
=
{
R
.
fonts
.
InterRegular
}
/
>
<
CustomTextInput
title
=
{
"Ngày hết hạn BHYT"
}
...
...
@@ -64,9 +62,7 @@ const MedicalView = (props) => {
height
=
{
30
}
iconColor
=
{
R
.
colors
.
black
}
titleFontWeight
=
{
"300"
}
fontSize
=
{
R
.
fontsize
.
fontsSize12
}
titleFontSize
=
{
R
.
fontsize
.
fontsSize12
}
titleFontFamily
=
{
R
.
fonts
.
InterRegular
}
iconSize
=
{
5
}
marginBottom
=
{
50
}
marginHorizontal
=
{
0
}
marginVertical
=
{
0
}
...
...
src/screens/outpatient_information/item.js
View file @
fd8f9fa4
...
...
@@ -38,16 +38,13 @@ const styles = StyleSheet.create({
container
:
{
backgroundColor
:
R
.
colors
.
white
,
borderRadius
:
15
,
marginBottom
:
18
,
padding
:
1
5
,
marginBottom
:
7.5
,
padding
:
1
0
,
shadowColor
:
R
.
colors
.
black
,
shadowOffset
:
{
width
:
0
,
height
:
2
},
shadowOpacity
:
0.5
,
shadowRadius
:
1
,
elevation
:
1
,
shadowOffset
:
{
width
:
0.5
,
height
:
2
},
shadowOpacity
:
Platform
.
OS
===
'ios'
?
0.25
:
1
,
shadowRadius
:
5
,
elevation
:
Platform
.
OS
===
'ios'
?
1
:
2
,
},
text
:
{
...
...
src/screens/outpatient_information/modal.js
View file @
fd8f9fa4
...
...
@@ -130,13 +130,9 @@ const RegistrationModal = ({visible, onClose, onNavigateToOther}) => {
borderRadius
=
{
10
}
height
=
{
30
}
iconColor
=
{
R
.
colors
.
black
}
iconSize
=
{
10
}
iconSize
=
{
5
}
marginHorizontal
=
{
0
}
marginVertical
=
{
0
}
titleFontWeight
=
{
'400'
}
fontSize
=
{
R
.
fontsize
.
fontsSize12
}
titleFontSize
=
{
R
.
fontsize
.
fontsSize12
}
titleFontFamily
=
{
R
.
fonts
.
InterRegular
}
/
>
<
/View
>
<
View
style
=
{{
width
:
'3%'
}}
><
/View
>
...
...
@@ -151,13 +147,9 @@ const RegistrationModal = ({visible, onClose, onNavigateToOther}) => {
borderRadius
=
{
10
}
height
=
{
30
}
iconColor
=
{
R
.
colors
.
black
}
iconSize
=
{
10
}
iconSize
=
{
5
}
marginHorizontal
=
{
0
}
marginVertical
=
{
0
}
titleFontWeight
=
{
'400'
}
fontSize
=
{
R
.
fontsize
.
fontsSize12
}
titleFontSize
=
{
R
.
fontsize
.
fontsSize12
}
titleFontFamily
=
{
R
.
fonts
.
InterRegular
}
/
>
<
/View
>
<
/View
>
...
...
src/screens/outpatient_information/view.js
View file @
fd8f9fa4
...
...
@@ -93,11 +93,10 @@ const styles = StyleSheet.create({
},
scrollableList
:
{
flex
:
1
,
paddingHorizontal
:
15
,
},
flatListContent
:
{
padding
Top
:
10
,
padding
Bottom
:
10
,
padding
Vertical
:
5
,
padding
Horizontal
:
15
},
buttonSection
:
{
paddingHorizontal
:
15
,
...
...
src/screens/profile/view.js
View file @
fd8f9fa4
This diff is collapsed.
Click to expand it.
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