Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
triplan_front
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jaehoon Pae
triplan_front
Commits
fa2296e3
Commit
fa2296e3
authored
5 years ago
by
jaypae95
Browse files
Options
Downloads
Patches
Plain Diff
lint
parent
870d07d0
Branches
Branches containing commit
No related tags found
1 merge request
!50
lint
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/views/MakePlan.vue
+52
-48
52 additions, 48 deletions
src/views/MakePlan.vue
with
52 additions
and
48 deletions
src/views/MakePlan.vue
+
52
−
48
View file @
fa2296e3
...
@@ -58,7 +58,6 @@ import API from '../components/API'
...
@@ -58,7 +58,6 @@ import API from '../components/API'
var
number
=
1
var
number
=
1
var
dayNum
=
0
var
dayNum
=
0
var
cc
=
''
var
cc
=
''
var
clicked
=
''
export
default
{
export
default
{
name
:
'
makePlan
'
,
name
:
'
makePlan
'
,
data
()
{
data
()
{
...
@@ -181,7 +180,8 @@ export default {
...
@@ -181,7 +180,8 @@ export default {
dayplan
:
this
.
dayplan
dayplan
:
this
.
dayplan
}
}
API
.
getCompletePlan
(
this
.
$http
,
this
.
$env
.
apiUrl
,
data
).
then
(
res
=>
{
API
.
getCompletePlan
(
this
.
$http
,
this
.
$env
.
apiUrl
,
data
).
then
(
res
=>
{
if
(
res
.
data
.
success
===
true
)
{}
if
(
res
.
data
.
success
===
true
)
{
}
}).
catch
(
err
=>
{
}).
catch
(
err
=>
{
console
.
log
(
err
)
console
.
log
(
err
)
})
})
...
@@ -197,6 +197,7 @@ export default {
...
@@ -197,6 +197,7 @@ export default {
width
:
80px
;
width
:
80px
;
height
:
35px
;
height
:
35px
;
}
}
#btnDay
{
#btnDay
{
float
:
left
;
float
:
left
;
margin
:
0px
5px
;
margin
:
0px
5px
;
...
@@ -204,6 +205,7 @@ export default {
...
@@ -204,6 +205,7 @@ export default {
border
:
2px
dashed
#FF6D6A
;
border
:
2px
dashed
#FF6D6A
;
bottom
:
0%
;
bottom
:
0%
;
}
}
#btnDay
:hover
{
#btnDay
:hover
{
background-color
:
#FF6D6A
background-color
:
#FF6D6A
}
}
...
@@ -218,9 +220,11 @@ export default {
...
@@ -218,9 +220,11 @@ export default {
height
:
70vh
;
height
:
70vh
;
border
:
4px
solid
#FF6D6A
;
border
:
4px
solid
#FF6D6A
;
}
}
#div1
{
#div1
{
margin
:
0px
0px
0px
10px
margin
:
0px
0px
0px
10px
}
}
h1
{
h1
{
size
:
100px
;
size
:
100px
;
}
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment