dcloudio / dcloudio/uni-app

H5 在 css 变量中使用 rpx 单位无效

Open
#2,138 0 comments 0 reactions 0 assignees View on GitHub
h5 提供了复现方案
Dominant language
JavaScript
Stars
41.6k
Forks
3.7k
Avg merge
7h 6m
Merged PRs (30d)
6

Description

```html



export default {
data(){
return {
style: "--item-height: 100rpx"
}
}
}

.item {
height: var(--item-height);
}

```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.