HD_wangm 3 месяцев назад
Родитель
Сommit
c43bed650b
1 измененных файлов с 7 добавлено и 5 удалено
  1. 7 5
      pages/index/index.uvue

+ 7 - 5
pages/index/index.uvue

@@ -516,21 +516,21 @@
 				if(is_login == '1'){
 					// 加载待接单数量
 					loadAssignedCount()
-					
+
 					// 加载待自评工单数量
 					loadSelfScoreCount()
-					
+
 					// 加载超时工单数量
 					loadOverdueCount()
-					
+
 					// 加载已挂起工单数量
 					loadSuspendedCount()
-					
+
 					// 加载待审批工单数量
 					loadApproveCount()
 					// 超时工单列表
 					loadOverdueList()
-				}	
+				}
 				keep.acquire(1000);// 唤醒一秒钟
 			});
 			uni.setStorageSync("notify_key", "1")
@@ -836,6 +836,8 @@
 			margin: 0 10rpx 20rpx 10rpx;        // 左右间距(替代原来的 margin-left)
 			border-radius: 5px;
 			padding: 30rpx 10rpx;   // 可选:增加内边距使内容不拥挤
+			position: relative !important;
+			z-index: 10 !important;
 
 			.db-text {
 				margin-top: 16rpx;   // 图标与文字间距