rev:logicflow

This commit is contained in:
2024-04-02 11:08:56 +08:00
parent a3b91e18e4
commit d0cbc07399
106 changed files with 4861 additions and 18492 deletions

View File

@@ -9,3 +9,15 @@ export default {
name: 'App'
}
</script>
<style>
/* 提高 <el-dialog> 和 <el-drawer> 的 z-index */
.el-dialog__wrapper, .el-drawer__wrapper {
z-index: 2002 !important;
}
/* 如果需要,也可以提高遮罩层的 z-index但通常不必要 */
.v-modal {
z-index: 2001 !important;
}
</style>