数据看板 时间选择

This commit is contained in:
lSun 2024-12-25 10:58:02 +08:00
parent 95944640d9
commit 53f394dbd6
1 changed files with 6 additions and 6 deletions

View File

@ -346,27 +346,27 @@ export default {
.clickable-texts {
position: absolute;
top: 0;
top: 10%;
left: 0;
width: 27.5%;
height: 40%;
height: 30%;
background: transparent;
color: transparent;
}
.actual{
top: 88.5%;
top: 85%;
left: 18%;
cursor: pointer;
}
.expected{
top: 60%;
top: 48%;
left: 44%;
cursor: pointer;
}
.absent{
top: 88.5%;
left: 62%;
top: 85%;
left: 60%;
cursor: pointer;
}