修改禅道已知bug
This commit is contained in:
+5
@@ -587,7 +587,12 @@
|
|||||||
::v-deep .itemModel-explain .ant-form-explain {
|
::v-deep .itemModel-explain .ant-form-explain {
|
||||||
margin-top: 60px
|
margin-top: 60px
|
||||||
}
|
}
|
||||||
|
|
||||||
::v-deep .ql-tooltip {
|
::v-deep .ql-tooltip {
|
||||||
z-index: 10 !important;
|
z-index: 10 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
::v-deep .ql-snow .ql-picker {
|
||||||
|
height: 36px;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
@@ -275,6 +275,12 @@
|
|||||||
mounted() {
|
mounted() {
|
||||||
if (this.evaluatorFeedbackList && this.evaluatorFeedbackList.length > 0) {
|
if (this.evaluatorFeedbackList && this.evaluatorFeedbackList.length > 0) {
|
||||||
this.dataSource = this.evaluatorFeedbackList
|
this.dataSource = this.evaluatorFeedbackList
|
||||||
|
if (this.dataSource && this.dataSource.length == 1 && this.$route.query.taskDefinitionKey == 'pgrqr') {
|
||||||
|
this.$nextTick(() => {
|
||||||
|
let antTableBody = document.getElementsByClassName('ant-table-body')
|
||||||
|
antTableBody[0].style = 'position:auto'
|
||||||
|
})
|
||||||
|
}
|
||||||
if (this.$route.query.taskDefinitionKey != 'pgrqr') {
|
if (this.$route.query.taskDefinitionKey != 'pgrqr') {
|
||||||
this.dataSource.forEach(res => {
|
this.dataSource.forEach(res => {
|
||||||
res.sponsorFeedback = ''
|
res.sponsorFeedback = ''
|
||||||
|
|||||||
Reference in New Issue
Block a user