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
8 years ago
by
Pan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rm && use min css
parent
1a21546f
Changes
4
Hide 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
This diff is collapsed.
Click to expand it.
src/assets/compbig.gif
deleted
100644 → 0
View file @
1a21546f
793 KB
This diff is collapsed.
Click to expand it.
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.
This diff is collapsed.
Click to expand it.
src/views/dashboard/editor/index.vue
View file @
86d2ad37
...
...
@@ -64,7 +64,6 @@
</
template
>
<
template
v-else
>
<div
class=
"recent-articles-emptyTitle"
>
你太懒了最近都没有撸
</div>
<!--
<img
class=
"emptyGif"
:src=
"emptyGif"
>
-->
</
template
>
</div>
</div>
...
...
@@ -78,7 +77,6 @@
import
MonthKpi
from
'./monthKpi'
;
import
ArticlesChart
from
'./articlesChart'
;
import
{
getList
}
from
'api/article'
;
import
emptyGif
from
'assets/compbig.gif'
;
import
countTo
from
'vue-count-to'
;
export
default
{
name
:
'dashboard-editor'
,
...
...
@@ -107,8 +105,7 @@
{
count
:
41
,
week
:
'201705'
}
]
},
list
:
[],
emptyGif
list
:
[]
}
},
created
()
{
...
...
@@ -148,11 +145,6 @@
</
script
>
<
style
rel=
"stylesheet/scss"
lang=
"scss"
scoped
>
.emptyGif
{
width
:
100%
;
height
:
100%
;
}
.recent-articles-emptyTitle
{
font-size
:
16px
;
color
:
#95A5A6
;
...
...
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