|
@@ -648,6 +648,8 @@ export default {
|
|
font-family: "robot";
|
|
font-family: "robot";
|
|
line-height: 16px;
|
|
line-height: 16px;
|
|
margin-right: 8px;
|
|
margin-right: 8px;
|
|
|
|
+ flex-shrink: 0;
|
|
|
|
+ margin-top: 6px;
|
|
}
|
|
}
|
|
.inputInner {
|
|
.inputInner {
|
|
max-width: 520px;
|
|
max-width: 520px;
|
|
@@ -676,7 +678,7 @@ export default {
|
|
.item-content {
|
|
.item-content {
|
|
display: flex;
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
justify-content: flex-start;
|
|
- align-items: center;
|
|
|
|
|
|
+ // align-items: center;
|
|
.content-con {
|
|
.content-con {
|
|
font-size: 20px;
|
|
font-size: 20px;
|
|
line-height: 150%;
|
|
line-height: 150%;
|