充值代理收入转赠薪资-新增统计时间文字

This commit is contained in:
chenruiye
2025-04-17 13:37:42 +08:00
parent a9ee446d2b
commit 54e61b6185

View File

@@ -45,6 +45,7 @@
></el-date-picker>
</el-form-item>
</el-form-item>
<div class='title'>统计时间按照东八区统计东三区时间筛选需要增加5小时</div>
<el-form-item label-width="40px">
<el-button type="primary" @click="handSearch">搜索</el-button>
@@ -325,4 +326,10 @@ export default {
.search-line {
width: 38%;
}
.title{
color: red;
font-size: 16px;
margin-bottom: 18px;
margin-left:40px;
}
</style>