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
4808c373
Commit
4808c373
authored
Sep 04, 2025
by
tungnq
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
TODO: Chỉnh sửa lại giao diện
parent
dabc2997
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
28 additions
and
18 deletions
+28
-18
style.js
src/screens/list_send_document/edit/style.js
+6
-0
view.js
src/screens/list_send_document/edit/view.js
+6
-5
style.js
src/screens/list_send_document/style.js
+2
-2
view.js
src/screens/list_send_document/view.js
+6
-5
view.js
src/screens/list_work/detail/modal_edit_report/view.js
+1
-2
style.js
src/screens/list_work/detail/style.js
+2
-1
view.js
src/screens/list_work/detail/view.js
+5
-3
No files found.
src/screens/list_send_document/edit/style.js
View file @
4808c373
...
...
@@ -29,6 +29,12 @@ const styles = StyleSheet.create({
fontFamily
:
R
.
fonts
.
fontRegular
,
color
:
R
.
colors
.
black
,
},
text_3
:{
fontSize
:
R
.
fontsize
.
fontSizeContent
,
fontWeight
:
'600'
,
fontFamily
:
R
.
fonts
.
fontMedium
,
color
:
R
.
colors
.
black
,
},
containerDropdown
:{
marginBottom
:
10
,
position
:
'relative'
,
...
...
src/screens/list_send_document/edit/view.js
View file @
4808c373
...
...
@@ -43,10 +43,10 @@ const EditSendDocumentView = props => {
return
(
<
View
style
=
{{
marginVertical
:
7.5
,}}
>
<
View
style
=
{{
flexDirection
:
'row'
,
marginBottom
:
5
}}
>
<
Text
style
=
{
styles
.
text
}
>
{
item
.
author
}
-
<
/Text
>
<
Text
style
=
{
styles
.
text
}
>
{
item
.
code
}
<
/Text
>
<
Text
style
=
{
styles
.
text
}
>
{
item
.
time
}
<
/Text
>
<
Text
style
=
{
styles
.
text
}
>
{
item
.
date
}
<
/Text
>
<
Text
style
=
{
styles
.
text
_3
}
>
{
item
.
author
}
-
<
/Text
>
<
Text
style
=
{
styles
.
text
_3
}
>
{
item
.
code
}
<
/Text
>
<
Text
style
=
{
styles
.
text
_3
}
>
{
item
.
time
}
<
/Text
>
<
Text
style
=
{
styles
.
text
_3
}
>
{
item
.
date
}
<
/Text
>
<
/View
>
<
View
style
=
{
styles
.
containerContent
}
>
<
Text
style
=
{
styles
.
text_2
}
>
{
item
.
content
}
<
/Text
>
...
...
@@ -267,6 +267,7 @@ const EditSendDocumentView = props => {
paddingVertical
=
{
3
}
fontSize
=
{
R
.
fontsize
.
fontSizeContent
}
containerMarginBottom
=
{
10
}
height
=
{
30
}
/
>
<
/View
>
<
View
style
=
{{
flex
:
0.1
}}
><
/View
>
...
...
@@ -276,8 +277,8 @@ const EditSendDocumentView = props => {
onPress
=
{()
=>
{}}
backgroundColor
=
{
R
.
colors
.
blue
}
textColor
=
{
R
.
colors
.
white
}
height
=
{
30
}
borderRadius
=
{
15
}
paddingVertical
=
{
3
}
fontSize
=
{
R
.
fontsize
.
fontSizeContent
}
containerMarginBottom
=
{
10
}
/
>
...
...
src/screens/list_send_document/style.js
View file @
4808c373
...
...
@@ -13,8 +13,8 @@ const styles = StyleSheet.create({
cardTabView
:{
},
itemTabView
:{
width
:
1
10
,
height
:
3
5
,
width
:
1
03
,
height
:
3
0
,
borderRadius
:
10
,
marginTop
:
10
,
backgroundColor
:
R
.
colors
.
gray
,
...
...
src/screens/list_send_document/view.js
View file @
4808c373
...
...
@@ -104,9 +104,9 @@ const ListSendView = (props) => {
backgroundColor
=
{
R
.
colors
.
orange
}
textColor
=
{
R
.
colors
.
white
}
width
=
{
150
}
height
=
{
25
}
height
=
{
30
}
borderRadius
=
{
15
}
fontSize
=
{
11
}
fontSize
=
{
R
.
sizes
.
sm
}
fontWeight
=
{
'600'
}
fontFamily
=
{
R
.
fonts
.
fontMedium
}
paddingHorizontal
=
{
15
}
...
...
@@ -122,7 +122,8 @@ const ListSendView = (props) => {
onPress
=
{()
=>
navigation
.
navigate
(
ScreenName
.
STATUSSENDDOCUMENT
)}
backgroundColor
=
{
R
.
colors
.
orange
}
textColor
=
{
R
.
colors
.
white
}
height
=
{
25
}
height
=
{
30
}
width
=
{
160
}
borderRadius
=
{
15
}
fontSize
=
{
R
.
sizes
.
sm
}
fontWeight
=
{
'600'
}
...
...
@@ -138,10 +139,10 @@ const ListSendView = (props) => {
onPress
=
{()
=>
navigation
.
navigate
(
ScreenName
.
DETAILSENDDOCUMENT
)}
backgroundColor
=
{
R
.
colors
.
blue
}
textColor
=
{
R
.
colors
.
white
}
height
=
{
25
}
height
=
{
30
}
width
=
{
90
}
borderRadius
=
{
15
}
fontSize
=
{
11
}
fontSize
=
{
R
.
sizes
.
sm
}
fontWeight
=
{
'600'
}
fontFamily
=
{
R
.
fonts
.
fontMedium
}
paddingHorizontal
=
{
15
}
...
...
src/screens/list_work/detail/modal_edit_report/view.js
View file @
4808c373
...
...
@@ -141,9 +141,8 @@ const styles = StyleSheet.create({
color
:
R
.
colors
.
black
,
},
fileName
:
{
fontSize
:
10
,
fontSize
:
R
.
sizes
.
xs
,
color
:
R
.
colors
.
black
,
flex
:
1
,
},
deleteIcon
:
{
width
:
20
,
...
...
src/screens/list_work/detail/style.js
View file @
4808c373
...
...
@@ -36,8 +36,9 @@ const styles = StyleSheet.create({
justifyContent
:
'space-between'
,
borderRadius
:
10
,
backgroundColor
:
R
.
colors
.
blue1
,
padding
:
10
,
marginBottom
:
5
,
height
:
30
,
paddingHorizontal
:
10
},
image
:
{
width
:
20
,
...
...
src/screens/list_work/detail/view.js
View file @
4808c373
...
...
@@ -65,8 +65,10 @@ const DetailListWorkView = props => {
style
=
{{
flexDirection
:
'row'
,
backgroundColor
:
R
.
colors
.
blue1
,
padding
:
5
,
borderRadius
:
5
,
height
:
30
,
alignItems
:
'center'
,
paddingHorizontal
:
10
,
borderRadius
:
10
,
marginBottom
:
10
,
justifyContent
:
'space-between'
,
}}
>
...
...
@@ -159,7 +161,7 @@ const DetailListWorkView = props => {
<
/View
>
<
Text
style
=
{
styles
.
text
}
>
T
à
i
li
ệ
u
đí
nh
k
è
m
<
/Text
>
<
TouchableOpacity
style
=
{
styles
.
containerFile
}
>
<
Text
style
=
{
styles
.
text
}
>
<
Text
style
=
{
[
styles
.
text
,
{
fontSize
:
R
.
sizes
.
xs
}]
}
>
Quy
ế
t
đị
nh
th
ô
ng
b
á
o
đà
o
t
ạ
o
-
QD347583
<
/Text
>
<
Image
source
=
{
R
.
images
.
icDownload
}
style
=
{
styles
.
image
}
/
>
...
...
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