Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
huarun-binjiang-ipad
/
ipad
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
4675fca8
authored
Oct 30, 2021
by
liuwange1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
缓存
parent
3f0ccd32
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
5 deletions
+8
-5
public/index.html
+1
-1
src/App.vue
+7
-4
No files found.
public/index.html
View file @
4675fca8
...
...
@@ -11,7 +11,7 @@
</title>
</head>
<body
ontouchmove=
"event.preventDefault()"
>
<body>
<noscript>
<strong>
We're sorry but
<
%=
htmlWebpackPlugin
.
options
.
title
%
>
doesn't work properly without JavaScript enabled. Please enable it to
continue.
</strong>
...
...
src/App.vue
View file @
4675fca8
...
...
@@ -229,11 +229,11 @@ export default {
},
closeHandle
()
{
this
.
isShowClose
=
false
;
this
.
moveToS
(
22
0
,
695
);
this
.
moveToS
(
19
0
,
695
);
},
goup
()
{
console
.
log
(
this
.
startPageY
)
;
this
.
moveToS
(
695
,
22
0
);
if
(
this
.
isShowClose
)
return
;
this
.
moveToS
(
695
,
19
0
);
this
.
isShowClose
=
true
;
// if (this.startPageY
<
720
&&
this
.
startPageY
>
690
)
{
// }
...
...
@@ -276,6 +276,7 @@ export default {
body
{
overflow
:
hidden
;
touch-action
:
none
;
user-select
:
none
;
}
</
style
>
<
style
lang=
"less"
scoped
>
...
...
@@ -426,7 +427,7 @@ body {
}
.alarm
{
position
:
fixed
;
position
:
absolute
;
width
:
830px
;
height
:
500px
;
top
:
90vh
;
...
...
@@ -445,8 +446,10 @@ body {
position
:
absolute
;
top
:
5px
;
right
:
10px
;
z-index
:
99
;
img
{
width
:
32px
;
z-index
:
100
;
}
}
.header
{
...
...
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