我有一个按钮,其位置基于容器高度。以前固定容器的高度,然后将按钮放在容器高度的1/2处。现在我的容器高度不断变化。
div.button {
cursor: pointer;
> i.fa {
position: absolute;
top: 38%;
}
}
我们正在使用d3库。如何在高度变化时将样式设置为顶部。请有人帮忙解决这个问题。
提前致谢
答案 0 :(得分:0)
使用正在更改容器高度
的函数内的样式函数selection.style(name[, value[, priority]])
https://github.com/d3/d3-selection/blob/master/README.md#selection_style