Commit b324ac609c95a518972ccd480fd7331c928569d0

Authored by 史婷婷
1 parent 9e675676

feat: 资信管理-主营项目-改成多行文本-新增&编辑&申请变更

... ... @@ -176,9 +176,9 @@
176 176 <uni-easyinput v-model="form.majorCustomers" placeholder="请输入主要客户" :inputBorder="false" />
177 177 </template>
178 178 </uni-list-item>
179   - <uni-list-item title="主营项目">
  179 + <uni-list-item class="mgb10" title="主营项目">
180 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 182 </template>
183 183 </uni-list-item>
184 184 <uni-list-item title="从事行业">
... ... @@ -618,7 +618,6 @@ export default {
618 618
619 619 &__container {
620 620 padding: 32rpx;
621   - align-items: center;
622 621
623 622 .uni-easyinput {
624 623
... ... @@ -743,4 +742,4 @@ export default {
743 742 }
744 743 }
745 744 }
746   -</style>
\ No newline at end of file
  745 +</style>
... ...
... ... @@ -175,9 +175,9 @@
175 175 <uni-easyinput v-model="form.majorCustomers" placeholder="请输入主要客户" :inputBorder="false" />
176 176 </template>
177 177 </uni-list-item>
178   - <uni-list-item title="主营项目">
  178 + <uni-list-item class="mgb10" title="主营项目">
179 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 181 </template>
182 182 </uni-list-item>
183 183 <uni-list-item title="从事行业">
... ... @@ -624,7 +624,6 @@ export default {
624 624
625 625 &__container {
626 626 padding: 32rpx;
627   - align-items: center;
628 627
629 628 .uni-easyinput {
630 629
... ... @@ -738,4 +737,4 @@ export default {
738 737 }
739 738 }
740 739 }
741   -</style>
\ No newline at end of file
  740 +</style>
... ...
... ... @@ -175,9 +175,9 @@
175 175 <uni-easyinput v-model="form.majorCustomers" placeholder="请输入主要客户" :inputBorder="false" />
176 176 </template>
177 177 </uni-list-item>
178   - <uni-list-item title="主营项目">
  178 + <uni-list-item class="mgb10" title="主营项目">
179 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 181 </template>
182 182 </uni-list-item>
183 183 <uni-list-item title="从事行业">
... ... @@ -625,7 +625,6 @@ export default {
625 625
626 626 &__container {
627 627 padding: 32rpx;
628   - align-items: center;
629 628
630 629 .uni-easyinput {
631 630
... ... @@ -739,4 +738,4 @@ export default {
739 738 }
740 739 }
741 740 }
742   -</style>
\ No newline at end of file
  741 +</style>
... ...