补餐屏
This commit is contained in:
+5
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user