用户PC端,我的订单,根据订单号搜索框展示不全问题修改

master
15386982806 2023-02-08 18:18:09 +08:00
parent 826ba41866
commit ed4f78bf6a
2 changed files with 14 additions and 1 deletions

View File

@ -170,6 +170,19 @@ $dark_content_color: #d5d5d5;
margin-right: 20px;
}
.mb_24 {
margin-bottom: 24px;
}
.mt_24 {
margin-top: 24px;
}
.ml_24 {
margin-left: 24px;
}
.mr_24 {
margin-right: 24px;
}
.mb_10 {
margin-bottom: 10px;
}

View File

@ -4,7 +4,7 @@
<card _Title="我的订单" :_Size="16" :_Tabs="changeWay" @_Change="change" v-if="!homePage"></card>
<card _Title="我的订单" :_Size="16" :_Tabs="changeWay" @_Change="change" _More="全部订单" _Src="/home/MyOrder" v-else></card>
<!-- 搜索 筛选 -->
<div class="mb_20 box" v-if="!homePage">
<div class="mb_24 box" v-if="!homePage">
<div class="global_float_right" >
<Input
class="width_300"