Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
fns_backend
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Zhang Xiaojie
fns_backend
Commits
f440dc6a
Commit
f440dc6a
authored
Nov 30, 2021
by
chenqikuai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
perf: 修复网点管理弹出框点击弹出框以外的范围无法关闭的问题
parent
7bb785b2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
5 deletions
+15
-5
index.vue
src/views/Root/OutletManagement/index.vue
+15
-5
No files found.
src/views/Root/OutletManagement/index.vue
View file @
f440dc6a
...
...
@@ -90,7 +90,13 @@
</spin>
<div
class=
"h-5"
></div>
</a-modal>
<a-modal
v-model=
"visible"
:footer=
"null"
:afterClose=
"afterClose"
width=
"900px"
>
<a-modal
v-model=
"visible"
:footer=
"null"
:afterClose=
"afterClose"
width=
"900px"
class=
"outletmodal"
>
<div
class=
"text-center text-lg font-semibold"
v-if=
"modalType === eModalType.edit"
>
编辑网点
</div>
...
...
@@ -1029,12 +1035,16 @@ export default Vue.extend({
})
</
script
>
<
style
lang=
"less"
>
.base_form_item {
// justify-content: center;
<
style
lang=
"less"
scoped
>
/deep/ .base_form_item {
display: flex;
/deep/
.ant-form-item-label {
.ant-form-item-label {
padding-right: 30px;
}
}
.outletmodal {
/deep/.ant-modal-content {
overflow: hidden;
}
}
</
style
>
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