From 14fc0ef19992c7ad072cc709c99344c26b630674 Mon Sep 17 00:00:00 2001 From: Hufe921 Date: Thu, 14 Apr 2022 21:06:45 +0800 Subject: [PATCH] fix:update cypress viewport width --- cypress.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress.json b/cypress.json index 022af78..2e178e6 100644 --- a/cypress.json +++ b/cypress.json @@ -1,5 +1,5 @@ { "video": false, - "viewportWidth": 1080, + "viewportWidth": 1366, "viewportHeight": 720 } \ No newline at end of file