修改禅道已知bug
This commit is contained in:
@@ -540,6 +540,7 @@
|
||||
this.form.name = this.nodeItem.name
|
||||
this.form.itemName = this.nodeItem.itemName
|
||||
this.form.displaySeq = this.nodeItem.displaySeq
|
||||
this.form = { ...this.form }
|
||||
this.menuRightVisible = true
|
||||
},
|
||||
//树形删除
|
||||
@@ -1314,7 +1315,7 @@
|
||||
max-height: 39vh !important;
|
||||
}
|
||||
|
||||
.ant-modal-body {
|
||||
.ant-modal-body {
|
||||
overflow-y: visible !important;
|
||||
}
|
||||
|
||||
@@ -1388,11 +1389,9 @@
|
||||
/*.title-text {*/
|
||||
/* min-width: 73px !important;*/
|
||||
/*}*/
|
||||
|
||||
/*.split-detail-wrap {*/
|
||||
/* height: 481px !important;*/
|
||||
/*}*/
|
||||
|
||||
/*.mainItem {*/
|
||||
/* height: 500px;*/
|
||||
/*}*/
|
||||
@@ -1402,7 +1401,6 @@
|
||||
/*.split-detail .split-detail-wrap .split-detail-left {*/
|
||||
/* height: 735px !important;*/
|
||||
/*}*/
|
||||
|
||||
/*.mainItem {*/
|
||||
/* height: 800px !important;*/
|
||||
/*}*/
|
||||
|
||||
@@ -645,6 +645,7 @@ export default {
|
||||
this.form.authViewIdsName = this.nodeItem.authViewIdsName
|
||||
this.form.folderName = this.nodeItem.folderName
|
||||
this.form.orderId = this.nodeItem.orderId
|
||||
this.form = { ...this.form }
|
||||
this.menuRightVisible = true
|
||||
},
|
||||
//树形删除
|
||||
|
||||
Reference in New Issue
Block a user