This commit is contained in:
DESKTOP-369JRHT\12997 2024-11-20 14:29:02 +08:00
parent 0b6bd0e38b
commit 34d9ef7433
7 changed files with 44 additions and 24 deletions

View File

@ -1,7 +1,7 @@
<!-- 收银台订单-->
<template>
<div style="background: #f6f8f9;width: 100%;padding: 10px;padding-bottom: 0px">
<div class="card-change">
<div class="card-changessss">
<el-form :model="queryParams" ref="queryForm" size="small" :inline="true" label-width="120px">
<el-form-item label="" prop="deptId" style="width: 180px">
<el-select
@ -282,11 +282,16 @@ import {getDuiZhangIntegralListApi} from "@/api/financialStatement/jiaoyiduizhan
.table-box{
width: 100%;
height: 75vh;
min-height: 650px;
height: 72vh;
overflow: auto;
scrollbar-width: none;
}
.card-changessss{
height: 85vh;
background: #fff;
box-sizing: border-box;
padding: 10px;
border-radius: 8px;
}
</style>

View File

@ -1,7 +1,7 @@
<!-- 收银台订单-->
<template>
<div style="background: #f6f8f9;width: 100%;padding: 10px;padding-bottom: 0px">
<div class="card-change">
<div class="card-changessss">
<el-form :model="queryParams" ref="queryForm" size="small" :inline="true" label-width="120px">
<el-form-item label="" prop="deptId" style="width: 180px">
<el-select
@ -283,10 +283,15 @@ import {getDuiZhangGoodsListApi} from "@/api/financialStatement/jiaoyiduizhang";
.table-box{
width: 100%;
height: 75vh;
min-height: 650px;
height: 72vh;
overflow: auto;
scrollbar-width: none;
}
.card-changessss{
height: 85vh;
background: #fff;
box-sizing: border-box;
padding: 10px;
border-radius: 8px;
}
</style>

View File

@ -1,7 +1,7 @@
<!-- 收银台订单-->
<template>
<div style="background: #f6f8f9;width: 100%;padding: 10px;padding-bottom: 0px" >
<div class="card-change">
<div class="card-changessss">
<el-form :model="queryParams" ref="queryForm" size="small" :inline="true" label-width="120px">
<el-form-item label="" prop="deptId" style="width: 180px">
<el-select
@ -281,9 +281,17 @@ import {getRunningWaterByTissueApi} from "@/api/allOrder";
.table-box{
width: 100%;
height: 74vh;
min-height: 650px;
overflow: auto;
scrollbar-width: none;
height: 71vh;
}
.card-changessss{
height: 85vh;
background: #fff;
box-sizing: border-box;
padding: 10px;
border-radius: 8px;
}
</style>

View File

@ -1,8 +1,8 @@
<template>
<div class="app-center">
<div class="app-top">
<el-card :body-style="{ padding: '0px' }" style="margin-top: 1px;">
<div class="box">
<div :body-style="{ padding: '0px' }" style="margin-top: 1px; background: #fff;">
<div class="box" style="margin-top: 0px;padding-top: 10px">
<div class="nbox" :class="pointerClass" @click="updateRedio('会员分析')">
<div class="fount-box" :style="{ color: radio1 === '会员分析' ? '#FF770F' : '#999999' }">会员分析</div>
<div class="heng-box" v-if="radio1 == '会员分析'"></div>
@ -37,7 +37,7 @@
<!-- <div class="heng-box" style="background-color: #FFFFFF" v-else></div>-->
<!-- </div>-->
</div>
</el-card>
</div>
</div>

View File

@ -294,7 +294,7 @@ export default {
}
.table-box{
width: 100%;
height: 57vh;
height: 63vh;
scrollbar-width: none;
overflow: auto;
}

View File

@ -103,7 +103,6 @@
</el-table-column>
</el-table>
</div>
<pagination
v-show="total>0"
:total="total"
@ -111,6 +110,8 @@
:limit.sync="queryParams.pageSize"
@pagination="getList"
/>
</div>
</div>
@ -323,7 +324,7 @@ import {parseTime} from "@/utils/fuint";
}
.table-box{
width: 100%;
height: 57vh;
height: 63vh;
scrollbar-width: none;
overflow: auto;
}
@ -333,6 +334,7 @@ import {parseTime} from "@/utils/fuint";
box-sizing: border-box;
padding: 10px;
width: 100%;
margin: 5px auto;
}

View File

@ -245,7 +245,7 @@ import {getFenXiUserbalanceDataApi, getFenXiUserbalanceListApi} from "@/api/fina
}
.table-box{
width: 100%;
height: 59vh;
height: 63vh;
scrollbar-width: none;
overflow: auto;
}