数据看板 时间选择
This commit is contained in:
parent
95944640d9
commit
53f394dbd6
|
|
@ -346,27 +346,27 @@ export default {
|
||||||
|
|
||||||
.clickable-texts {
|
.clickable-texts {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 10%;
|
||||||
left: 0;
|
left: 0;
|
||||||
width: 27.5%;
|
width: 27.5%;
|
||||||
height: 40%;
|
height: 30%;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
color: transparent;
|
color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
.actual{
|
.actual{
|
||||||
top: 88.5%;
|
top: 85%;
|
||||||
left: 18%;
|
left: 18%;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
.expected{
|
.expected{
|
||||||
top: 60%;
|
top: 48%;
|
||||||
left: 44%;
|
left: 44%;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
.absent{
|
.absent{
|
||||||
top: 88.5%;
|
top: 85%;
|
||||||
left: 62%;
|
left: 60%;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue