Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cloud-platform-ui
Project
Project
Details
Activity
Releases
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
youjj
cloud-platform-ui
Commits
b3457f91
Commit
b3457f91
authored
Jul 17, 2019
by
lixy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
通用设置富文本层级关系调整
parent
c56f1205
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
14 additions
and
6 deletions
+14
-6
index.js
src/router/index.js
+2
-2
generalSetting.vue
src/views/baseInfo/generalSetting.vue
+8
-0
ueditor.css
static/utf8-jsp/themes/default/css/ueditor.css
+3
-3
ueditor.min.css
static/utf8-jsp/themes/default/css/ueditor.min.css
+1
-1
No files found.
src/router/index.js
View file @
b3457f91
...
...
@@ -407,9 +407,9 @@ export const asyncRouterMap = [{
},
{
path
:
'commissionSettings'
,
component
:
_import
(
'purseManage/
gainRecord
'
),
component
:
_import
(
'purseManage/
commissionSettings
'
),
name
:
'佣金设置比例'
,
authority
:
'
gainRecord
'
authority
:
'
commissionSettings
'
}
]
},
...
...
src/views/baseInfo/generalSetting.vue
View file @
b3457f91
...
...
@@ -348,3 +348,11 @@
}
}
</
script
>
<
style
>
.v-modal
{
z-index
:
1000
!important
;
}
.el-dialog__wrapper
{
z-index
:
1008
!important
;
}
</
style
>
static/utf8-jsp/themes/default/css/ueditor.css
View file @
b3457f91
...
...
@@ -269,7 +269,7 @@ div.edui-box {
position
:
absolute
;
bottom
:
-25px
;
left
:
0
;
z-index
:
1009
;
z-index
:
2002
;
width
:
99.9%
;
}
...
...
@@ -1029,7 +1029,7 @@ div.edui-box {
/* 弹出菜单 */
.edui-default
.edui-popup
{
z-index
:
3000
;
z-index
:
3000
!important
;
background-color
:
#ffffff
;
width
:
auto
;
height
:
auto
;
...
...
@@ -1900,4 +1900,4 @@ div.edui-box {
}
.edui-default
.edui-pastecontainer
.edui-button
.edui-state-hover
.edui-plaintxticon
{
background-position
:
-72px
-34px
;
}
\ No newline at end of file
}
static/utf8-jsp/themes/default/css/ueditor.min.css
View file @
b3457f91
This diff is collapsed.
Click to expand it.
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