ivus和oct阅片页面样式调整
continuous-integration/drone/push Build is passing Details

uat
caiyiling 2026-03-04 14:50:02 +08:00
parent 0d3571f672
commit 060b61eafb
3 changed files with 15 additions and 14 deletions

View File

@ -495,17 +495,18 @@
<h2 v-else style="color:#ddd">
Developing...
</h2>
<div v-if="iseCRFShowInDicomReading && currentReadingTaskState < 2" v-show="listShow" class="form-footer">
<el-button type="primary" size="small" @click="skipTask">
<!-- 跳过 -->
{{ $t('trials:readingReport:button:skip') }}
</el-button>
<el-button type="primary" size="small" @click="submit">
<!-- 提交 -->
{{ $t('common:button:submit') }}
</el-button>
</div>
</div>
<div v-if="iseCRFShowInDicomReading && currentReadingTaskState < 2" v-show="listShow" class="form-footer">
<el-button type="primary" size="small" @click="skipTask">
<!-- 跳过 -->
{{ $t('trials:readingReport:button:skip') }}
</el-button>
<el-button type="primary" size="small" @click="submit">
<!-- 提交 -->
{{ $t('common:button:submit') }}
</el-button>
</div>
</transition>
@ -988,6 +989,7 @@ export default {
},
mounted() {
console.log(this.iseCRFShowInDicomReading, this.currentReadingTaskState, this.listShow)
this.getHotKeys()
this.getWwcTpl()
this.getTrialCriterion()
@ -2812,7 +2814,7 @@ export default {
.form-footer {
background: #000;
padding: 10px 0;
padding: 5px 0;
text-align: center;
}

View File

@ -839,9 +839,8 @@ export default {
</script>
<style lang="scss" scoped>
.measurement-wrapper {
height: 100%;
height: calc(100% - 50px);
overflow-y: auto;
.container {
padding: 10px;

View File

@ -847,7 +847,7 @@ export default {
</script>
<style lang="scss" scoped>
.measurement-wrapper {
height: 100%;
height: calc(100% - 50px);
overflow-y: auto;
// overflow: hidden;