Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
E
evm-store
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
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
wanli
evm-store
Commits
b49f2e2d
Commit
b49f2e2d
authored
Apr 14, 2021
by
wanli
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新
parent
4ea34526
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
2 deletions
+6
-2
backend/app-store.db
backend/app-store.db
+0
-0
frontend/package.json
frontend/package.json
+1
-0
frontend/public/index.html
frontend/public/index.html
+2
-2
frontend/src/layout/store.vue
frontend/src/layout/store.vue
+3
-0
No files found.
backend/app-store.db
View file @
b49f2e2d
No preview for this file type
frontend/package.json
View file @
b49f2e2d
...
...
@@ -53,6 +53,7 @@
"script-ext-html-webpack-plugin"
:
"^2.1.3"
,
"svg-sprite-loader"
:
"4.1.3"
,
"svgo"
:
"1.2.2"
,
"vue-cli"
:
"^2.9.6"
,
"vue-concise-slider"
:
"^3.4.4"
,
"vue-template-compiler"
:
"^2.6.12"
},
...
...
frontend/public/index.html
View file @
b49f2e2d
...
...
@@ -7,7 +7,7 @@
<meta
name=
"viewport"
content=
"width=device-width,initial-scale=1.0"
>
<link
rel=
"shortcut icon"
href=
"<%= BASE_URL %>favicon.ico"
type=
"image/x-icon"
>
<link
rel=
"png"
href=
"<%= BASE_URL %>favicon.png"
>
<link
rel=
'stylesheet'
href=
'https://cdn
js.cloudflare.com/ajax/libs/font-awesome/5.7.2/css/all
.min.css'
>
<link
rel=
'stylesheet'
href=
'https://cdn
.jsdelivr.net/npm/font-awesome@4.7.0/css/font-awesome
.min.css'
>
<title><
%=
htmlWebpackPlugin
.
options
.
title
%
></title>
</head>
...
...
@@ -16,7 +16,7 @@
<strong>
We're sorry but
<
%=
htmlWebpackPlugin
.
options
.
title
%
>
doesn't work properly without JavaScript enabled. Please enable it to continue.
</strong>
</noscript>
<div
id=
"app"
></div>
<script
src=
"https://cdn
js.cloudflare.com/ajax/libs/gsap/3.1.1
/gsap.min.js"
></script>
<script
src=
"https://cdn
.jsdelivr.net/npm/gsap@3.1.1/dist
/gsap.min.js"
></script>
</body>
</html>
\ No newline at end of file
frontend/src/layout/store.vue
View file @
b49f2e2d
...
...
@@ -258,6 +258,9 @@ export default {
width
:
50%
;
min-height
:
76vh
;
margin
:
0px
auto
;
@media
screen
and
(
max-width
:
1700px
)
{
width
:
66%
;
}
@media
screen
and
(
max-width
:
1170px
)
{
width
:
70%
;
}
...
...
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