Commit b3457f91 authored by lixy's avatar lixy

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

parent c56f1205
......@@ -407,9 +407,9 @@ export const asyncRouterMap = [{
},
{
path: 'commissionSettings',
component: _import('purseManage/gainRecord'),
component: _import('purseManage/commissionSettings'),
name: '佣金设置比例',
authority: 'gainRecord'
authority: 'commissionSettings'
}
]
},
......
......@@ -348,3 +348,11 @@
}
}
</script>
<style>
.v-modal{
z-index: 1000 !important;
}
.el-dialog__wrapper{
z-index: 1008 !important;
}
</style>
......@@ -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
}
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