Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
W
witiumCloud2
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
WitCloud
witiumCloud2
Commits
d0202bf5
Commit
d0202bf5
authored
Jan 18, 2022
by
胥静
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
登录页添加备案号
parent
3229459b
Pipeline
#1270
passed with stage
in 0 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
login.component.html
src/app/extra/login/login.component.html
+6
-0
login.component.scss
src/app/extra/login/login.component.scss
+1
-0
No files found.
src/app/extra/login/login.component.html
View file @
d0202bf5
...
@@ -19,6 +19,12 @@
...
@@ -19,6 +19,12 @@
<div
class=
"online"
>
<div
class=
"online"
>
<button
nz-button
nzType=
"primary"
nzBlock
(
click
)="
login
()"
>
登录
</button>
<button
nz-button
nzType=
"primary"
nzBlock
(
click
)="
login
()"
>
登录
</button>
</div>
</div>
<!-- 版权备案号 -->
<div
style=
"text-align:right;position:absolute;right:0;bottom:80px;color: #ffffff"
>
<span>
版权所有:上海辉泰信息科技有限公司
</span>
<span><br>
网站备案:沪ICP备19015228号-2
</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
src/app/extra/login/login.component.scss
View file @
d0202bf5
...
@@ -23,6 +23,7 @@
...
@@ -23,6 +23,7 @@
//margin: auto;
//margin: auto;
margin-left
:
60%
;
margin-left
:
60%
;
padding-top
:
100px
;
padding-top
:
100px
;
position
:
relative
;
//padding-left: 60%;
//padding-left: 60%;
.online
{
.online
{
...
...
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