Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation
This project
Loading...
Sign in
周志凯
/
read-space-proj
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 6e02409e
authored
Jun 08, 2020
by
周志凯
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
styles: changed logo
1 parent
32e55518
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
9 deletions
src/assets/i18n/i18n.js
src/assets/i18n/langs/mall_CN.js
src/assets/img/login_bg.png
src/views/home.vue
src/assets/i18n/i18n.js
View file @
6e02409
...
...
@@ -12,7 +12,7 @@ var lang = ['zh_CN','en_US','zh_TW','mall_CN']
function
loadI18nMessages
(
lang
)
{
return
import
(
/* webpackChunkName: "[request]" */
`./langs/
${
lang
}
`
).
then
(
msg
=>
{
i18n
.
setLocaleMessage
(
lang
,
msg
.
default
)
i18n
.
locale
=
'
zh
_CN'
i18n
.
locale
=
'
mall
_CN'
return
Promise
.
resolve
()
})
}
...
...
src/assets/i18n/langs/mall_CN.js
View file @
6e02409
This diff is collapsed.
Click to expand it.
src/assets/img/login_bg.png
View file @
6e02409
170 KB
|
W:
|
H:
200 KB
|
W:
|
H:
2-up
Swipe
Onion skin
src/views/home.vue
View file @
6e02409
...
...
@@ -1096,14 +1096,6 @@ document.addEventListener('click', (ev) => {
})
</
script
>
<
style
>
/* @import url('./public/css/common.css'); */
/* @import url('./public/css/collapse.css'); */
</
style
>
<
style
scoped
>
.home
.el-header
{
padding
:
0
;
...
...
@@ -1133,6 +1125,12 @@ document.addEventListener('click', (ev) => {
top
:
16px
;
}
.home
.logo-text
{
font-size
:
28px
;
color
:
#fff
;
line-height
:
60px
;
}
.home
.nav-menu-wrapper
{
font-size
:
18px
;
color
:
#fff
;
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment