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
b333f15e
Commit
b333f15e
authored
Dec 13, 2022
by
季圣华
Browse files
优化单据的遮罩样式
parent
6f6a4bbf
Changes
41
Hide whitespace changes
Inline
Side-by-side
jshERP-web/src/assets/less/common.less
View file @
b333f15e
...
@@ -19,8 +19,8 @@
...
@@ -19,8 +19,8 @@
}
}
/*列表页面弹出modal*/
/*列表页面弹出modal*/
.ant-modal-cust-warp {
.ant-modal-cust-warp {
margin-top:
8
9px;
margin-top: 9
3
px;
margin-left: 15
1
px;
margin-left: 15
4
px;
height: 100%
height: 100%
}
}
/*弹出modal Y轴滚动条*/
/*弹出modal Y轴滚动条*/
...
@@ -46,8 +46,8 @@
...
@@ -46,8 +46,8 @@
}
}
/*商品-列表页面弹出modal*/
/*商品-列表页面弹出modal*/
.ant-modal-material-warp {
.ant-modal-material-warp {
margin-top:
8
9px;
margin-top: 9
3
px;
margin-left: 15
1
px;
margin-left: 15
4
px;
height: 100%
height: 100%
}
}
/*商品-弹出modal Y轴滚动条*/
/*商品-弹出modal Y轴滚动条*/
...
...
jshERP-web/src/components/jeecg/JModal/index.vue
View file @
b333f15e
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
:class=
"getClass(modalClass)"
:class=
"getClass(modalClass)"
:style=
"getStyle(modalStyle)"
:style=
"getStyle(modalStyle)"
:visible=
"visible"
:visible=
"visible"
:maskStyle=
"
{'top':'
8
9px','left':'15
1
px'}"
:maskStyle=
"
{'top':'9
3
px','left':'15
4
px'}"
:getContainer="() => $refs.container"
:getContainer="() => $refs.container"
v-bind="_attrs"
v-bind="_attrs"
v-on="$listeners"
v-on="$listeners"
...
...
jshERP-web/src/components/layouts/IframePageView.vue
View file @
b333f15e
...
@@ -28,7 +28,7 @@
...
@@ -28,7 +28,7 @@
if
(
this
.
isMobile
())
{
if
(
this
.
isMobile
())
{
this
.
height
=
800
this
.
height
=
800
}
else
{
}
else
{
this
.
height
=
document
.
documentElement
.
clientHeight
-
10
5
this
.
height
=
document
.
documentElement
.
clientHeight
-
10
0
}
}
console
.
log
(
"
------url------
"
+
url
)
console
.
log
(
"
------url------
"
+
url
)
console
.
log
(
"
------token------
"
+
Vue
.
ls
.
get
(
ACCESS_TOKEN
))
console
.
log
(
"
------token------
"
+
Vue
.
ls
.
get
(
ACCESS_TOKEN
))
...
...
jshERP-web/src/components/tools/ImportFileModal.vue
View file @
b333f15e
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
:visible=
"visible"
:visible=
"visible"
:confirm-loading=
"confirmLoading"
:confirm-loading=
"confirmLoading"
:getContainer=
"() => $refs.container"
:getContainer=
"() => $refs.container"
:maskStyle=
"
{'top':'
8
9px','left':'15
1
px'}"
:maskStyle=
"
{'top':'9
3
px','left':'15
4
px'}"
:maskClosable="false"
:maskClosable="false"
@cancel="handleCancel"
@cancel="handleCancel"
wrapClassName="ant-modal-cust-warp"
wrapClassName="ant-modal-cust-warp"
...
...
jshERP-web/src/components/tools/UserPassword.vue
View file @
b333f15e
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
:visible=
"visible"
:visible=
"visible"
:confirmLoading=
"confirmLoading"
:confirmLoading=
"confirmLoading"
:getContainer=
"() => $refs.container"
:getContainer=
"() => $refs.container"
:maskStyle=
"
{'top':'
8
9px','left':'15
1
px'}"
:maskStyle=
"
{'top':'9
3
px','left':'15
4
px'}"
:maskClosable="false"
:maskClosable="false"
@ok="handleOk"
@ok="handleOk"
@cancel="handleCancel"
@cancel="handleCancel"
...
...
jshERP-web/src/views/bill/dialog/BatchSetDepot.vue
View file @
b333f15e
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
:visible=
"visible"
:visible=
"visible"
:confirmLoading=
"confirmLoading"
:confirmLoading=
"confirmLoading"
:getContainer=
"() => $refs.container"
:getContainer=
"() => $refs.container"
:maskStyle=
"
{'top':'
8
9px','left':'15
1
px'}"
:maskStyle=
"
{'top':'9
3
px','left':'15
4
px'}"
:maskClosable="false"
:maskClosable="false"
@ok="handleOk"
@ok="handleOk"
@cancel="handleCancel"
@cancel="handleCancel"
...
...
jshERP-web/src/views/bill/dialog/BillPrintIframe.vue
View file @
b333f15e
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
:width=
"width"
:width=
"width"
:visible=
"visible"
:visible=
"visible"
:getContainer=
"() => $refs.container"
:getContainer=
"() => $refs.container"
:maskStyle=
"
{'top':'
8
9px','left':'15
1
px'}"
:maskStyle=
"
{'top':'9
3
px','left':'15
4
px'}"
:maskClosable="false"
:maskClosable="false"
:style="modalStyle"
:style="modalStyle"
@cancel="handleCancel"
@cancel="handleCancel"
...
...
jshERP-web/src/views/bill/dialog/HistoryBillList.vue
View file @
b333f15e
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
:width=
"1250"
:width=
"1250"
:visible=
"visible"
:visible=
"visible"
:getContainer=
"() => $refs.container"
:getContainer=
"() => $refs.container"
:maskStyle=
"
{'top':'
8
9px','left':'15
1
px'}"
:maskStyle=
"
{'top':'9
3
px','left':'15
4
px'}"
:maskClosable="false"
:maskClosable="false"
@cancel="handleCancel"
@cancel="handleCancel"
cancelText="关闭"
cancelText="关闭"
...
...
jshERP-web/src/views/bill/dialog/LinkBillList.vue
View file @
b333f15e
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
:width=
"1250"
:width=
"1250"
:visible=
"visible"
:visible=
"visible"
:getContainer=
"() => $refs.container"
:getContainer=
"() => $refs.container"
:maskStyle=
"
{'top':'
8
9px','left':'15
1
px'}"
:maskStyle=
"
{'top':'9
3
px','left':'15
4
px'}"
:maskClosable="false"
:maskClosable="false"
@ok="handleOk"
@ok="handleOk"
@cancel="handleCancel"
@cancel="handleCancel"
...
...
jshERP-web/src/views/bill/dialog/ManyAccountModal.vue
View file @
b333f15e
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
:visible=
"visible"
:visible=
"visible"
:confirmLoading=
"confirmLoading"
:confirmLoading=
"confirmLoading"
:getContainer=
"() => $refs.container"
:getContainer=
"() => $refs.container"
:maskStyle=
"
{'top':'
8
9px','left':'15
1
px'}"
:maskStyle=
"
{'top':'9
3
px','left':'15
4
px'}"
:maskClosable="false"
:maskClosable="false"
@ok="handleOk"
@ok="handleOk"
@cancel="handleCancel"
@cancel="handleCancel"
...
...
jshERP-web/src/views/financial/dialog/DebtBillList.vue
View file @
b333f15e
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
:width=
"1300"
:width=
"1300"
:visible=
"visible"
:visible=
"visible"
:getContainer=
"() => $refs.container"
:getContainer=
"() => $refs.container"
:maskStyle=
"
{'top':'
8
9px','left':'15
1
px'}"
:maskStyle=
"
{'top':'9
3
px','left':'15
4
px'}"
:maskClosable="false"
:maskClosable="false"
@ok="handleOk"
@ok="handleOk"
@cancel="handleCancel"
@cancel="handleCancel"
...
...
jshERP-web/src/views/material/modules/BatchSetInfoModal.vue
View file @
b333f15e
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
:visible=
"visible"
:visible=
"visible"
:confirm-loading=
"confirmLoading"
:confirm-loading=
"confirmLoading"
:getContainer=
"() => $refs.container"
:getContainer=
"() => $refs.container"
:maskStyle=
"
{'top':'
8
9px','left':'15
1
px'}"
:maskStyle=
"
{'top':'9
3
px','left':'15
4
px'}"
:maskClosable="false"
:maskClosable="false"
@ok="handleOk"
@ok="handleOk"
@cancel="handleCancel"
@cancel="handleCancel"
...
...
jshERP-web/src/views/material/modules/BatchSetPriceModal.vue
View file @
b333f15e
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
:visible=
"visible"
:visible=
"visible"
:confirm-loading=
"confirmLoading"
:confirm-loading=
"confirmLoading"
:getContainer=
"() => $refs.container"
:getContainer=
"() => $refs.container"
:maskStyle=
"
{'top':'
8
9px','left':'15
1
px'}"
:maskStyle=
"
{'top':'9
3
px','left':'15
4
px'}"
:maskClosable="false"
:maskClosable="false"
@ok="handleOk"
@ok="handleOk"
@cancel="handleCancel"
@cancel="handleCancel"
...
...
jshERP-web/src/views/material/modules/BatchSetStockModal.vue
View file @
b333f15e
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
:visible=
"visible"
:visible=
"visible"
:confirm-loading=
"confirmLoading"
:confirm-loading=
"confirmLoading"
:getContainer=
"() => $refs.container"
:getContainer=
"() => $refs.container"
:maskStyle=
"
{'top':'
8
9px','left':'15
1
px'}"
:maskStyle=
"
{'top':'9
3
px','left':'15
4
px'}"
:maskClosable="false"
:maskClosable="false"
@ok="handleOk"
@ok="handleOk"
@cancel="handleCancel"
@cancel="handleCancel"
...
...
jshERP-web/src/views/material/modules/MaterialAttributeModal.vue
View file @
b333f15e
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
:visible=
"visible"
:visible=
"visible"
:confirmLoading=
"confirmLoading"
:confirmLoading=
"confirmLoading"
:getContainer=
"() => $refs.container"
:getContainer=
"() => $refs.container"
:maskStyle=
"
{'top':'
8
9px','left':'15
1
px'}"
:maskStyle=
"
{'top':'9
3
px','left':'15
4
px'}"
:maskClosable="false"
:maskClosable="false"
@ok="handleOk"
@ok="handleOk"
@cancel="handleCancel"
@cancel="handleCancel"
...
...
jshERP-web/src/views/material/modules/MaterialCategoryModal.vue
View file @
b333f15e
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
:confirmLoading=
"confirmLoading"
:confirmLoading=
"confirmLoading"
:okButtonProps=
"
{ props: {disabled: disableSubmit} }"
:okButtonProps=
"
{ props: {disabled: disableSubmit} }"
:getContainer="() => $refs.container"
:getContainer="() => $refs.container"
:maskStyle="{'top':'
8
9px','left':'15
1
px'}"
:maskStyle="{'top':'9
3
px','left':'15
4
px'}"
:maskClosable="false"
:maskClosable="false"
@ok="handleOk"
@ok="handleOk"
@cancel="handleCancel"
@cancel="handleCancel"
...
...
jshERP-web/src/views/material/modules/MaterialPropertyModal.vue
View file @
b333f15e
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
:visible=
"visible"
:visible=
"visible"
:confirmLoading=
"confirmLoading"
:confirmLoading=
"confirmLoading"
:getContainer=
"() => $refs.container"
:getContainer=
"() => $refs.container"
:maskStyle=
"
{'top':'
8
9px','left':'15
1
px'}"
:maskStyle=
"
{'top':'9
3
px','left':'15
4
px'}"
:maskClosable="false"
:maskClosable="false"
@ok="handleOk"
@ok="handleOk"
@cancel="handleCancel"
@cancel="handleCancel"
...
...
jshERP-web/src/views/report/modules/AccountInOutList.vue
View file @
b333f15e
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
:width=
"1000"
:width=
"1000"
:visible=
"visible"
:visible=
"visible"
:getContainer=
"() => $refs.container"
:getContainer=
"() => $refs.container"
:maskStyle=
"
{'top':'
8
9px','left':'15
1
px'}"
:maskStyle=
"
{'top':'9
3
px','left':'15
4
px'}"
:maskClosable="false"
:maskClosable="false"
@cancel="handleCancel"
@cancel="handleCancel"
cancelText="关闭"
cancelText="关闭"
...
...
jshERP-web/src/views/report/modules/DebtAccountList.vue
View file @
b333f15e
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
:width=
"1200"
:width=
"1200"
:visible=
"visible"
:visible=
"visible"
:getContainer=
"() => $refs.container"
:getContainer=
"() => $refs.container"
:maskStyle=
"
{'top':'
8
9px','left':'15
1
px'}"
:maskStyle=
"
{'top':'9
3
px','left':'15
4
px'}"
:maskClosable="false"
:maskClosable="false"
@cancel="handleCancel"
@cancel="handleCancel"
cancelText="关闭"
cancelText="关闭"
...
...
jshERP-web/src/views/report/modules/MaterialInOutList.vue
View file @
b333f15e
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
:width=
"1200"
:width=
"1200"
:visible=
"visible"
:visible=
"visible"
:getContainer=
"() => $refs.container"
:getContainer=
"() => $refs.container"
:maskStyle=
"
{'top':'
8
9px','left':'15
1
px'}"
:maskStyle=
"
{'top':'9
3
px','left':'15
4
px'}"
:maskClosable="false"
:maskClosable="false"
@cancel="handleCancel"
@cancel="handleCancel"
cancelText="关闭"
cancelText="关闭"
...
...
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