Commit 758429c4 authored by jingnan's avatar jingnan 👀

验收单修改

parent 50da6c4f
......@@ -126,7 +126,7 @@ export default {
}
}
.link-to-page-dialog-box{
max-height: 900px;
max-height: 100%;
overflow: auto
}
</style>
......@@ -20,6 +20,9 @@
<div class="right-button">
<el-button type="primary" size="medium" @click="savePDF">下载</el-button>
</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;" /> -->
</div>
<el-form ref="form" :model="form" class="checkNo-container" :rules="formRules">
......@@ -988,9 +991,6 @@ export default {
margin-left:10px;
}
}
.link-to-page-dialog-box{
max-height: 100%;
}
// .el-select {
// 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