Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mes-ui
Project
Project
Details
Activity
Releases
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
周远喜
mes-ui
Commits
9824dfbb
Commit
9824dfbb
authored
Mar 31, 2020
by
康振飞
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
高度优化
parent
86ee5a42
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
9 deletions
+9
-9
index.vue
pages/basicData/calendar/class/index.vue
+2
-2
index.vue
pages/basicData/calendar/holiday/index.vue
+2
-2
index.vue
pages/basicData/calendar/overtime/index.vue
+2
-2
index.vue
pages/basicData/calendar/work/index.vue
+3
-3
No files found.
pages/basicData/calendar/class/index.vue
View file @
9824dfbb
...
@@ -172,13 +172,13 @@ export default {
...
@@ -172,13 +172,13 @@ export default {
}
}
},
},
created
(){
created
(){
this
.
tableHeight
=
window
.
innerHeight
-
2
2
0
this
.
tableHeight
=
window
.
innerHeight
-
2
3
0
},
},
mounted
()
{
mounted
()
{
window
.
onresize
=
()
=>
{
///浏览器窗口大小变化
window
.
onresize
=
()
=>
{
///浏览器窗口大小变化
return
(()
=>
{
return
(()
=>
{
window
.
screenHeight
=
window
.
innerHeight
window
.
screenHeight
=
window
.
innerHeight
this
.
tableHeight
=
window
.
screenHeight
-
2
2
0
this
.
tableHeight
=
window
.
screenHeight
-
2
3
0
})()
})()
}
}
},
},
...
...
pages/basicData/calendar/holiday/index.vue
View file @
9824dfbb
...
@@ -171,14 +171,14 @@ export default {
...
@@ -171,14 +171,14 @@ export default {
}
}
},
},
created
(){
created
(){
this
.
tableHeight
=
window
.
innerHeight
-
2
2
0
this
.
tableHeight
=
window
.
innerHeight
-
2
3
0
},
},
mounted
()
{
mounted
()
{
// console.log(this)
// console.log(this)
window
.
onresize
=
()
=>
{
///浏览器窗口大小变化
window
.
onresize
=
()
=>
{
///浏览器窗口大小变化
return
(()
=>
{
return
(()
=>
{
window
.
screenHeight
=
window
.
innerHeight
window
.
screenHeight
=
window
.
innerHeight
this
.
tableHeight
=
window
.
screenHeight
-
2
2
0
this
.
tableHeight
=
window
.
screenHeight
-
2
3
0
})()
})()
}
}
},
},
...
...
pages/basicData/calendar/overtime/index.vue
View file @
9824dfbb
...
@@ -196,14 +196,14 @@ export default {
...
@@ -196,14 +196,14 @@ export default {
},
},
created
()
{
created
()
{
this
.
getWeekTypeListFn
()
this
.
getWeekTypeListFn
()
this
.
tableHeight
=
window
.
innerHeight
-
2
2
0
this
.
tableHeight
=
window
.
innerHeight
-
2
3
0
},
},
mounted
()
{
mounted
()
{
window
.
onresize
=
()
=>
{
window
.
onresize
=
()
=>
{
///浏览器窗口大小变化
///浏览器窗口大小变化
return
(()
=>
{
return
(()
=>
{
window
.
screenHeight
=
window
.
innerHeight
window
.
screenHeight
=
window
.
innerHeight
this
.
tableHeight
=
window
.
screenHeight
-
2
2
0
this
.
tableHeight
=
window
.
screenHeight
-
2
3
0
})()
})()
}
}
},
},
...
...
pages/basicData/calendar/work/index.vue
View file @
9824dfbb
...
@@ -69,7 +69,7 @@ export default {
...
@@ -69,7 +69,7 @@ export default {
deletelMore
:
false
,
deletelMore
:
false
,
curId
:
0
,
curId
:
0
,
columns
:
[
columns
:
[
{
type
:
'selection'
,
width
:
70
,
align
:
'center'
},
//
{ type: 'selection', width: 70, align: 'center'},
{
key
:
'id'
,
title
:
this
.
l
(
'id'
),
hide
:
true
,
align
:
'left'
},
{
key
:
'id'
,
title
:
this
.
l
(
'id'
),
hide
:
true
,
align
:
'left'
},
{
{
key
:
'creationTime'
,
key
:
'creationTime'
,
...
@@ -184,13 +184,13 @@ export default {
...
@@ -184,13 +184,13 @@ export default {
}
}
},
},
created
(){
created
(){
this
.
tableHeight
=
window
.
innerHeight
-
2
2
0
this
.
tableHeight
=
window
.
innerHeight
-
2
3
0
},
},
mounted
()
{
mounted
()
{
window
.
onresize
=
()
=>
{
///浏览器窗口大小变化
window
.
onresize
=
()
=>
{
///浏览器窗口大小变化
return
(()
=>
{
return
(()
=>
{
window
.
screenHeight
=
window
.
innerHeight
window
.
screenHeight
=
window
.
innerHeight
this
.
tableHeight
=
window
.
screenHeight
-
2
2
0
this
.
tableHeight
=
window
.
screenHeight
-
2
3
0
})()
})()
}
}
},
},
...
...
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