|
@@ -43,7 +43,7 @@
|
|
|
>
|
|
|
<zj-page-container v-if="formBoolXQ">
|
|
|
<zj-page-fill class="neibuview">
|
|
|
- <div class="nlnlknmlkmkl" style="width: 100%; height: 550px" v-if="formBoolXQ">
|
|
|
+ <div class="nlnlknmlkmkl" style="width: 100%" v-if="formBoolXQ">
|
|
|
<template-page ref="pageRef2" :getList="getList2" :exportList="exportList2"></template-page>
|
|
|
</div>
|
|
|
<zj-form-container
|
|
@@ -472,6 +472,24 @@ export default {
|
|
|
.zj-page-template {
|
|
|
padding: 0px !important;
|
|
|
}
|
|
|
+ .zj-page-fill {
|
|
|
+ min-height: auto !important;
|
|
|
+ .zj-page-fill-scroll {
|
|
|
+ height: auto !important;
|
|
|
+ .page-content {
|
|
|
+ height: auto !important;
|
|
|
+ .el-form {
|
|
|
+ height: auto !important;
|
|
|
+ .zj-table-class {
|
|
|
+ height: auto !important;
|
|
|
+ .dropUseKey {
|
|
|
+ height: auto !important;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
</style>
|
|
|
|