Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
X
xiaomai-cloud-class-web
Overview
Overview
Details
Activity
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xiaomai-cloud-class
xiaomai-cloud-class-web
Commits
1d2823bf
Commit
1d2823bf
authored
Dec 08, 2020
by
wufan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:modal蒙层点击设置为不关闭
parent
5db351f1
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
8 additions
and
3 deletions
+8
-3
src/components/CropperModal.tsx
+1
-0
src/modules/personalInfo/ChangePhoneModal.tsx
+1
-0
src/modules/store-manege/EmployeeAddOrEditModal.tsx
+2
-1
src/modules/store-manege/modal/CatalogAddOrEditModal.tsx
+3
-2
src/modules/store-manege/modal/SecondCatalogAddOrEditModal.tsx
+1
-0
No files found.
src/components/CropperModal.tsx
View file @
1d2823bf
...
...
@@ -103,6 +103,7 @@ const CropperModal = (props: CropperModalProps) => {
确定
</
Button
>,
]
}
maskClosable=
{
false
}
onCancel=
{
close
}
>
<
Row
>
<
Col
span=
{
14
}
>
...
...
src/modules/personalInfo/ChangePhoneModal.tsx
View file @
1d2823bf
...
...
@@ -117,6 +117,7 @@ function ChangePhoneModal(props: changePhoneModalProps) {
width=
{
448
}
onCancel=
{
onClose
}
className=
"change-phone-modal"
maskClosable=
{
false
}
footer=
{
[
<
Button
id=
'cancel_allot_btn'
...
...
src/modules/store-manege/EmployeeAddOrEditModal.tsx
View file @
1d2823bf
...
...
@@ -2,7 +2,7 @@
* @Author: wufan
* @Date: 2020-11-27 16:21:49
* @LastEditors: wufan
* @LastEditTime: 2020-12-08 1
6:20:36
* @LastEditTime: 2020-12-08 1
9:08:57
* @Description: Description
* @@Copyrigh: © 2020 杭州杰竞科技有限公司 版权所有
*/
...
...
@@ -208,6 +208,7 @@ function AddEmployeeModal(props: AddEmployeeModalProps) {
width=
{
680
}
onCancel=
{
props
.
onClose
}
onOk=
{
handleOk
}
maskClosable=
{
false
}
>
<
Row
>
<
Col
span=
{
16
}
>
...
...
src/modules/store-manege/modal/CatalogAddOrEditModal.tsx
View file @
1d2823bf
/*
* @Author: wufan
* @Date: 2020-11-27 16:21:49
* @LastEditors:
zhangleyu
an
* @LastEditTime: 2020-12-08 1
8:04:35
* @LastEditors:
wuf
an
* @LastEditTime: 2020-12-08 1
9:42:39
* @Description: Description
* @@Copyrigh: © 2020 杭州杰竞科技有限公司 版权所有
*/
...
...
@@ -74,6 +74,7 @@ function CatalogAddOrEditModal(props: CatalogAddOrEditModalProps) {
保存
</
Button
>
]
}
maskClosable=
{
false
}
>
<
Form
labelCol=
{
{
span
:
5
}
}
...
...
src/modules/store-manege/modal/SecondCatalogAddOrEditModal.tsx
View file @
1d2823bf
...
...
@@ -114,6 +114,7 @@ function SecondCatalogAddOrEditModal(props: SecondCatalogAddOrEditModalProps) {
保存
</
Button
>
]
}
maskClosable=
{
false
}
>
<
Form
labelCol=
{
{
span
:
6
}
}
...
...
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