shish 8 месяцев назад
Родитель
Сommit
be0ea18354
1 измененных файлов с 7 добавлено и 6 удалено
  1. 7 6
      mallApp/src/pages/item/item.vue

+ 7 - 6
mallApp/src/pages/item/item.vue

@@ -615,7 +615,7 @@ export default {
 		border-radius: 50upx;
 		padding: 0;
 		height: 80upx;
-		min-width: 245upx;
+		min-width: 260upx;
 		box-shadow: 0 8upx 20upx rgba(165, 94, 234, 0.3);
 		overflow: hidden;
 		&:active {
@@ -631,6 +631,7 @@ export default {
 		position: relative;
 		z-index: 1;
 		text-align: center;
+		gap: 0;
 	}
 
 
@@ -649,13 +650,13 @@ export default {
 	}
 
 	.arrow-icon {
-		width: 64upx;
-		height: 64upx;
-		margin-right: 6upx;
+		width: 36upx;
+		height: 32upx;
+		margin-right: 16upx;
 		position: relative;
 		display: flex;
 		align-items: center;
-		justify-content: center;
+		justify-content: flex-end;
 		flex-shrink: 0;
 
 		&::before {
@@ -675,7 +676,7 @@ export default {
 			border-left: 20upx solid white;
 			border-top: 12upx solid transparent;
 			border-bottom: 12upx solid transparent;
-			right: 4upx;
+			right: -8upx;
 		}
 	}