|
@@ -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 {
|