flx:优化

This commit is contained in:
Rain_ 2025-08-21 19:22:36 +08:00
parent 22dedd6978
commit 029d0f969d
2 changed files with 4 additions and 4 deletions

View File

@ -486,7 +486,7 @@ export default {
{
title: "出勤率",
countNum: 0,
content: "当日出勤人数*1.0/当日在人数",
content: "当日出勤人数*1.0/当日在人数",
},
{
title: "当日退场",
@ -675,7 +675,7 @@ export default {
{
title: "出勤率",
countNum: res.attendanceRate,
content: "当日出勤人数*1.0/当日在人数",
content: "当日出勤人数*1.0/当日在人数",
},
{
title: "当日退场",

View File

@ -273,11 +273,11 @@ export default {
content: " ";
position: absolute;
top: 50%;
right: -10px;
right: -8px;
transform: translateY(-50%);
width: 1px;
height: 90%;
// background-color: #d9d9d9;
background-color: #d9d9d9;
}
> .el-button:hover {
color: #5181f6;