flx:优化
This commit is contained in:
parent
22dedd6978
commit
029d0f969d
@ -486,7 +486,7 @@ export default {
|
|||||||
{
|
{
|
||||||
title: "出勤率",
|
title: "出勤率",
|
||||||
countNum: 0,
|
countNum: 0,
|
||||||
content: "当日出勤人数*1.0/当日在岗人数",
|
content: "当日出勤人数*1.0/当日在职人数",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "当日退场",
|
title: "当日退场",
|
||||||
@ -675,7 +675,7 @@ export default {
|
|||||||
{
|
{
|
||||||
title: "出勤率",
|
title: "出勤率",
|
||||||
countNum: res.attendanceRate,
|
countNum: res.attendanceRate,
|
||||||
content: "当日出勤人数*1.0/当日在岗人数",
|
content: "当日出勤人数*1.0/当日在职人数",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "当日退场",
|
title: "当日退场",
|
||||||
|
|||||||
@ -273,11 +273,11 @@ export default {
|
|||||||
content: " ";
|
content: " ";
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 50%;
|
top: 50%;
|
||||||
right: -10px;
|
right: -8px;
|
||||||
transform: translateY(-50%);
|
transform: translateY(-50%);
|
||||||
width: 1px;
|
width: 1px;
|
||||||
height: 90%;
|
height: 90%;
|
||||||
// background-color: #d9d9d9;
|
background-color: #d9d9d9;
|
||||||
}
|
}
|
||||||
> .el-button:hover {
|
> .el-button:hover {
|
||||||
color: #5181f6;
|
color: #5181f6;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user