mirror of
https://github.com/silenty4ng/k5web
synced 2025-01-04 19:02:58 +00:00
update
This commit is contained in:
parent
0e0a8696f8
commit
ad8b65511f
1 changed files with 2 additions and 2 deletions
|
@ -77,12 +77,12 @@ export default defineConfig({
|
|||
plugins: [
|
||||
require('postcss-px-to-viewport')({
|
||||
viewportWidth: 2560, // 视口宽度,对应设计稿宽度
|
||||
viewporHeight: 1392, // 视口高度,对应设计稿高度
|
||||
viewporHeight: 1440, // 视口高度,对应设计稿高度
|
||||
unitPrecision: 3, // 指定px转换之后的小数位数
|
||||
viewportUnit: 'vw', // 转换的单位
|
||||
fontViewportUnit: 'vw', // 字体使用的单位
|
||||
replace: false, // 是否直接更换属性值,而不添加备用属性
|
||||
selectorBlackList: ['.ignore', '.hairlines', '.arco', '.layout'], // 指定不转换的类
|
||||
selectorBlackList: ['.ignore', '.hairlines', '.arco', '.layout', '.nav-btn'], // 指定不转换的类
|
||||
exclude: /(\/|\\)(node_modules)(\/|\\)/, //禁止更改第三方UI框架样式
|
||||
minPixelValue: 15, // 小于或等于1px不转换
|
||||
mediaQuery: true, // 允许在媒体查询中转换
|
||||
|
|
Loading…
Reference in a new issue