diff --git a/jero-web/src/views/toDoCenter/projectRegulationTasks/components/designCompliance.vue b/jero-web/src/views/toDoCenter/projectRegulationTasks/components/designCompliance.vue index 5c7dc956c..369215fa4 100644 --- a/jero-web/src/views/toDoCenter/projectRegulationTasks/components/designCompliance.vue +++ b/jero-web/src/views/toDoCenter/projectRegulationTasks/components/designCompliance.vue @@ -11,9 +11,11 @@ style="height: 100%;overflow: auto;margin-bottom: 436px;"> {{textLoading}} - - - + {{$t('referenceDeliverables')}} + + - +
- +
-
- -
+
+ +
@@ -102,7 +104,7 @@ { title: this.$t('entryName'), value: 'projectName', - projectVersion:'projectVersion', + projectVersion: 'projectVersion' }, { title: this.$t('regulationNo'), @@ -160,10 +162,10 @@ handleCancel() { this.visible = false }, - referenceDeliverablesClick(){ + referenceDeliverablesClick() { this.$refs.referenceDeliverablesListRef.transferModel() }, - referenceDeliverablesListForm(){ + referenceDeliverablesListForm() { }, confirm(operatorTime) { @@ -281,7 +283,7 @@ getAction(this.url.queryProjectLawsInventoryInfoById, query).then((res) => { if (res.success) { this.queryProject = res.result[0] || {} - if (this.queryData.TaskKey == 'zrrqr' || this.queryData.TaskKey == 'dezrrqr'){ + if (this.queryData.TaskKey == 'zrrqr' || this.queryData.TaskKey == 'dezrrqr') { this.queryProject.endTime = this.queryData.endTime } this.loading = false @@ -315,7 +317,8 @@ .drawer-review { margin-bottom: 30px; } - .drawer-review-One{ + + .drawer-review-One { position: absolute; bottom: 40px; z-index: 1001; @@ -326,6 +329,7 @@ background: #fff; border-radius: 0 0 2px 2px; } + .circulationHistory { margin-bottom: 436px; } @@ -333,4 +337,15 @@ .circulationHistoryOne { margin-bottom: 30px; } + + .questionClass { + position: absolute; + top: 20px; + right: 70px; + font-size: 16px; + } + ::v-deep .ant-drawer-header { + top: 0; + position: sticky; + } \ No newline at end of file