@baosight/er4j 0.1.31 → 0.1.32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<template>
|
|
2
|
-
<EFPage style="height:
|
|
2
|
+
<EFPage style="height: 100%;" :title="formCaption">
|
|
3
3
|
<er-basic-query :form-name="formName" :form-instance="formInstance">
|
|
4
4
|
</er-basic-query>
|
|
5
5
|
</EFPage>
|
|
@@ -43,7 +43,7 @@ onMounted(() => {
|
|
|
43
43
|
overflow: auto;
|
|
44
44
|
}
|
|
45
45
|
|
|
46
|
-
.haveNavBar {
|
|
46
|
+
.main-container.haveNavBar.not-tab-view {
|
|
47
47
|
height: 100vh !important;
|
|
48
48
|
}
|
|
49
49
|
</style>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<template>
|
|
2
|
-
<EFPage title="基表信息维护" style="height:
|
|
2
|
+
<EFPage title="基表信息维护" style="height: 100%;">
|
|
3
3
|
<er-basic-table>
|
|
4
4
|
</er-basic-table>
|
|
5
5
|
</EFPage>
|
|
@@ -31,7 +31,7 @@ onMounted(() => {
|
|
|
31
31
|
overflow: auto;
|
|
32
32
|
}
|
|
33
33
|
|
|
34
|
-
.haveNavBar {
|
|
34
|
+
.main-container.haveNavBar.not-tab-view {
|
|
35
35
|
height: 100vh !important;
|
|
36
36
|
}
|
|
37
37
|
</style>
|