Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
source-trace-manage-go
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Tracing
source-trace-manage-go
Commits
83843f37
Commit
83843f37
authored
Feb 01, 2021
by
zL
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
相关图片修改
parent
7bc06a30
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
9 additions
and
9 deletions
+9
-9
login_bg.png
src/assets/images/SigIn/login_bg.png
+0
-0
home_logo.png
src/entry/boe/images/Home/home_logo.png
+0
-0
logo.png
src/entry/boe/images/SigIn/logo.png
+0
-0
Stance.png
src/entry/boe/images/TemplateManage/Stance.png
+0
-0
Home.vue
src/entry/boe/views/Home.vue
+1
-1
MainHeader.vue
src/entry/boe/views/MainHeader.vue
+3
-3
SignIn.vue
src/entry/boe/views/SignIn.vue
+5
-5
No files found.
src/assets/images/SigIn/login_bg.png
0 → 100644
View file @
83843f37
204 KB
src/entry/boe/images/Home/home_logo.png
View replaced file @
7bc06a30
View file @
83843f37
9.5 KB
|
W:
|
H:
9.15 KB
|
W:
|
H:
2-up
Swipe
Onion skin
src/entry/boe/images/SigIn/logo.png
deleted
100644 → 0
View file @
7bc06a30
7.74 KB
src/entry/boe/images/TemplateManage/Stance.png
View replaced file @
7bc06a30
View file @
83843f37
50.4 KB
|
W:
|
H:
45.2 KB
|
W:
|
H:
2-up
Swipe
Onion skin
src/entry/boe/views/Home.vue
View file @
83843f37
...
@@ -448,7 +448,7 @@ export default class Home extends Vue {
...
@@ -448,7 +448,7 @@ export default class Home extends Vue {
background: white;
background: white;
.header-left {
.header-left {
margin-left: 200px;
margin-left: 200px;
width: 1
84
px;
width: 1
66
px;
}
}
.header-right {
.header-right {
display: flex;
display: flex;
...
...
src/entry/boe/views/MainHeader.vue
View file @
83843f37
<
template
>
<
template
>
<header
class=
"main_header"
>
<header
class=
"main_header"
>
<img
class=
"icon_logo"
src=
"../images/
SigIn/
logo.png"
alt=
"logo"
/>
<img
class=
"icon_logo"
src=
"../images/
Home/home_
logo.png"
alt=
"logo"
/>
<div
class=
"user_wrapper"
>
<div
class=
"user_wrapper"
>
<i
class=
"iconfont iconShapecopy1"
></i>
<i
class=
"iconfont iconShapecopy1"
></i>
<span
class=
"user-text"
>
UID:
{{
getid
||
"10086"
}}
</span>
<span
class=
"user-text"
>
UID:
{{
getid
||
"10086"
}}
</span>
...
@@ -57,8 +57,8 @@ export default class MainHeader extends Vue {
...
@@ -57,8 +57,8 @@ export default class MainHeader extends Vue {
// logo
// logo
.icon_logo {
.icon_logo {
margin-left: 27px;
margin-left: 27px;
margin-top:
6
px;
margin-top:
11
px;
height:
36
px;
height:
28
px;
}
}
.user_wrapper {
.user_wrapper {
...
...
src/entry/boe/views/SignIn.vue
View file @
83843f37
...
@@ -81,9 +81,9 @@ export default {
...
@@ -81,9 +81,9 @@ export default {
position: absolute;
position: absolute;
left: 26px;
left: 26px;
top: 14px;
top: 14px;
width: 1
25
px;
width: 1
66
px;
height:
32
px;
height:
28
px;
background: url("../images/
SigIn/
logo.png") no-repeat center;
background: url("../images/
Home/home_
logo.png") no-repeat center;
background-size: 100% 100%;
background-size: 100% 100%;
}
}
.fixed {
.fixed {
...
@@ -104,8 +104,8 @@ export default {
...
@@ -104,8 +104,8 @@ export default {
position: relative;
position: relative;
}
}
.background-left {
.background-left {
background: url("../images/SigIn/login_bg.png") no-repeat center;
background: url("../
../../assets/
images/SigIn/login_bg.png") no-repeat center;
background-size: 100%
100%
;
background-size: 100%;
float: left;
float: left;
background-color: #faf8fd;
background-color: #faf8fd;
height: 554px;
height: 554px;
...
...
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