Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
PaoPao
/
userWeb
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
c3d3fb3a
...
c3d3fb3acae5d116f34dbac632373e702852e3a1
authored
2024-05-28 15:28:23 +0800
by
杨俊
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
feat(master): init
1 parent
ee7a1044
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
index.html
src/layout/components/navbar.vue
src/views/login/index.vue
index.html
View file @
c3d3fb3
...
...
@@ -5,7 +5,7 @@
<link
rel=
"shortcut icon"
type=
"image/x-icon"
href=
"https://hising-cdn.hikoon.com/file/20231201/nyaagyzd92c1701419974050pv0hv2xlsme.ico"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
/>
<meta
name=
"referrer"
content=
"no-referrer"
/>
<title>
海星试唱
</title>
<title>
泡泡留声
</title>
</head>
<body>
<div
id=
"app"
></div>
...
...
src/layout/components/navbar.vue
View file @
c3d3fb3
...
...
@@ -3,7 +3,7 @@
<div
class=
"left-side"
>
<a-space>
<img
alt=
"logo"
src=
"//p3-armor.byteimg.com/tos-cn-i-49unhts6dw/dfdba5317c0c20ce20e64fac803d52bc.svg~tplv-49unhts6dw-image.image"
/>
<a-typography-title
:heading=
"5"
:style=
"
{ margin: 0, fontSize: '18px' }">
海星试唱
</a-typography-title>
<a-typography-title
:heading=
"5"
:style=
"
{ margin: 0, fontSize: '18px' }">
泡泡留声
</a-typography-title>
</a-space>
</div>
<ul
class=
"right-side"
>
...
...
src/views/login/index.vue
View file @
c3d3fb3
...
...
@@ -26,7 +26,7 @@
<div
class=
"content"
>
<div
class=
"content-inner"
>
<div
class=
"login-form-wrapper"
>
<div
class=
"login-form-title"
>
海星试唱
</div>
<div
class=
"login-form-title"
>
泡泡留声
</div>
<div
class=
"login-form-sub-title"
>
个人管理后台
</div>
<a-card
:bordered=
"true"
:hoverable=
"true"
>
<a-tabs
size=
"small"
:justify-=
"true"
:animation=
"true"
lazy-load
>
...
...
Please
register
or
sign in
to post a comment