Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
S
sts网站
Project
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
liyang
sts网站
Commits
14392d97
Commit
14392d97
authored
Apr 17, 2020
by
RuoYi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dialog添加append-to-body属性,防止ie遮罩
parent
ec98648e
Show whitespace changes
Inline
Side-by-side
Showing
17 changed files
with
20 additions
and
20 deletions
+20
-20
index.vue
ruoyi-ui/src/views/monitor/job/index.vue
+2
-2
log.vue
ruoyi-ui/src/views/monitor/job/log.vue
+1
-1
index.vue
ruoyi-ui/src/views/monitor/operlog/index.vue
+1
-1
index.vue
ruoyi-ui/src/views/system/config/index.vue
+1
-1
index.vue
ruoyi-ui/src/views/system/dept/index.vue
+1
-1
data.vue
ruoyi-ui/src/views/system/dict/data.vue
+1
-1
index.vue
ruoyi-ui/src/views/system/dict/index.vue
+1
-1
index.vue
ruoyi-ui/src/views/system/menu/index.vue
+1
-1
index.vue
ruoyi-ui/src/views/system/notice/index.vue
+1
-1
index.vue
ruoyi-ui/src/views/system/post/index.vue
+1
-1
index.vue
ruoyi-ui/src/views/system/role/index.vue
+2
-2
index.vue
ruoyi-ui/src/views/system/user/index.vue
+2
-2
userAvatar.vue
ruoyi-ui/src/views/system/user/profile/userAvatar.vue
+1
-1
importTable.vue
ruoyi-ui/src/views/tool/gen/importTable.vue
+1
-1
index.vue
ruoyi-ui/src/views/tool/gen/index.vue
+1
-1
index-tree.vue.vm
ruoyi/src/main/resources/vm/vue/index-tree.vue.vm
+1
-1
index.vue.vm
ruoyi/src/main/resources/vm/vue/index.vue.vm
+1
-1
No files found.
ruoyi-ui/src/views/monitor/job/index.vue
View file @
14392d97
...
...
@@ -132,7 +132,7 @@
/>
<!-- 添加或修改定时任务对话框 -->
<el-dialog
:title=
"title"
:visible
.
sync=
"open"
width=
"700px"
>
<el-dialog
:title=
"title"
:visible
.
sync=
"open"
width=
"700px"
append-to-body
>
<el-form
ref=
"form"
:model=
"form"
:rules=
"rules"
label-width=
"100px"
>
<el-row>
<el-col
:span=
"12"
>
...
...
@@ -210,7 +210,7 @@
</el-dialog>
<!-- 任务日志详细 -->
<el-dialog
title=
"任务详细"
:visible
.
sync=
"openView"
width=
"700px"
>
<el-dialog
title=
"任务详细"
:visible
.
sync=
"openView"
width=
"700px"
append-to-body
>
<el-form
ref=
"form"
:model=
"form"
label-width=
"120px"
size=
"mini"
>
<el-row>
<el-col
:span=
"12"
>
...
...
ruoyi-ui/src/views/monitor/job/log.vue
View file @
14392d97
...
...
@@ -127,7 +127,7 @@
/>
<!-- 调度日志详细 -->
<el-dialog
title=
"调度日志详细"
:visible
.
sync=
"open"
width=
"700px"
>
<el-dialog
title=
"调度日志详细"
:visible
.
sync=
"open"
width=
"700px"
append-to-body
>
<el-form
ref=
"form"
:model=
"form"
label-width=
"100px"
size=
"mini"
>
<el-row>
<el-col
:span=
"12"
>
...
...
ruoyi-ui/src/views/monitor/operlog/index.vue
View file @
14392d97
...
...
@@ -139,7 +139,7 @@
/>
<!-- 操作日志详细 -->
<el-dialog
title=
"操作日志详细"
:visible
.
sync=
"open"
width=
"700px"
>
<el-dialog
title=
"操作日志详细"
:visible
.
sync=
"open"
width=
"700px"
append-to-body
>
<el-form
ref=
"form"
:model=
"form"
label-width=
"100px"
size=
"mini"
>
<el-row>
<el-col
:span=
"12"
>
...
...
ruoyi-ui/src/views/system/config/index.vue
View file @
14392d97
...
...
@@ -132,7 +132,7 @@
/>
<!-- 添加或修改参数配置对话框 -->
<el-dialog
:title=
"title"
:visible
.
sync=
"open"
width=
"500px"
>
<el-dialog
:title=
"title"
:visible
.
sync=
"open"
width=
"500px"
append-to-body
>
<el-form
ref=
"form"
:model=
"form"
:rules=
"rules"
label-width=
"80px"
>
<el-form-item
label=
"参数名称"
prop=
"configName"
>
<el-input
v-model=
"form.configName"
placeholder=
"请输入参数名称"
/>
...
...
ruoyi-ui/src/views/system/dept/index.vue
View file @
14392d97
...
...
@@ -83,7 +83,7 @@
</el-table>
<!-- 添加或修改部门对话框 -->
<el-dialog
:title=
"title"
:visible
.
sync=
"open"
width=
"600px"
>
<el-dialog
:title=
"title"
:visible
.
sync=
"open"
width=
"600px"
append-to-body
>
<el-form
ref=
"form"
:model=
"form"
:rules=
"rules"
label-width=
"80px"
>
<el-row>
<el-col
:span=
"24"
v-if=
"form.parentId !== 0"
>
...
...
ruoyi-ui/src/views/system/dict/data.vue
View file @
14392d97
...
...
@@ -119,7 +119,7 @@
/>
<!-- 添加或修改参数配置对话框 -->
<el-dialog
:title=
"title"
:visible
.
sync=
"open"
width=
"500px"
>
<el-dialog
:title=
"title"
:visible
.
sync=
"open"
width=
"500px"
append-to-body
>
<el-form
ref=
"form"
:model=
"form"
:rules=
"rules"
label-width=
"80px"
>
<el-form-item
label=
"字典类型"
>
<el-input
v-model=
"form.dictType"
:disabled=
"true"
/>
...
...
ruoyi-ui/src/views/system/dict/index.vue
View file @
14392d97
...
...
@@ -143,7 +143,7 @@
/>
<!-- 添加或修改参数配置对话框 -->
<el-dialog
:title=
"title"
:visible
.
sync=
"open"
width=
"500px"
>
<el-dialog
:title=
"title"
:visible
.
sync=
"open"
width=
"500px"
append-to-body
>
<el-form
ref=
"form"
:model=
"form"
:rules=
"rules"
label-width=
"80px"
>
<el-form-item
label=
"字典名称"
prop=
"dictName"
>
<el-input
v-model=
"form.dictName"
placeholder=
"请输入字典名称"
/>
...
...
ruoyi-ui/src/views/system/menu/index.vue
View file @
14392d97
...
...
@@ -74,7 +74,7 @@
</el-table>
<!-- 添加或修改菜单对话框 -->
<el-dialog
:title=
"title"
:visible
.
sync=
"open"
width=
"600px"
>
<el-dialog
:title=
"title"
:visible
.
sync=
"open"
width=
"600px"
append-to-body
>
<el-form
ref=
"form"
:model=
"form"
:rules=
"rules"
label-width=
"80px"
>
<el-row>
<el-col
:span=
"24"
>
...
...
ruoyi-ui/src/views/system/notice/index.vue
View file @
14392d97
...
...
@@ -125,7 +125,7 @@
/>
<!--
添加或修改公告对话框
-->
<
el
-
dialog
:
title
=
"title"
:
visible
.
sync
=
"open"
width
=
"780px"
>
<
el
-
dialog
:
title
=
"title"
:
visible
.
sync
=
"open"
width
=
"780px"
append
-
to
-
body
>
<
el
-
form
ref
=
"form"
:
model
=
"form"
:
rules
=
"rules"
label
-
width
=
"80px"
>
<
el
-
row
>
<
el
-
col
:
span
=
"12"
>
...
...
ruoyi-ui/src/views/system/post/index.vue
View file @
14392d97
...
...
@@ -117,7 +117,7 @@
/>
<!-- 添加或修改岗位对话框 -->
<el-dialog
:title=
"title"
:visible
.
sync=
"open"
width=
"500px"
>
<el-dialog
:title=
"title"
:visible
.
sync=
"open"
width=
"500px"
append-to-body
>
<el-form
ref=
"form"
:model=
"form"
:rules=
"rules"
label-width=
"80px"
>
<el-form-item
label=
"岗位名称"
prop=
"postName"
>
<el-input
v-model=
"form.postName"
placeholder=
"请输入岗位名称"
/>
...
...
ruoyi-ui/src/views/system/role/index.vue
View file @
14392d97
...
...
@@ -153,7 +153,7 @@
/>
<!-- 添加或修改角色配置对话框 -->
<el-dialog
:title=
"title"
:visible
.
sync=
"open"
width=
"500px"
>
<el-dialog
:title=
"title"
:visible
.
sync=
"open"
width=
"500px"
append-to-body
>
<el-form
ref=
"form"
:model=
"form"
:rules=
"rules"
label-width=
"80px"
>
<el-form-item
label=
"角色名称"
prop=
"roleName"
>
<el-input
v-model=
"form.roleName"
placeholder=
"请输入角色名称"
/>
...
...
@@ -194,7 +194,7 @@
</el-dialog>
<!-- 分配角色数据权限对话框 -->
<el-dialog
:title=
"title"
:visible
.
sync=
"openDataScope"
width=
"500px"
>
<el-dialog
:title=
"title"
:visible
.
sync=
"openDataScope"
width=
"500px"
append-to-body
>
<el-form
:model=
"form"
label-width=
"80px"
>
<el-form-item
label=
"角色名称"
>
<el-input
v-model=
"form.roleName"
:disabled=
"true"
/>
...
...
ruoyi-ui/src/views/system/user/index.vue
View file @
14392d97
...
...
@@ -198,7 +198,7 @@
</el-row>
<!-- 添加或修改参数配置对话框 -->
<el-dialog
:title=
"title"
:visible
.
sync=
"open"
width=
"600px"
>
<el-dialog
:title=
"title"
:visible
.
sync=
"open"
width=
"600px"
append-to-body
>
<el-form
ref=
"form"
:model=
"form"
:rules=
"rules"
label-width=
"80px"
>
<el-row>
<el-col
:span=
"12"
>
...
...
@@ -295,7 +295,7 @@
</el-dialog>
<!-- 用户导入对话框 -->
<el-dialog
:title=
"upload.title"
:visible
.
sync=
"upload.open"
width=
"400px"
>
<el-dialog
:title=
"upload.title"
:visible
.
sync=
"upload.open"
width=
"400px"
append-to-body
>
<el-upload
ref=
"upload"
:limit=
"1"
...
...
ruoyi-ui/src/views/system/user/profile/userAvatar.vue
View file @
14392d97
<
template
>
<div>
<img
v-bind:src=
"options.img"
@
click=
"editCropper()"
title=
"点击上传头像"
class=
"img-circle img-lg"
/>
<el-dialog
:title=
"title"
:visible
.
sync=
"open"
width=
"800px"
>
<el-dialog
:title=
"title"
:visible
.
sync=
"open"
width=
"800px"
append-to-body
>
<el-row>
<el-col
:xs=
"24"
:md=
"12"
:style=
"
{height: '350px'}">
<vue-cropper
...
...
ruoyi-ui/src/views/tool/gen/importTable.vue
View file @
14392d97
<
template
>
<!-- 导入表 -->
<el-dialog
title=
"导入表"
:visible
.
sync=
"visible"
width=
"800px"
top=
"5vh"
>
<el-dialog
title=
"导入表"
:visible
.
sync=
"visible"
width=
"800px"
top=
"5vh"
append-to-body
>
<el-form
:model=
"queryParams"
ref=
"queryForm"
:inline=
"true"
>
<el-form-item
label=
"表名称"
prop=
"tableName"
>
<el-input
...
...
ruoyi-ui/src/views/tool/gen/index.vue
View file @
14392d97
...
...
@@ -145,7 +145,7 @@
@
pagination=
"getList"
/>
<!-- 预览界面 -->
<el-dialog
:title=
"preview.title"
:visible
.
sync=
"preview.open"
width=
"80%"
top=
"5vh"
>
<el-dialog
:title=
"preview.title"
:visible
.
sync=
"preview.open"
width=
"80%"
top=
"5vh"
append-to-body
>
<el-tabs
v-model=
"preview.activeName"
>
<el-tab-pane
v-for=
"(value, key) in preview.data"
...
...
ruoyi/src/main/resources/vm/vue/index-tree.vue.vm
View file @
14392d97
...
...
@@ -118,7 +118,7 @@
</el-table>
<!-- 添加或修改${functionName}对话框 -->
<el-dialog :title="title" :visible.sync="open" width="500px">
<el-dialog :title="title" :visible.sync="open" width="500px"
append-to-body
>
<el-form ref="form" :model="form" :rules="rules" label-width="80px">
#foreach($column in $columns)
#set($field=$column.javaField)
...
...
ruoyi/src/main/resources/vm/vue/index.vue.vm
View file @
14392d97
...
...
@@ -150,7 +150,7 @@
/>
<!-- 添加或修改${functionName}对话框 -->
<el-dialog :title="title" :visible.sync="open" width="500px">
<el-dialog :title="title" :visible.sync="open" width="500px"
append-to-body
>
<el-form ref="form" :model="form" :rules="rules" label-width="80px">
#foreach($column in $columns)
#set($field=$column.javaField)
...
...
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