|
@@ -14,7 +14,7 @@
|
|
<div class="choice_card">
|
|
<div class="choice_card">
|
|
<div class="suggestion-list">
|
|
<div class="suggestion-list">
|
|
<van-checkbox-group v-model="ids" @change="checkboxChange">
|
|
<van-checkbox-group v-model="ids" @change="checkboxChange">
|
|
- <label class="uni-list-cell uni-list-cell-pd" @click.stop="goToDeatil(item)" v-for="(item, index) in list" :key="index" :index="item.id" :activity="total - 1">
|
|
|
|
|
|
+ <div class="uni-list-cell uni-list-cell-pd" @click.stop="goToDeatil(item)" v-for="(item, index) in list" :key="index" :index="item.id" :activity="total - 1">
|
|
<div class="choice_card_item">
|
|
<div class="choice_card_item">
|
|
<div class="orderNum" v-if="tabIndex == 1">{{ item.orderNo }}</div>
|
|
<div class="orderNum" v-if="tabIndex == 1">{{ item.orderNo }}</div>
|
|
<div class="orderNum" v-else>
|
|
<div class="orderNum" v-else>
|
|
@@ -127,7 +127,7 @@
|
|
</div>
|
|
</div>
|
|
|
|
|
|
</div>
|
|
</div>
|
|
- </label>
|
|
|
|
|
|
+ </div>
|
|
</van-checkbox-group>
|
|
</van-checkbox-group>
|
|
|
|
|
|
</div>
|
|
</div>
|
|
@@ -174,7 +174,9 @@ export default {
|
|
height: 100vh;
|
|
height: 100vh;
|
|
// padding-bottom: 100px;
|
|
// padding-bottom: 100px;
|
|
background: #F4F7FF;
|
|
background: #F4F7FF;
|
|
-
|
|
|
|
|
|
+ .uni-list-cell {
|
|
|
|
+ margin-bottom: 20px !important;
|
|
|
|
+ }
|
|
.choice {
|
|
.choice {
|
|
width: 750px;
|
|
width: 750px;
|
|
background-color: #fafbff;
|
|
background-color: #fafbff;
|
|
@@ -248,6 +250,7 @@ export default {
|
|
// border: 2px solid #ddd;
|
|
// border: 2px solid #ddd;
|
|
background: #FBFCFF;
|
|
background: #FBFCFF;
|
|
border-radius: 8px;
|
|
border-radius: 8px;
|
|
|
|
+ // margin-bottom: 20px;
|
|
// margin: 20px 0;
|
|
// margin: 20px 0;
|
|
// border-radius: 20px;
|
|
// border-radius: 20px;
|
|
// background-color: #fff;
|
|
// background-color: #fff;
|
|
@@ -563,7 +566,7 @@ export default {
|
|
.suggestion-list {
|
|
.suggestion-list {
|
|
display: flex;
|
|
display: flex;
|
|
flex-direction: column;
|
|
flex-direction: column;
|
|
- // background: #fff;
|
|
|
|
|
|
+ background: #F4F7FF;
|
|
border-radius: 15px;
|
|
border-radius: 15px;
|
|
}
|
|
}
|
|
|
|
|