Ver código fonte

[edit] style

wenliming 2 anos atrás
pai
commit
508de0c41f
1 arquivos alterados com 4 adições e 1 exclusões
  1. 4 1
      components/MobileLandPage.vue

+ 4 - 1
components/MobileLandPage.vue

@@ -328,6 +328,7 @@ export default {
 	padding: 0 16px;
 	&-invited-info {
 		min-width: 302px;
+		max-width: 98%;
 		height: 72px;
 		margin-top: 28px;
 		position: relative;
@@ -341,7 +342,6 @@ export default {
 		border: 1px solid #c0daeb;
 		padding-right: 12px;
 		box-sizing: border-box;
-		white-space: nowrap;
 
 		.invited-photo {
 			width: 70px;
@@ -369,6 +369,9 @@ export default {
 			line-height: 20px;
 			letter-spacing: 0.3px;
 			color: #f99d23;
+			height: 28px;
+			display: flex;
+			align-items: center;
 		}
 	}
 	&-icon-wrap {