Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
Y
yangpu
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
郭铭瑶
yangpu
Commits
8d0bad7c
Commit
8d0bad7c
authored
Nov 06, 2020
by
郭铭瑶
🤘
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
加返回和关闭按钮
parent
6e2995b9
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
28 additions
and
4 deletions
+28
-4
back-on.png
src/assets/images/back-on.png
+0
-0
back.png
src/assets/images/back.png
+0
-0
close-modal.png
src/assets/images/close-modal.png
+0
-0
close-on.png
src/assets/images/close-on.png
+0
-0
close.png
src/assets/images/close.png
+0
-0
monitor-modal.vue
...mponents/MonitorComponents/MonitorModal/monitor-modal.vue
+1
-1
monitor-title.vue
...mponents/MonitorComponents/MonitorTitle/monitor-title.vue
+27
-3
No files found.
src/assets/images/back-on.png
0 → 100644
View file @
8d0bad7c
2.98 KB
src/assets/images/back.png
0 → 100644
View file @
8d0bad7c
2.85 KB
src/assets/images/close-modal.png
0 → 100644
View file @
8d0bad7c
1.5 KB
src/assets/images/close-on.png
0 → 100644
View file @
8d0bad7c
2.64 KB
src/assets/images/close.png
View replaced file @
6e2995b9
View file @
8d0bad7c
1.5 KB
|
W:
|
H:
2.52 KB
|
W:
|
H:
2-up
Swipe
Onion skin
src/components/MonitorComponents/MonitorModal/monitor-modal.vue
View file @
8d0bad7c
...
...
@@ -10,7 +10,7 @@
</p>
<div>
<img
class=
"flag"
src=
"@/assets/images/modal-title1.png"
/>
<img
@
click=
"handleClose"
class=
"close-btn"
src=
"@/assets/images/close.png"
/>
<img
@
click=
"handleClose"
class=
"close-btn"
src=
"@/assets/images/close
-modal
.png"
/>
</div>
<img
class=
"left"
src=
"@/assets/images/modal-title-left.png"
/>
</div>
...
...
src/components/MonitorComponents/MonitorTitle/monitor-title.vue
View file @
8d0bad7c
...
...
@@ -5,11 +5,13 @@
<span>
{{
curDate
}}
</span>
</DatePicker>
</span>
-->
<div
class=
"btn back"
@
click=
"toAli"
/>
<div
class=
"btn close"
@
click=
"toAli"
/>
<span
v-if=
"!hideTime"
class=
"moment time"
>
<
span
class=
"switch"
><img
src=
"@/assets/images/switch.png"
/>
切换街道
</span
>
<
!--
<span
class=
"switch"
><img
src=
"@/assets/images/switch.png"
/>
切换街道
</span>
--
>
{{
curDate
}}
{{
time
}}
</span>
<img
:src=
"bgImg"
draggable=
"false"
/>
<img
class=
"bg"
:src=
"bgImg"
draggable=
"false"
/>
<p
:style=
"style"
><slot
/></p>
</div>
</
template
>
...
...
@@ -86,6 +88,9 @@ export default {
this
.
$store
.
commit
(
'SET_CURDATE'
,
date
)
this
.
openDatePicker
=
false
},
toAli
()
{
window
.
location
=
'http://10.89.1.208/share/ypdp'
},
}
}
</
script
>
...
...
@@ -100,6 +105,25 @@ export default {
background-position center
// font-family $font-pang
font-weight bold
>.btn
position absolute
width .2rem
height @width
top .05rem
cursor pointer
z-index 999
background-size 100% 100%
transition background-image .3s ease-in-out
&.back
left .1rem
background-image url(../../../assets/images/back.png)
&:hover
background-image url(../../../assets/images/back-on.png)
&.close
right .1rem
background-image url(../../../assets/images/close.png)
&:hover
background-image url(../../../assets/images/close-on.png)
.switch
color #5BD5FF
margin-right .1rem
...
...
@@ -123,7 +147,7 @@ export default {
margin 0 auto
text-align center
transform translateX(25%)
>
im
g
>
.b
g
position absolute
width 100%
height 100%
...
...
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