|
@@ -14,11 +14,14 @@
|
|
|
--van-nav-bar-title-text-color: rgb(255, 255, 255);
|
|
--van-nav-bar-title-text-color: rgb(255, 255, 255);
|
|
|
--van-nav-bar-icon-color: rgb(255, 255, 255);
|
|
--van-nav-bar-icon-color: rgb(255, 255, 255);
|
|
|
}
|
|
}
|
|
|
|
|
+ .van-nav-bar--fixed{
|
|
|
|
|
+ top: 44px;
|
|
|
|
|
+ }
|
|
|
</style>
|
|
</style>
|
|
|
<div id="app">
|
|
<div id="app">
|
|
|
- <!-- <div style="height:60px;width:100%;"></div> -->
|
|
|
|
|
-<!-- <van-nav-bar height='100rpx' @click-left="onClickLeft" style="background-color: rgb(21, 122, 44);color: rgb(255, 255, 255);"
|
|
|
|
|
- :title="title" left-arrow :safe-area-inset-top='true' :placeholder='true' :fixed='true'></van-nav-bar> -->
|
|
|
|
|
|
|
+
|
|
|
|
|
+ <van-nav-bar height='100rpx' @click-left="onClickLeft" style="background-color: rgb(21, 122, 44);color: rgb(255, 255, 255);"
|
|
|
|
|
+ :title="title" left-arrow :safe-area-inset-top='true' :placeholder='true' :fixed='true'></van-nav-bar>
|
|
|
<fm-generate-vant-form style='height: 75vh !important;overflow: auto;' v-if='isFlag' :data="jsonData" :value="form.valueJson" ref="generateForm" :edit='false'>
|
|
<fm-generate-vant-form style='height: 75vh !important;overflow: auto;' v-if='isFlag' :data="jsonData" :value="form.valueJson" ref="generateForm" :edit='false'>
|
|
|
</fm-generate-vant-form>
|
|
</fm-generate-vant-form>
|
|
|
<div v-if="type!='view'" style='position: fixed; bottom: 0;background: #f9fafb;width:100%;height:20%'>
|
|
<div v-if="type!='view'" style='position: fixed; bottom: 0;background: #f9fafb;width:100%;height:20%'>
|