马宇豪
2025-03-04 1b9fea7d4af68d8f933b2dc42bf6084b9646f64c
src/views/doublePrevent/riskCheckManage/checkTaskManage/checkWork/index.vue
@@ -293,7 +293,6 @@
        };
        // const recursion = (children: any, value: number | string) => {
        //     debugger;
        //     return children.find((item: any) => {
        //         if (item.children.length !== 0) {
        //             if (item.depId === value) {
@@ -348,4 +347,15 @@
});
</script>
<style scoped></style>
<style scoped>
:deep(.el-textarea.is-disabled .el-textarea__inner) {
    background-color: var(--el-card-bg-color);
    color: var(--el-input-text-color, var(--el-text-color-regular));
}
:deep(.el-input.is-disabled .el-input__inner) {
    color: var(--el-input-text-color, var(--el-text-color-regular));
}
:deep(.el-input.is-disabled .el-input__wrapper) {
    background-color: var(--el-card-bg-color);
}
</style>