瀏覽代碼

bug 修复

lilei 4 年之前
父節點
當前提交
9fd0fae544

+ 2 - 2
hybrid/html/css/styles.css

@@ -34,10 +34,10 @@ body {
 }
 .storeCheck .checkWork .checkWork-head {
   position: relative;
-  background: #fffbde;
 }
 .storeCheck .checkWork .checkWork-head .checkWork-head-row:first-child{
 	background: #fff;
+	border-bottom: 1px solid #eee;
 }
 .storeCheck .checkWork .checkWork-head .checkWork-head-row:first-child > div {
   display: flex;
@@ -153,7 +153,7 @@ body {
   padding: 10px;
   text-align: center;
   font-size: 18px;
-  background: #FAAD14;
+  background: #55aaff;
   color: #fff;
 }
 

+ 2 - 2
hybrid/html/ddvideo.html

@@ -117,7 +117,7 @@
 				</div>
 				<!-- 提交按钮 -->
 				<div class="checkWork-button">
-					<div @click="submitTask">提交</div>
+					<div @click="submitTask">保存本次点检</div>
 				</div>
 			</div>
 			<!-- 拍照弹框 -->
@@ -141,7 +141,7 @@
 					</div>
 					<!-- 提交 -->
 					<div class="f-btns">
-						<a-button size="large" @click="saveZbPlImgs" type="primary" block> 提交 </a-button>
+						<a-button size="large" @click="saveZbPlImgs" type="primary" block> 保存 </a-button>
 					</div>
 				</div>
 			</a-drawer>

+ 3 - 3
hybrid/html/video.html

@@ -107,7 +107,7 @@
 								<div><b>{{zb.assessTargetName}}</b></div>
 								<!-- 点击打开拍照 -->
 								<div @click="openCamera(zbIndex)">
-									<a-icon type="camera" style="font-size: 30px;" />
+									<a-icon type="camera" theme="twoTone" style="font-size: 30px;" />
 								</div>
 							</div>
 							<!-- 拍照图片 -->
@@ -146,7 +146,7 @@
 				</div>
 				<!-- 提交按钮-->
 				<div class="checkWork-button" v-if="kptj&&kptj.finishedTargetCount==kptj.totalTargetCount&&kptj.totalTargetCount!=0">
-					<div v-if="xdType=='video'" @click="submitTask">提交本次巡店</div>
+					<div v-if="xdType=='video'" @click="submitTask">保存本次巡店</div>
 					<div v-if="xdType=='scene'" @click="nextStep">下一步</div>
 				</div>
 			</div>
@@ -171,7 +171,7 @@
 					</div>
 					<!-- 提交 -->
 					<div class="f-btns">
-						<a-button size="large" @click="saveZbPlImgs" type="primary" block> 提交 </a-button>
+						<a-button size="large" @click="saveZbPlImgs" type="primary" block> 保存 </a-button>
 					</div>
 				</div>
 			</a-drawer>

+ 1 - 5
pages/signIn/signIn.vue

@@ -176,12 +176,8 @@ export default {
 </script>
 
 <style lang="scss" scoped>
-page {
-	background-color: #f8f8f8;
-	height: calc(100vh - 44px);
-}
 .signIn-wrap {
-	height: 100%;
+	height: 100vh;
 	background-color: #f8f8f8;
 	.module-con {
 		padding: 0 30upx 20upx;

+ 7 - 2
pages/siteInspection/siteInspection.vue

@@ -149,9 +149,11 @@
 	}
 </script>
 
-<style lang="scss" scoped>
-	.siteInspection-wrap{
+<style lang="scss">
+	page{
 		background-color: #f8f8f8;
+	}
+	.siteInspection-wrap{
 		.search-con{
 			padding: 30upx 30upx;
 		}
@@ -189,6 +191,9 @@
 						justify-content: space-between;
 						align-items: center;
 						border-bottom: 1px solid #F8F8F8;
+						&:active{
+							opacity: 0.5;
+						}
 						.item-main{
 							font-size: 15px;
 							color: rgb(48, 49, 51);

+ 2 - 2
pages/spotCheckConfigure/evaluateItem.vue

@@ -85,11 +85,11 @@
 
 <style lang="scss">
 	page{
-		height: 100%;
+		height: 100vh;
 		background: #F8F8F8;
 	}
 	.kp-details{
-		height: 100%;
+		height: 100vh;
 		display: flex;
 		flex-direction: column;
 		.kp-tabsBox{

File diff suppressed because it is too large
+ 0 - 0
unpackage/dist/dev/app-plus/app-config-service.js


File diff suppressed because it is too large
+ 0 - 0
unpackage/dist/dev/app-plus/app-service.js


File diff suppressed because it is too large
+ 9 - 9
unpackage/dist/dev/app-plus/app-view.js


+ 3 - 3
unpackage/dist/dev/app-plus/hybrid/html/video.html

@@ -107,7 +107,7 @@
 								<div><b>{{zb.assessTargetName}}</b></div>
 								<!-- 点击打开拍照 -->
 								<div @click="openCamera(zbIndex)">
-									<a-icon type="camera" style="font-size: 30px;" />
+									<a-icon type="camera" theme="twoTone" style="font-size: 30px;" />
 								</div>
 							</div>
 							<!-- 拍照图片 -->
@@ -146,7 +146,7 @@
 				</div>
 				<!-- 提交按钮-->
 				<div class="checkWork-button" v-if="kptj&&kptj.finishedTargetCount==kptj.totalTargetCount&&kptj.totalTargetCount!=0">
-					<div v-if="xdType=='video'" @click="submitTask">提交本次巡店</div>
+					<div v-if="xdType=='video'" @click="submitTask">保存本次巡店</div>
 					<div v-if="xdType=='scene'" @click="nextStep">下一步</div>
 				</div>
 			</div>
@@ -171,7 +171,7 @@
 					</div>
 					<!-- 提交 -->
 					<div class="f-btns">
-						<a-button size="large" @click="saveZbPlImgs" type="primary" block> 提交 </a-button>
+						<a-button size="large" @click="saveZbPlImgs" type="primary" block> 保存 </a-button>
 					</div>
 				</div>
 			</a-drawer>

Some files were not shown because too many files changed in this diff