chuyun/taro-plugin-canvas

如果文本把底部(bottom)作为基线定位,应如何配置?

Closed this issue · 2 comments

kmvan commented

类似这种结构:

div {
  position: relative;
  div.text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}

div.text 是从底部开始定位的文本,文本越多,会向上增长换行。这种情况的话,有配置的建议吗?

@kmvan 这种配置暂时没什么建议,你可以研究下

kmvan commented

感觉慢慢尝试可以计算出公式。有空我试试