functions 用法报错修复

This commit is contained in:
liaoxuezhi 2019-12-06 10:09:12 +08:00
parent 84a569c1c4
commit 0e6c25688f

View File

@ -309,7 +309,7 @@
tr.#{$ns}Table-tr--#{$i}th {
.#{$ns}Table-expandBtn {
position: relative;
right: -px2rem(20px) * ($i - 1);
right: -(px2rem(20px)) * ($i - 1);
}
.#{$ns}Table-expandCell + td {