|
@@ -8,6 +8,10 @@
|
|
|
<span v-else>{{$t('ReportManage.ReportList.select_img_card')}}</span>
|
|
|
</div>
|
|
|
<div class="right">
|
|
|
+ <el-select :placeholder="$t('ReportManage.ReportList.select_img_type')" v-model="type" style="width:80px" @change="handleSearch" size="medium" :disabled="defaultType" v-show="!defaultType">
|
|
|
+ <el-option :label="$t('ReportManage.ReportList.page_header_op')" :value="1"></el-option>
|
|
|
+ <el-option :label="$t('ReportManage.ReportList.page_trailer_op')" :value="2"></el-option>
|
|
|
+ </el-select>
|
|
|
<el-input
|
|
|
class="search-box"
|
|
|
:placeholder="$t('ReportManage.ReportList.img_name_ipt')"
|
|
@@ -16,13 +20,9 @@
|
|
|
style="width:240px"
|
|
|
size="medium"
|
|
|
/>
|
|
|
- <el-select :placeholder="$t('ReportManage.ReportList.select_img_type')" v-model="type" style="width:240px" @change="handleSearch" size="medium" :disabled="defaultType" v-show="!defaultType">
|
|
|
- <el-option :label="$t('ReportManage.ReportList.page_header_op')" :value="1"></el-option>
|
|
|
- <el-option :label="$t('ReportManage.ReportList.page_trailer_op')" :value="2"></el-option>
|
|
|
- </el-select>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div class="main-box" :style="inDialog?'height:550px;':'height: calc(100vh - 180px)'">
|
|
|
+ <div class="main-box" :style="inDialog?'height:550px;':'height: calc(100vh - 220px)'">
|
|
|
<div style="flex:1;overflow-y: auto;padding:20px 0">
|
|
|
<tableNoData :text="$t('Table.prompt_slogan')" size="mini" v-if="list.length===0&&finished"/>
|
|
|
<div class="list-wrap" v-infinite-scroll="handleLoadMore" :infinite-scroll-immediate="false">
|
|
@@ -145,18 +145,19 @@ div{
|
|
|
}
|
|
|
.statistic-analysis-wrap{
|
|
|
.top-box{
|
|
|
- display: flex;
|
|
|
- justify-content: space-between;
|
|
|
- align-items: center;
|
|
|
+ // display: flex;
|
|
|
+ // justify-content: space-between;
|
|
|
+ // align-items: center;
|
|
|
.right{
|
|
|
+ margin-top: 20px;
|
|
|
.search-box{
|
|
|
width: 330px;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
.main-box{
|
|
|
- margin-top: 30px;
|
|
|
- height: calc(100vh - 180px);
|
|
|
+ margin-top: 20px;
|
|
|
+ height: calc(100vh - 220px);
|
|
|
border-radius: 4px;
|
|
|
border: 1px solid var(--gary-gy-5-line, #C8CDD9);
|
|
|
background: #FFF;
|