Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
JSH ERP
Commits
674eb203
Commit
674eb203
authored
Dec 14, 2021
by
季圣华
Browse files
调整页面的高度,改为自适应(优化)
parent
998388bb
Changes
1
Hide whitespace changes
Inline
Side-by-side
jshERP-web/src/views/system/SystemConfigList.vue
View file @
674eb203
...
...
@@ -52,12 +52,14 @@
import
{
addSystemConfig
,
editSystemConfig
,
checkSystemConfig
}
from
'
@/api/api
'
import
{
autoJumpNextInput
}
from
"
@/utils/util
"
import
{
getAction
}
from
'
@/api/manage
'
import
{
mixinDevice
}
from
'
@/utils/mixin.js
'
export
default
{
name
:
"
SystemConfigList
"
,
mixins
:
[
mixinDevice
],
data
()
{
return
{
title
:
"
操作
"
,
cardStyle
:
'
height:
'
+
(
document
.
documentElement
.
clientHeight
-
125
)
+
'
px
'
,
cardStyle
:
''
,
visible
:
true
,
model
:
{},
depotFlagSwitch
:
false
,
//仓库权限状态
...
...
@@ -86,6 +88,9 @@
},
created
()
{
this
.
init
()
if
(
this
.
isDesktop
())
{
this
.
cardStyle
=
'
height:
'
+
(
document
.
documentElement
.
clientHeight
-
125
)
+
'
px
'
}
},
methods
:
{
onDepotChange
(
checked
)
{
...
...
Write
Preview
Supports
Markdown
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