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
244cdc28
Commit
244cdc28
authored
Feb 05, 2021
by
zL
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sy代码优化
parent
dab02ad1
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
2 additions
and
3 deletions
+2
-3
login_bg.png
src/entry/sy/images/SigIn/login_bg.png
+0
-0
self-tmpl-bg.png
src/entry/sy/images/TemplateManage/self-tmpl-bg.png
+0
-0
MainHeader.vue
src/entry/sy/views/MainHeader.vue
+0
-1
SignIn.vue
src/entry/sy/views/SignIn.vue
+1
-1
TemplatePopup.vue
src/views/template/TemplatePopup.vue
+1
-1
No files found.
src/entry/sy/images/SigIn/login_bg.png
deleted
100644 → 0
View file @
dab02ad1
204 KB
src/entry/sy/images/TemplateManage/self-tmpl-bg.png
deleted
100644 → 0
View file @
dab02ad1
7.92 KB
src/entry/sy/views/MainHeader.vue
View file @
244cdc28
...
@@ -54,7 +54,6 @@ export default class MainHeader extends Vue {
...
@@ -54,7 +54,6 @@ export default class MainHeader extends Vue {
background: rgba(255, 255, 255, 1);
background: rgba(255, 255, 255, 1);
box-shadow: 0px 2px 40px 0px rgba(65, 70, 76, 0.07);
box-shadow: 0px 2px 40px 0px rgba(65, 70, 76, 0.07);
}
}
// logo
.icon_logo {
.icon_logo {
margin-left: 27px;
margin-left: 27px;
margin-top: 12px;
margin-top: 12px;
...
...
src/entry/sy/views/SignIn.vue
View file @
244cdc28
...
@@ -104,7 +104,7 @@ export default {
...
@@ -104,7 +104,7 @@ 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%;
background-size: 100%;
float: left;
float: left;
background-color: #faf8fd;
background-color: #faf8fd;
...
...
src/views/template/TemplatePopup.vue
View file @
244cdc28
...
@@ -68,7 +68,7 @@
...
@@ -68,7 +68,7 @@
<img
:src=
"item.image_url"
v-if=
"isActive && item.image_url"
/>
<img
:src=
"item.image_url"
v-if=
"isActive && item.image_url"
/>
<img
<img
v-if=
"!isActive"
v-if=
"!isActive"
src=
"../../
entry/sy/images/TemplateManage
/self-tmpl-bg.png"
src=
"../../
assets/images/category
/self-tmpl-bg.png"
class=
"img_my"
class=
"img_my"
/>
/>
<span
:class=
"
{ my: !isActive }">
{{
item
.
name
}}
</span>
<span
:class=
"
{ my: !isActive }">
{{
item
.
name
}}
</span>
...
...
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