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
494357a8
Commit
494357a8
authored
Sep 27, 2021
by
zL
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:修复溯源环境视图更新问题
parent
ffeffec2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
13 deletions
+12
-13
Home.vue
src/entry/sy/views/Home.vue
+12
-13
No files found.
src/entry/sy/views/Home.vue
View file @
494357a8
...
...
@@ -127,19 +127,16 @@
class=
"home-3-in-right"
v-show=
"currentDeploy === 0"
src=
"../../../assets/images/Home/home3_baner3.png"
alt
/>
<img
class=
"home-3-in-right"
v-show=
"currentDeploy === 1"
src=
"../../../assets/images/Home/home3_baner1.png"
alt
/>
<img
class=
"home-3-in-right"
v-show=
"currentDeploy === 2"
src=
"../../../assets/images/Home/home3_baner2.png"
alt
/>
</div>
</section>
...
...
@@ -231,8 +228,9 @@
</
template
>
<
script
lang=
"ts"
>
import
{
Vue
}
from
"vue-property-decorator"
;
import
{
Component
,
Vue
}
from
"vue-property-decorator"
;
let
UrlPrefixObj
=
require
(
"@/config/UrlPrefix"
);
@
Component
({})
export
default
class
Home
extends
Vue
{
public
featuresContent
=
[
{
text
:
`产品资料隐私性`
},
...
...
@@ -797,16 +795,17 @@ export default class Home extends Vue {
transition: all 0.2s linear;
}
.home-3-in-left > .content {
opacity: 0.3;
}
.home-3-in-left > .content-click {
opacity: 1;
cursor: pointer;
transform: scale(1.1);
transition: all 0.2s linear;
.home-3-in-left {
.content {
opacity: 0.3;
}
.content-click {
opacity: 1;
cursor: pointer;
transform: scale(1.1);
transition: all 0.2s linear;
}
}
.home-3-in-right {
width: 680px;
height: 380px;
...
...
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