group annotations by layers and add layer title
This commit is contained in:
parent
5dabdd8eec
commit
3e6e6077d2
2 changed files with 53 additions and 14 deletions
|
|
@ -49,6 +49,24 @@
|
|||
//transition: opacity 0.4s;
|
||||
|
||||
}
|
||||
.text {
|
||||
.layer {
|
||||
.title {
|
||||
display: none;
|
||||
}
|
||||
&.active {
|
||||
.title {
|
||||
display: block
|
||||
}
|
||||
padding-bottom: 4px;
|
||||
}
|
||||
.annotation {
|
||||
&.active {
|
||||
padding-bottom: 4px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.annotation {
|
||||
//min-height: 100vh;
|
||||
.frame {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue