Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
ZhangJianFrontEnd
Overview
Overview
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
vue-project
ZhangJian
ZhangJianFrontEnd
Commits
a726c4df
Project 'vue-project/liangXing/frontEnd' was moved to 'vue-project/ZhangJian/ZhangJianFrontEnd'. Please update any links and bookmarks that may still have the old path.
Commit
a726c4df
authored
Aug 10, 2021
by
wangyui2025
1
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'wangrui' into '20210819'
add See merge request vue-project/liangXing/frontEnd!23
parents
8e646652
00d16317
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
1 deletions
+26
-1
Right.vue
src/pages/index/Right.vue
+26
-1
No files found.
src/pages/index/Right.vue
View file @
a726c4df
...
...
@@ -67,9 +67,12 @@
<popup-frame
:visible
.
sync=
"showVisible"
@
beforeClose=
"beforeCloses"
class=
"topic-frame"
>
<div
class=
"img"
>
<img
src=
"../../../static/images/index/supply-demand2.jpg"
alt=
""
>
<img
src=
"../../../static/images/index/supply-demand1.jpg"
alt=
""
v-show=
"topicShow"
>
<img
src=
"../../../static/images/index/supply-demand2.jpg"
alt=
""
v-show=
"!topicShow"
>
<div
class=
"button"
@
click=
"topicChange"
></div>
</div>
</popup-frame>
<div
class=
"right-bottom"
>
...
...
@@ -287,6 +290,7 @@ export default {
}
],
topicShow
:
true
,
// 活动开展
activeConfig
:
{},
activeList
:
[
...
...
@@ -683,7 +687,11 @@ export default {
beforeCloses
(
flag
)
{
this
.
showVisible
=
flag
this
.
activeShow
=
flag
},
topicChange
()
{
this
.
topicShow
=
!
this
.
topicShow
}
}
}
</
script
>
...
...
@@ -995,5 +1003,21 @@ export default {
}
}
}
.topic-frame
{
width
:
100%
;
height
:
100%
;
.img{
position
:
relative
;
width
:
100%
;
height
:
100%
;
.button{
width
:
50px
;
height
:
100px
;
position
:
absolute
;
top
:
40%
;
right
:
10px
;
}
}
}
}
</
style
>
\ No newline at end of file
wangdongchen
@wangbangchen
mentioned in commit
5ac0a203
Aug 10, 2021
mentioned in commit
5ac0a203
mentioned in commit 5ac0a20360d1322c8927e92bfbd0a05fdfd4d149
Toggle commit list
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