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"> <h2 v-else style="color:#ddd">
Developing... Developing...
</h2> </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>
<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> </transition>
@ -988,6 +989,7 @@ export default {
}, },
mounted() { mounted() {
console.log(this.iseCRFShowInDicomReading, this.currentReadingTaskState, this.listShow)
this.getHotKeys() this.getHotKeys()
this.getWwcTpl() this.getWwcTpl()
this.getTrialCriterion() this.getTrialCriterion()
@ -2812,7 +2814,7 @@ export default {
.form-footer { .form-footer {
background: #000; background: #000;
padding: 10px 0; padding: 5px 0;
text-align: center; text-align: center;
} }

View File

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

View File

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