shish 1 dzień temu
rodzic
commit
f73c8cf2f1
1 zmienionych plików z 10 dodań i 6 usunięć
  1. 10 6
      ghsApp/src/admin/stat/productSale.vue

+ 10 - 6
ghsApp/src/admin/stat/productSale.vue

@@ -258,14 +258,15 @@ export default {
 		align-items: center;
 		flex-shrink: 0;
 	}
+	/* 筛选切换:直角矩形、加高,方便点击(不用圆角胶囊) */
 	.time-type-item {
-		height: 56upx;
-		line-height: 56upx;
+		height: 80upx;
+		line-height: 80upx;
 		padding: 0 22upx;
 		font-size: 26upx;
 		color: #666;
 		background: #f0f2f5;
-		border-radius: 28upx;
+		border-radius: 0;
 		margin-right: 12upx;
 		&:last-child {
 			margin-right: 0;
@@ -278,17 +279,20 @@ export default {
 	}
 	.staff-btn {
 		flex-shrink: 0;
-		height: 56upx;
-		line-height: 56upx;
+		height: 80upx;
+		line-height: 80upx;
 		min-width: 160upx;
 		max-width: 240upx;
 		padding: 0 24upx;
 		margin: 0;
 		font-size: 26upx;
-		border-radius: 28upx;
+		border-radius: 0;
 		overflow: hidden;
 		text-overflow: ellipsis;
 		white-space: nowrap;
+		&::after {
+			border-radius: 0;
+		}
 		&.default {
 			color: #3385ff;
 			background: #eef5ff;