常志远 1 yıl önce
ebeveyn
işleme
133e1319a9

+ 8 - 1
pages/businessHall/invoiceManagement/invoiceManagement.vue

@@ -10,7 +10,7 @@
 			<u-tabs :list="list" :is-scroll="false" bar-width="100" :current="current" @change="change"></u-tabs>
 		</view>
 		<!-- 未开发票 -->
-		<view class="not-invioced" v-if="current==0">
+		<view class="not-invoiced" v-if="current==0">
 			<view class="invoice-item" v-for="item in 2" >
 				<view class="radio">
 					<label class="radio">
@@ -184,12 +184,19 @@
 	// 标签
 	.tabs{
 		background-color: #fff;
+		position: fixed;
+		left: 0;
+		right: 0;
+		top: 88rpx;
 		/deep/.u-tabs{
 			width: 400rpx;
 			margin: 0 auto;
 		}
 	}
 	// 发票
+	.not-invoiced,.invoiced{
+		margin-top: 96rpx;
+	}
 	.invoice-item{
 		margin: 24rpx;
 		padding: 32rpx;

+ 5 - 0
pages/equipmentDataMonitoring/dataMonitoring-list.vue

@@ -376,6 +376,11 @@
 	
 	.dropdown{
 		background-color: #fff;
+		position: fixed;
+		left: 0;
+		right: 0;
+		top: 88rpx;
+		z-index: 999;
 	}
 	
 	.main{