diff --git a/src/assets/images/footer-bg.png b/src/assets/images/footer-bg.png new file mode 100644 index 0000000..b23d3f3 Binary files /dev/null and b/src/assets/images/footer-bg.png differ diff --git a/src/layouts/footer/index.vue b/src/layouts/footer/index.vue index 2735695..b9c06b7 100644 --- a/src/layouts/footer/index.vue +++ b/src/layouts/footer/index.vue @@ -129,8 +129,6 @@ export default { typeId: '', isSort: 1 }).then(({ data }) => { - - console.log("π ~ file: index.vue:177 ~ this.$post ~ json:", window.innerWidth) this.columns = data.slice(0, 5) }).catch(err => { }) }, @@ -221,6 +219,7 @@ export default { color: #fff; background-color: #091733; overflow: hidden; + background: rgba(0, 5, 12, .8) url(../../assets/images/footer-bg.png) no-repeat; .info { display: flex; diff --git a/src/pages/column/result.vue b/src/pages/column/result.vue index e23a23f..974ec3c 100644 --- a/src/pages/column/result.vue +++ b/src/pages/column/result.vue @@ -3,29 +3,22 @@
{{ $i18n.locale === 'en' ? `Search results containing "${ title }"` : `ε ε« β${ title }β ηζη΄’η»ζ` }}
+{{ $i18n.locale === 'en' ? `Search results containing "${title}"` : `ε ε« β${title}β ηζη΄’η»ζ` + }}
{{ $t('column.nothing') }}
{{ item.title }}
{{ item.des }}