2025年8月27日17:28:31

This commit is contained in:
17792275749
2025-08-27 17:28:33 +08:00
parent 0e9a0726f1
commit ac0eeb9f84
5 changed files with 1616 additions and 1 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ module.exports = {
plugins: [
require('postcss-pxtorem')({
rootValue:({ file }) => {
if (file.includes('userRanking') || file.includes('dietaryNutritionTips')) {
if (file.includes('userRanking') || file.includes('dietaryNutritionTips') || file.includes('restaurantAndCafeteriaCombined')) {
return 108;
} else {
return 192;