fix: 测试计划脑图不可编辑

This commit is contained in:
chenjianxing 2021-05-18 12:02:09 +08:00 committed by jianxing
parent 8afc3fece3
commit d02f1d734b
2 changed files with 5 additions and 1 deletions

View File

@ -51,7 +51,7 @@
"vue-float-action-button": "^0.6.6",
"vue-i18n": "^8.15.3",
"vue-jsonpath-picker": "^1.1.5",
"vue-minder-editor-plus": "^1.0.24",
"vue-minder-editor-plus": "^1.0.25",
"vue-papa-parse": "^2.0.0",
"vue-pdf": "^4.2.0",
"vue-router": "^3.1.3",

View File

@ -238,4 +238,8 @@ export default {
.full-screen .fulls-screen-btn {
right: 30px;
}
/deep/ *[disabled] {
opacity: 0.7 !important;
}
</style>