Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
Tia-dev
Project
Project
Details
Activity
Releases
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
Dida Adams Arizona
Tia-dev
Commits
53c9d882
Commit
53c9d882
authored
Sep 14, 2020
by
Deni Rinaldi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ganti logo home~
parent
ed753a6d
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
309 additions
and
36 deletions
+309
-36
ProfitLoss.js
src/container/BudgetTahunan/ProfitLoss.js
+300
-32
Home.js
src/container/Home.js
+9
-4
No files found.
src/container/BudgetTahunan/ProfitLoss.js
View file @
53c9d882
This diff is collapsed.
Click to expand it.
src/container/Home.js
View file @
53c9d882
...
...
@@ -91,7 +91,8 @@ const useStyles = makeStyles((theme) => ({
[
theme
.
breakpoints
.
up
(
'sm'
)]:
{
width
:
theme
.
spacing
(
7
)
+
1
,
},
paddingLeft
:
15
,
padding
:
20
,
display
:
'flex'
,
backgroundColor
:
'#273b80'
},
drawerOpen
:
{
...
...
@@ -401,7 +402,7 @@ export default function MiniDrawer() {
setSelectSub
(
""
)
setSelectedIndex
(
e
)
// if (open == false) {
// setOpen(true)
// setOpen(true)
// }
}
...
...
@@ -476,7 +477,11 @@ export default function MiniDrawer() {
[
classes
.
hide
]:
open
,
})}
>
<
img
src
=
{
Images
.
triputraLogo
}
alt
=
"React Logo"
style
=
{{
height
:
30
,
width
:
30
,
alignSelf
:
'center'
,
marginTop
:
10
}}
/
>
<
a
data
-
tip
=
{
"Main Menu"
}
data
-
for
=
{
"main-menu"
}
>
<
MenuIcon
style
=
{{
fill
:
'white'
,
alignSelf
:
'center'
}}
/
>
<
/a
>
<
ReactTooltip
border
=
{
true
}
id
=
{
"main-menu"
}
place
=
"bottom"
type
=
"light"
effect
=
"solid"
/>
<
/IconButton>
}
{
open
&&
<
div
style
=
{{
width
:
'100%'
,
marginTop
:
15
,
marginBottom
:
60
}}
>
...
...
@@ -647,7 +652,7 @@ export default function MiniDrawer() {
key
=
{
index
}
path
=
{
route
.
path
}
// exact={route.exact}
children
=
{
<
route
.
main
height
=
{
height
}
width
=
{
width
}
open
=
{
open
}
/>
}
children
=
{
<
route
.
main
height
=
{
height
}
width
=
{
width
}
open
=
{
open
}
/>
}
/>
))}
<
/Switch
>
...
...
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