Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
VueElementTemplate
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
JIRA
JIRA
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
黄瑜
VueElementTemplate
Commits
86d2ad37
Commit
86d2ad37
authored
Apr 25, 2017
by
Pan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rm && use min css
parent
1a21546f
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2 additions
and
23969 deletions
+2
-23969
.gitattributes
.gitattributes
+0
-1
compbig.gif
src/assets/compbig.gif
+0
-0
index.css
src/assets/custom-theme/index.css
+1
-23959
index.vue
src/views/dashboard/editor/index.vue
+1
-9
No files found.
.gitattributes
deleted
100644 → 0
View file @
1a21546f
*.rb linguist-language=Vue
src/assets/compbig.gif
deleted
100644 → 0
View file @
1a21546f
793 KB
src/assets/custom-theme/index.css
View file @
86d2ad37
This source diff could not be displayed because it is too large. You can
view the blob
instead.
src/views/dashboard/editor/index.vue
View file @
86d2ad37
...
@@ -64,7 +64,6 @@
...
@@ -64,7 +64,6 @@
</
template
>
</
template
>
<
template
v-else
>
<
template
v-else
>
<div
class=
"recent-articles-emptyTitle"
>
你太懒了最近都没有撸
</div>
<div
class=
"recent-articles-emptyTitle"
>
你太懒了最近都没有撸
</div>
<!--
<img
class=
"emptyGif"
:src=
"emptyGif"
>
-->
</
template
>
</
template
>
</div>
</div>
</div>
</div>
...
@@ -78,7 +77,6 @@
...
@@ -78,7 +77,6 @@
import
MonthKpi
from
'./monthKpi'
;
import
MonthKpi
from
'./monthKpi'
;
import
ArticlesChart
from
'./articlesChart'
;
import
ArticlesChart
from
'./articlesChart'
;
import
{
getList
}
from
'api/article'
;
import
{
getList
}
from
'api/article'
;
import
emptyGif
from
'assets/compbig.gif'
;
import
countTo
from
'vue-count-to'
;
import
countTo
from
'vue-count-to'
;
export
default
{
export
default
{
name
:
'dashboard-editor'
,
name
:
'dashboard-editor'
,
...
@@ -107,8 +105,7 @@
...
@@ -107,8 +105,7 @@
{
count
:
41
,
week
:
'201705'
}
{
count
:
41
,
week
:
'201705'
}
]
]
},
},
list
:
[],
list
:
[]
emptyGif
}
}
},
},
created
()
{
created
()
{
...
@@ -148,11 +145,6 @@
...
@@ -148,11 +145,6 @@
</
script
>
</
script
>
<
style
rel=
"stylesheet/scss"
lang=
"scss"
scoped
>
<
style
rel=
"stylesheet/scss"
lang=
"scss"
scoped
>
.emptyGif
{
width
:
100%
;
height
:
100%
;
}
.recent-articles-emptyTitle
{
.recent-articles-emptyTitle
{
font-size
:
16px
;
font-size
:
16px
;
color
:
#95A5A6
;
color
:
#95A5A6
;
...
...
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