Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
php
/
dencare-game
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
242a64c0
authored
Aug 31, 2019
by
zhangheng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
ef8974b0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
8 deletions
+15
-8
.idea/workspace.xml
+6
-6
Application/Home/View/default/Index_index.tpl
+9
-2
No files found.
.idea/workspace.xml
View file @
242a64c0
...
...
@@ -82,8 +82,8 @@
<file
leaf-file-name=
"Index_index.tpl"
pinned=
"false"
current-in-tab=
"true"
>
<entry
file=
"file://$PROJECT_DIR$/Application/Home/View/default/Index_index.tpl"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"
230
"
>
<caret
line=
"2
77"
column=
"16"
lean-forward=
"false"
selection-start-line=
"277"
selection-start-column=
"16"
selection-end-line=
"277"
selection-end-column=
"16
"
/>
<state
relative-caret-position=
"
439
"
>
<caret
line=
"2
82"
column=
"0"
lean-forward=
"true"
selection-start-line=
"282"
selection-start-column=
"0"
selection-end-line=
"282"
selection-end-column=
"0
"
/>
<folding>
<element
signature=
"n#style#0;n#div#6;n#div#0;n#div#0;n#body#0;n#html#0;n#!!top"
expanded=
"true"
/>
</folding>
...
...
@@ -544,12 +544,12 @@
<updated>
1566667513502
</updated>
<workItem
from=
"1566667516612"
duration=
"55749000"
/>
<workItem
from=
"1567098016695"
duration=
"6433000"
/>
<workItem
from=
"1567181764126"
duration=
"3
69
1000"
/>
<workItem
from=
"1567181764126"
duration=
"3
78
1000"
/>
</task>
<servers
/>
</component>
<component
name=
"TimeTrackingManager"
>
<option
name=
"totallyTimeSpent"
value=
"65
87
3000"
/>
<option
name=
"totallyTimeSpent"
value=
"65
96
3000"
/>
</component>
<component
name=
"ToolWindowManager"
>
<frame
x=
"0"
y=
"23"
width=
"1440"
height=
"815"
extended-state=
"6"
/>
...
...
@@ -942,8 +942,8 @@
</entry>
<entry
file=
"file://$PROJECT_DIR$/Application/Home/View/default/Index_index.tpl"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"
230
"
>
<caret
line=
"2
77"
column=
"16"
lean-forward=
"false"
selection-start-line=
"277"
selection-start-column=
"16"
selection-end-line=
"277"
selection-end-column=
"16
"
/>
<state
relative-caret-position=
"
439
"
>
<caret
line=
"2
82"
column=
"0"
lean-forward=
"true"
selection-start-line=
"282"
selection-start-column=
"0"
selection-end-line=
"282"
selection-end-column=
"0
"
/>
<folding>
<element
signature=
"n#style#0;n#div#6;n#div#0;n#div#0;n#body#0;n#html#0;n#!!top"
expanded=
"true"
/>
</folding>
...
...
Application/Home/View/default/Index_index.tpl
View file @
242a64c0
...
...
@@ -272,10 +272,17 @@
var
t
=
window
.
screen
.
height
;
if
(
t
==
'812'
)
{
$
(
'.page-sate'
).
css
(
'height'
,
'1234px'
);
$
(
'body'
).
css
(
'height'
,
'1234px'
);
}
else
{
$
(
'.page-sate'
).
css
(
'height'
,
document
.
documentElement
.
clientHeight
+
'px'
);
$
(
'body'
).
css
(
'height'
,
document
.
documentElement
.
clientHeight
+
'px'
);
}
}
else
{
$
(
'.page-sate'
).
css
(
'height'
,
document
.
documentElement
.
clientHeight
+
'px'
);
$
(
'body'
).
css
(
'height'
,
document
.
documentElement
.
clientHeight
+
'px'
);
}
console
.
log
(
document
.
documentElement
.
clientHeight
)
</script>
<script
type=
"text/javascript"
src=
"__CDN__/js/konva.min.js"
></script>
<script
type=
"text/javascript"
src=
"__CDN__/js/swiper.min.js"
></script>
...
...
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