数据看板 时间选择
This commit is contained in:
parent
95944640d9
commit
53f394dbd6
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue