From 80cceddce2781495a1c0c6a2a48a7c5783ee8bd2 Mon Sep 17 00:00:00 2001 From: soul2 <1052986332@qq.com> Date: Mon, 3 Oct 2022 18:45:32 +0800 Subject: [PATCH] =?UTF-8?q?app-main=E5=A2=9E=E5=8A=A0=E7=A7=BB=E5=8A=A8?= =?UTF-8?q?=E7=AB=AF=E9=80=82=E9=85=8Dpadding?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/components/navbar/index.vue | 39 ++++++++++++++++---------- src/store/getters.js | 15 +++++++++- src/store/index.js | 6 ++-- src/store/modules/screen.js | 19 +++++++++++++ src/views/home/index.vue | 24 ++++++++-------- src/views/sodemo/index.vue | 26 ++++++++++++++--- src/views/soui/index.vue | 16 +++++++++-- 7 files changed, 108 insertions(+), 37 deletions(-) create mode 100644 src/store/modules/screen.js diff --git a/src/layout/components/navbar/index.vue b/src/layout/components/navbar/index.vue index f5cff5d..a04df17 100644 --- a/src/layout/components/navbar/index.vue +++ b/src/layout/components/navbar/index.vue @@ -1,15 +1,15 @@