Closed bigmeow closed 8 months ago
输入:
.test { font-size: var(--row-font-size, 14px); }
实际输出:
希望输出:
.test { font-size: var(--row-font-size, min(19.2vw, 99.84px)); }
谢谢反馈,在版本 4.1.2 中已修复。
输入:
实际输出:
希望输出: