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
256282c2
"jetbrains:/idea/checkout/git" did not exist on "362670a78adbf93920cfe3d301e8f21c3b66faae"
Commit
256282c2
authored
Dec 11, 2022
by
季圣华
Browse files
调整页面布局(继续优化)
parent
f1631507
Changes
45
Show whitespace changes
Inline
Side-by-side
jshERP-web/src/views/system/modules/UnitModal.vue
View file @
256282c2
...
...
@@ -6,7 +6,7 @@
:visible=
"visible"
:confirmLoading=
"confirmLoading"
:getContainer=
"() => $refs.container"
:maskStyle=
"
{'top':'
101
px','left':'151px'}"
:maskStyle=
"
{'top':'
89
px','left':'151px'}"
:maskClosable="false"
@ok="handleOk"
@cancel="handleCancel"
...
...
jshERP-web/src/views/system/modules/UserCustomerModal.vue
View file @
256282c2
...
...
@@ -6,7 +6,7 @@
:visible=
"visible"
:confirmLoading=
"confirmLoading"
:getContainer=
"() => $refs.container"
:maskStyle=
"
{'top':'
101
px','left':'151px'}"
:maskStyle=
"
{'top':'
89
px','left':'151px'}"
:maskClosable="false"
@ok="handleOk"
@cancel="handleCancel"
...
...
jshERP-web/src/views/system/modules/UserDepotModal.vue
View file @
256282c2
...
...
@@ -6,7 +6,7 @@
:visible=
"visible"
:confirmLoading=
"confirmLoading"
:getContainer=
"() => $refs.container"
:maskStyle=
"
{'top':'
101
px','left':'151px'}"
:maskStyle=
"
{'top':'
89
px','left':'151px'}"
:maskClosable="false"
@ok="handleOk"
@cancel="handleCancel"
...
...
jshERP-web/src/views/system/modules/UserModal.vue
View file @
256282c2
...
...
@@ -6,13 +6,13 @@
:visible=
"visible"
:confirmLoading=
"confirmLoading"
:getContainer=
"() => $refs.container"
:maskStyle=
"
{'top':'
101
px','left':'151px'}"
:maskStyle=
"
{'top':'
89
px','left':'151px'}"
:maskClosable="false"
@ok="handleOk"
@cancel="handleCancel"
cancelText="关闭"
wrapClassName="ant-modal-cust-warp"
style="top:
10
%;height: 85%;overflow-y: hidden">
style="top:
5
%;height: 85%;overflow-y: hidden">
<template
slot=
"footer"
>
<a-button
key=
"back"
v-if=
"isReadOnly"
@
click=
"handleCancel"
>
关闭
...
...
jshERP-web/src/views/system/modules/VendorModal.vue
View file @
256282c2
...
...
@@ -6,7 +6,7 @@
:visible=
"visible"
:confirmLoading=
"confirmLoading"
:getContainer=
"() => $refs.container"
:maskStyle=
"
{'top':'
101
px','left':'151px'}"
:maskStyle=
"
{'top':'
89
px','left':'151px'}"
:maskClosable="false"
@ok="handleOk"
@cancel="handleCancel"
...
...
Prev
1
2
3
Next
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