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
b62e0b95
Commit
b62e0b95
authored
Nov 04, 2021
by
季圣华
Browse files
优化单据的全屏事件
parent
592c840c
Changes
2
Show whitespace changes
Inline
Side-by-side
jshERP-web/src/assets/less/common.less
View file @
b62e0b95
...
@@ -33,7 +33,7 @@
...
@@ -33,7 +33,7 @@
/*弹出modal 先有content后有body 故滚动条控制在body上*/
/*弹出modal 先有content后有body 故滚动条控制在body上*/
.ant-modal-cust-warp .ant-modal-content {
.ant-modal-cust-warp .ant-modal-content {
height: 90%
!important
;
height: 90%;
overflow-y: hidden
overflow-y: hidden
}
}
/*列表中有图片的加这个样式 参考用户管理*/
/*列表中有图片的加这个样式 参考用户管理*/
...
...
jshERP-web/src/components/jeecg/JModal/index.vue
View file @
b62e0b95
...
@@ -44,7 +44,7 @@
...
@@ -44,7 +44,7 @@
<
script
>
<
script
>
import
{
getClass
,
getStyle
}
from
'
@/utils/props-util
'
import
{
getClass
,
getStyle
}
from
'
@/utils/props-util
'
import
{
handleIntroJs
}
from
"
@/utils/util
"
import
{
triggerWindowResizeEvent
,
handleIntroJs
}
from
"
@/utils/util
"
import
Vue
from
'
vue
'
import
Vue
from
'
vue
'
export
default
{
export
default
{
...
@@ -172,6 +172,7 @@
...
@@ -172,6 +172,7 @@
/** 切换全屏 */
/** 切换全屏 */
toggleFullscreen
()
{
toggleFullscreen
()
{
this
.
innerFullscreen
=
!
this
.
innerFullscreen
this
.
innerFullscreen
=
!
this
.
innerFullscreen
triggerWindowResizeEvent
()
},
},
}
}
...
...
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