常志远 1 vuosi sitten
vanhempi
commit
87fb5b1408
1 muutettua tiedostoa jossa 7 lisäystä ja 2 poistoa
  1. 7 2
      pages/statistics/statistics.vue

+ 7 - 2
pages/statistics/statistics.vue

@@ -876,7 +876,7 @@
 		font-size: 32rpx;
          
 		.tabs {
-			width: 88%;
+			width: 80%;
 			
 		}
 	}
@@ -932,7 +932,7 @@
 		justify-content: space-between;
 
 		.tabs {
-			width: 88%;
+			width: 80%;
 		}
 
 	}
@@ -1347,4 +1347,9 @@
 			}
 		}
 	}
+	
+	/deep/.u-drawer {
+		z-index: 999 !important;
+	}
+	
 </style>