Showing
3 changed files
with
9 additions
and
12 deletions
| @@ -176,9 +176,9 @@ | @@ -176,9 +176,9 @@ | ||
| 176 | <uni-easyinput v-model="form.majorCustomers" placeholder="请输入主要客户" :inputBorder="false" /> | 176 | <uni-easyinput v-model="form.majorCustomers" placeholder="请输入主要客户" :inputBorder="false" /> |
| 177 | </template> | 177 | </template> |
| 178 | </uni-list-item> | 178 | </uni-list-item> |
| 179 | - <uni-list-item title="主营项目"> | 179 | + <uni-list-item class="mgb10" title="主营项目"> |
| 180 | <template v-slot:footer> | 180 | <template v-slot:footer> |
| 181 | - <uni-easyinput v-model="form.mainProjects" placeholder="请输入主营项目" :inputBorder="false" /> | 181 | + <uni-easyinput type="textarea" v-model="form.mainProjects" placeholder="请输入主营项目" :inputBorder="false" /> |
| 182 | </template> | 182 | </template> |
| 183 | </uni-list-item> | 183 | </uni-list-item> |
| 184 | <uni-list-item title="从事行业"> | 184 | <uni-list-item title="从事行业"> |
| @@ -618,7 +618,6 @@ export default { | @@ -618,7 +618,6 @@ export default { | ||
| 618 | 618 | ||
| 619 | &__container { | 619 | &__container { |
| 620 | padding: 32rpx; | 620 | padding: 32rpx; |
| 621 | - align-items: center; | ||
| 622 | 621 | ||
| 623 | .uni-easyinput { | 622 | .uni-easyinput { |
| 624 | 623 | ||
| @@ -743,4 +742,4 @@ export default { | @@ -743,4 +742,4 @@ export default { | ||
| 743 | } | 742 | } |
| 744 | } | 743 | } |
| 745 | } | 744 | } |
| 746 | -</style> | ||
| 745 | +</style> |
| @@ -175,9 +175,9 @@ | @@ -175,9 +175,9 @@ | ||
| 175 | <uni-easyinput v-model="form.majorCustomers" placeholder="请输入主要客户" :inputBorder="false" /> | 175 | <uni-easyinput v-model="form.majorCustomers" placeholder="请输入主要客户" :inputBorder="false" /> |
| 176 | </template> | 176 | </template> |
| 177 | </uni-list-item> | 177 | </uni-list-item> |
| 178 | - <uni-list-item title="主营项目"> | 178 | + <uni-list-item class="mgb10" title="主营项目"> |
| 179 | <template v-slot:footer> | 179 | <template v-slot:footer> |
| 180 | - <uni-easyinput v-model="form.mainProjects" placeholder="请输入主营项目" :inputBorder="false" /> | 180 | + <uni-easyinput type="textarea" v-model="form.mainProjects" placeholder="请输入主营项目" :inputBorder="false" /> |
| 181 | </template> | 181 | </template> |
| 182 | </uni-list-item> | 182 | </uni-list-item> |
| 183 | <uni-list-item title="从事行业"> | 183 | <uni-list-item title="从事行业"> |
| @@ -624,7 +624,6 @@ export default { | @@ -624,7 +624,6 @@ export default { | ||
| 624 | 624 | ||
| 625 | &__container { | 625 | &__container { |
| 626 | padding: 32rpx; | 626 | padding: 32rpx; |
| 627 | - align-items: center; | ||
| 628 | 627 | ||
| 629 | .uni-easyinput { | 628 | .uni-easyinput { |
| 630 | 629 | ||
| @@ -738,4 +737,4 @@ export default { | @@ -738,4 +737,4 @@ export default { | ||
| 738 | } | 737 | } |
| 739 | } | 738 | } |
| 740 | } | 739 | } |
| 741 | -</style> | ||
| 740 | +</style> |
| @@ -175,9 +175,9 @@ | @@ -175,9 +175,9 @@ | ||
| 175 | <uni-easyinput v-model="form.majorCustomers" placeholder="请输入主要客户" :inputBorder="false" /> | 175 | <uni-easyinput v-model="form.majorCustomers" placeholder="请输入主要客户" :inputBorder="false" /> |
| 176 | </template> | 176 | </template> |
| 177 | </uni-list-item> | 177 | </uni-list-item> |
| 178 | - <uni-list-item title="主营项目"> | 178 | + <uni-list-item class="mgb10" title="主营项目"> |
| 179 | <template v-slot:footer> | 179 | <template v-slot:footer> |
| 180 | - <uni-easyinput v-model="form.mainProjects" placeholder="请输入主营项目" :inputBorder="false" /> | 180 | + <uni-easyinput type="textarea" v-model="form.mainProjects" placeholder="请输入主营项目" :inputBorder="false" /> |
| 181 | </template> | 181 | </template> |
| 182 | </uni-list-item> | 182 | </uni-list-item> |
| 183 | <uni-list-item title="从事行业"> | 183 | <uni-list-item title="从事行业"> |
| @@ -625,7 +625,6 @@ export default { | @@ -625,7 +625,6 @@ export default { | ||
| 625 | 625 | ||
| 626 | &__container { | 626 | &__container { |
| 627 | padding: 32rpx; | 627 | padding: 32rpx; |
| 628 | - align-items: center; | ||
| 629 | 628 | ||
| 630 | .uni-easyinput { | 629 | .uni-easyinput { |
| 631 | 630 | ||
| @@ -739,4 +738,4 @@ export default { | @@ -739,4 +738,4 @@ export default { | ||
| 739 | } | 738 | } |
| 740 | } | 739 | } |
| 741 | } | 740 | } |
| 742 | -</style> | ||
| 741 | +</style> |