|
|
@@ -395,7 +395,7 @@
|
|
|
<van-button type="primary" size="mini" color="#2484F2" class="btn" @click="onSearch">搜索</van-button>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div style="width: 90%;height: 50px;"></div>
|
|
|
+ <div style="width: 90%;height: 55px;"></div>
|
|
|
<div class="list-item" :style="checkedProjectId == index ? 'border: 1px solid #2484F2;' : ''"
|
|
|
v-for="(item, index) in projectList" :key="index" @click="checkedProjectId = index">
|
|
|
<div class="title-item">
|