Commit b3457f91 authored by lixy's avatar lixy

通用设置富文本层级关系调整

parent c56f1205
...@@ -407,9 +407,9 @@ export const asyncRouterMap = [{ ...@@ -407,9 +407,9 @@ export const asyncRouterMap = [{
}, },
{ {
path: 'commissionSettings', path: 'commissionSettings',
component: _import('purseManage/gainRecord'), component: _import('purseManage/commissionSettings'),
name: '佣金设置比例', name: '佣金设置比例',
authority: 'gainRecord' authority: 'commissionSettings'
} }
] ]
}, },
......
...@@ -348,3 +348,11 @@ ...@@ -348,3 +348,11 @@
} }
} }
</script> </script>
<style>
.v-modal{
z-index: 1000 !important;
}
.el-dialog__wrapper{
z-index: 1008 !important;
}
</style>
...@@ -269,7 +269,7 @@ div.edui-box { ...@@ -269,7 +269,7 @@ div.edui-box {
position: absolute; position: absolute;
bottom: -25px; bottom: -25px;
left: 0; left: 0;
z-index: 1009; z-index: 2002;
width: 99.9%; width: 99.9%;
} }
...@@ -1029,7 +1029,7 @@ div.edui-box { ...@@ -1029,7 +1029,7 @@ div.edui-box {
/* 弹出菜单 */ /* 弹出菜单 */
.edui-default .edui-popup { .edui-default .edui-popup {
z-index: 3000; z-index: 3000 !important;
background-color: #ffffff; background-color: #ffffff;
width:auto; width:auto;
height:auto; height:auto;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment