forked from AkkomaGang/admin-fe
rm && use min css
This commit is contained in:
parent
1a21546f72
commit
86d2ad373a
4 changed files with 2 additions and 23969 deletions
1
.gitattributes
vendored
1
.gitattributes
vendored
|
@ -1 +0,0 @@
|
||||||
*.rb linguist-language=Vue
|
|
Binary file not shown.
Before Width: | Height: | Size: 793 KiB |
File diff suppressed because one or more lines are too long
|
@ -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 @@
|
||||||
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 @@
|
||||||
{ count: 41, week: '201705' }
|
{ count: 41, week: '201705' }
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
list: [],
|
list: []
|
||||||
emptyGif
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
created() {
|
created() {
|
||||||
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue