ivus和oct阅片页面样式调整
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
0d3571f672
commit
060b61eafb
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue