From e0e40d45e7e64bef224eefc82942eb6f7a484ef2 Mon Sep 17 00:00:00 2001 From: xingyy <64720302+Concur-max@users.noreply.github.com> Date: Fri, 21 Feb 2025 13:45:50 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E7=A7=BB=E9=99=A4=20postcss-mobile?= =?UTF-8?q?-forever=20=E4=B8=AD=E7=9A=84=E6=9C=80=E5=A4=A7=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E5=AE=BD=E5=BA=A6=E9=99=90=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 删除了 postcss-mobile-forever 插件中的 maxDisplayWidth 属性 - 此修改旨在适应更多的设备屏幕宽度,提高用户体验 --- nuxt.config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/nuxt.config.js b/nuxt.config.js index a2e7996..bb64df0 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -41,7 +41,6 @@ export default defineNuxtConfig({ 'postcss-mobile-forever': { appSelector: '#__nuxt', viewportWidth: 375, - maxDisplayWidth: 600, // devtools excluded exclude: /@nuxt/, border: true,