postcss-px-to-viewport 不能对vant动态计算的尺寸单位进行转换吗? #12401
Unanswered
jianfei0220
asked this question in
Q&A
Replies: 3 comments 1 reply
-
postcss-px-to-viewport 只能转换 CSS 代码里的单位,没法处理通过 JS 设置的单位。 Vant 里通过 JS 设置的单位一般都有提供 props,大部分都可以直接传入 vh/vw 单位,你可以通过 props 来控制。 |
Beta Was this translation helpful? Give feedback.
0 replies
-
比如这个picker,自带的样式并没有进行转换。
…------------------ 原始邮件 ------------------
发件人: "youzan/vant" ***@***.***>;
发送时间: 2023年10月29日(星期天) 下午5:54
***@***.***>;
抄送: "_ ***@***.******@***.***>;
主题: Re: [youzan/vant] postcss-px-to-viewport 不能对vant动态计算的尺寸单位进行转换吗? (Discussion #12401)
postcss-px-to-viewport 只能转换 CSS 代码里的单位,没法处理通过 JS 设置的单位。
Vant 里通过 JS 设置的单位一般都有提供 props,大部分都可以直接传入 vh/vw 单位,你可以通过 props 来控制。
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
-
好的 感谢
…------------------ 原始邮件 ------------------
发件人: ***@***.***>;
发送时间: 2023年10月30日(星期一) 中午11:04
收件人: ***@***.***>;
抄送: "_ ***@***.***>; ***@***.***>;
主题: Re: [youzan/vant] postcss-px-to-viewport 不能对vant动态计算的尺寸单位进行转换吗? (Discussion #12401)
picker 的 option-height 支持 px vw vh rem 单位,你可以自定义试试
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
请问有解决方案吗?
Beta Was this translation helpful? Give feedback.
All reactions