瀏覽代碼

样式调整

wgl 4 年之前
父節點
當前提交
883c1fc14e

+ 14 - 2
src/projects/business/views/Master/BusinessTravel/VerifyList.vue

@@ -268,5 +268,17 @@
 
 <style scoped src="$project/assets/css/xpwyfyy.css"></style>
 <style src="$project/assets/css/iconfont.css"></style>
-<style>
-</style>
+<style scoped>
+	
+	.mui-segmented-control {
+		position: fixed;
+		top: 44px;
+		z-index: 99;
+		background-color: #eee;
+	}
+	
+	.mui-fullscreen {
+		position: unset;
+		margin-top: 45px;
+	}
+</style>

+ 13 - 1
src/projects/business/views/Master/Egress/VerifyList.vue

@@ -268,5 +268,17 @@
 
 <style scoped src="$project/assets/css/xpwyfyy.css"></style>
 <style src="$project/assets/css/iconfont.css"></style>
-<style>
+<style scoped>
+	
+	.mui-segmented-control {
+		position: fixed;
+		top: 44px;
+		z-index: 99;
+		background-color: #eee;
+	}
+	
+	.mui-fullscreen {
+		position: unset;
+		margin-top: 45px;
+	}
 </style>