2025年6月9日10:23:02
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
module.exports = {
|
||||
plugins: [
|
||||
require('postcss-pxtorem')({
|
||||
rootValue:({ file }) => {
|
||||
if (file.includes('userRanking') || file.includes('dietaryNutritionTips')) {
|
||||
return 108;
|
||||
} else {
|
||||
return 192;
|
||||
}
|
||||
},
|
||||
propList: ['*'],
|
||||
})
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user