Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
PaoPao
/
manageWeb
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
17b305b7
...
17b305b78b204e4534ff2f623527b3cc50f317dc
authored
2024-05-28 15:27:40 +0800
by
杨俊
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
feat(develop): init
Signed-off-by: 杨俊 <yangjun@hikoon.com>
1 parent
e1529ec3
Hide 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 @
17b305b
...
...
@@ -4,7 +4,7 @@
<meta
charset=
"UTF-8"
/>
<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"
/>
<title>
海星试唱
</title>
<title>
泡泡留声
</title>
</head>
<body>
<div
id=
"app"
></div>
...
...
src/layout/components/navbar.vue
View file @
17b305b
...
...
@@ -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 @
17b305b
...
...
@@ -6,7 +6,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"
:style=
"
{ width: '360px' }">
<a-tabs
v-model:active-key=
"loginType"
:justify-=
"true"
:animation=
"true"
>
...
...
Please
register
or
sign in
to post a comment