补餐屏

This commit is contained in:
17792275749
2026-02-05 10:20:10 +08:00
parent 132952f7c8
commit ecfaa188c2
7 changed files with 498 additions and 320 deletions
+5 -1
View File
@@ -2,7 +2,11 @@ module.exports = {
plugins: [
require('postcss-pxtorem')({
rootValue:({ file }) => {
if (file.includes('userRanking') || file.includes('dietaryNutritionTips') || file.includes('restaurantAndCafeteriaCombined')) {
if (
file.includes('userRanking') ||
file.includes('dietaryNutritionTips') ||
file.includes('restaurantAndCafeteriaCombined')
) {
return 108;
} else {
return 192;