样式优化

This commit is contained in:
bb_pan 2025-01-23 09:59:29 +08:00
parent 2d0e414191
commit b95b516c4c
2 changed files with 8 additions and 8 deletions

View File

@ -49,6 +49,8 @@
<span>派车时间</span>
<span style="color: #f9ae3d">{{ item.outTime }}</span>
</div>
<u-loadmore :status="status" line v-if="tableList.length > 0" />
</div>
</div>
@ -76,8 +78,6 @@
</view>
</u-modal>
<u-loadmore :status="status" line v-if="tableList.length > 0" />
<!-- 空状态 -->
<u-empty v-if="tableList.length == 0" mode="data"></u-empty>

View File

@ -7,10 +7,10 @@
</div>
<!-- 搜索 -->
<div class="search flex align-center">
<div v-if="active == 2" style="width: 30%">
<div v-if="active == 2">
<div class="search-item" @click="showPicker = true">
{{ checkStatus || '审核状态' }}
<u-icon name="arrow-down"></u-icon>
<u-icon name="arrow-down" style="margin-left: 5px"></u-icon>
</div>
</div>
<u-input
@ -66,6 +66,7 @@
</div>
<!-- 空状态 -->
<u-empty v-if="tableList.length == 0" mode="data"></u-empty>
<u-loadmore :status="status" line v-if="tableList.length > 0" />
</div>
<!-- 弹框 -->
@ -107,8 +108,6 @@
@cancel="showPicker = false"
@confirm="confirm"
></u-picker>
<u-loadmore :status="status" line v-if="tableList.length > 0" />
</view>
</template>
@ -379,12 +378,14 @@ page {
background-color: #f8f8f8;
}
.cont {
height: 45px;
position: fixed;
top: 0;
width: 100%;
z-index: 999;
}
.search {
height: 40px;
padding: 15px;
display: flex;
background-color: #fff;
@ -399,8 +400,7 @@ page {
}
}
.list {
margin-top: 115px;
/* height: calc(100vh - 112px); */
margin-top: 120px;
overflow-y: auto;
}
.list-cont {