Commit 758429c4 authored by jingnan's avatar jingnan 👀

验收单修改

parent 50da6c4f
...@@ -126,7 +126,7 @@ export default { ...@@ -126,7 +126,7 @@ export default {
} }
} }
.link-to-page-dialog-box{ .link-to-page-dialog-box{
max-height: 900px; max-height: 100%;
overflow: auto overflow: auto
} }
</style> </style>
...@@ -20,6 +20,9 @@ ...@@ -20,6 +20,9 @@
<div class="right-button"> <div class="right-button">
<el-button type="primary" size="medium" @click="savePDF">下载</el-button> <el-button type="primary" size="medium" @click="savePDF">下载</el-button>
</div> </div>
<div v-if=" !allDisabled" class="right-button">
<el-button type="primary" size="medium" @click="onSubmit">保存</el-button>
</div>
<!-- <dee-tools :tools="tools" mode="normal" style="flex-direction: row-reverse;margin-bottom: 12px;" /> --> <!-- <dee-tools :tools="tools" mode="normal" style="flex-direction: row-reverse;margin-bottom: 12px;" /> -->
</div> </div>
<el-form ref="form" :model="form" class="checkNo-container" :rules="formRules"> <el-form ref="form" :model="form" class="checkNo-container" :rules="formRules">
...@@ -988,9 +991,6 @@ export default { ...@@ -988,9 +991,6 @@ export default {
margin-left:10px; margin-left:10px;
} }
} }
.link-to-page-dialog-box{
max-height: 100%;
}
// .el-select { // .el-select {
// width: 220px // width: 220px
// } // }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment