zs 2 years ago
parent
commit
7c13f18253
1 changed files with 3 additions and 3 deletions
  1. 3 3
      components/discount/index.vue

+ 3 - 3
components/discount/index.vue

@@ -54,8 +54,8 @@
 			display: flex;
 			display: flex;
 			justify-content: space-between;
 			justify-content: space-between;
 			align-items: center;
 			align-items: center;
-			width: 94vw;
-			margin: 0 2vw 1vw 2vw;
+			width: 96vw;
+			margin: 0 2vw 2vw 2vw;
 			border-radius: 3vw;
 			border-radius: 3vw;
 
 
 			.left {
 			.left {
@@ -80,7 +80,7 @@
 				align-items: center;
 				align-items: center;
 				flex-grow: 1;
 				flex-grow: 1;
 				border-radius: 3vw;
 				border-radius: 3vw;
-				padding: 8vw 2vw;
+				padding: 5vw 3vw;
 				background-color: var(--mainColor);
 				background-color: var(--mainColor);
 
 
 				.other {
 				.other {