Browse Source

导航覆盖样式修改

lizaixun 4 years ago
parent
commit
167dd21200
1 changed files with 7 additions and 1 deletions
  1. 7 1
      components/drawer/threeLineDrawer.vue

+ 7 - 1
components/drawer/threeLineDrawer.vue

@@ -1,7 +1,7 @@
 <template>
 	<view class="container">
 		<!-- 抽屜 -->
-		<uni-drawer :visible="drawerIsShow" :width="width" @close="closeDrawer">
+		<uni-drawer :visible="drawerIsShow" :width="width" @close="closeDrawer" style="z-index: 99999;">
 			<view style="padding:0rpx; background-color:#1A1A1A;">
 				<view class="picture">
 					<view class="sisGroup">监视功能分组
@@ -89,6 +89,9 @@
 </script>
 
 <style>
+	.container{
+		
+	}
 	.sisGroup {
 		width: 90%;
 		height: 65px;
@@ -97,6 +100,7 @@
 		padding-top: 40px;
 		margin-left: 5%;
 		font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", STHeiti, "Microsoft Yahei", Tahoma, Simsun, sans-serif;
+		
 	}
 
 	.statusMonitoring {
@@ -111,12 +115,14 @@
 		padding-top: 10px;
 		padding-left: 10px;
 		font-family: Helvetica Neue, Helvetica, sans-serif;
+		
 		}
 
 	.picture {
 		width: 300px;
 		height: 700px;
 		background-color: #1A1A1A;
+		
 	}
 
 	.cu-bar {