yusheng 1 год назад
Родитель
Сommit
032911b33d

+ 3 - 1
hybrid/html/a.html

@@ -20,10 +20,12 @@
 		::v-deep.fm-form-item{
 			     magin-bottom:10px .!important;
+
 		</style>
 		<div id="app">
 
-			
+			<van-nav-bar height='100rpx;margin-top: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: 81vh !important;overflow: auto;background: #a3a6ad1c;' v-if='isFlag' :data="jsonData"
 				:value="form.valueJson" ref="generateForm" :edit='isEdit'>
 			</fm-generate-vant-form>

+ 6 - 3
hybrid/html/c.html

@@ -14,11 +14,14 @@
 				--van-nav-bar-title-text-color: rgb(255, 255, 255);
 				--van-nav-bar-icon-color: rgb(255, 255, 255);
 			}
+			.van-nav-bar--fixed{
+				top: 44px;
+			}
 		</style>
 		<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>
 			<div v-if="type!='view'" style='position: fixed; bottom: 0;background: #f9fafb;width:100%;height:20%'>

Разница между файлами не показана из-за своего большого размера
+ 0 - 0
hybrid/html/resource/vantIndex.css


+ 2 - 2
pages/home/wt/components/formParser/routerView.vue

@@ -1,7 +1,7 @@
 <template>
 	<view class="blacklog-container">
-		<uni-nav-bar fixed="true" statusBar="true" left-icon="back" :title="title" @clickLeft="back">
-		</uni-nav-bar>
+<!-- 		<uni-nav-bar fixed="true" statusBar="true" left-icon="back" :title="title" @clickLeft="back">
+		</uni-nav-bar> -->
 <!-- 		<div style="height: 88rpx;width: 100%;"></div> -->
 			<web-view style="margin-top: 88rpx;" v-if="isShow" :src="webViewUrl"></web-view>
 	</view>

Некоторые файлы не были показаны из-за большого количества измененных файлов