From 5d9fd539261c9d8a5eaf02822665b35163d24e51 Mon Sep 17 00:00:00 2001 From: mk <2403457699@qq.com> Date: Thu, 1 Feb 2024 17:30:59 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=B9=E6=80=A7=E7=9B=92=E5=8F=98=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/screen-loading/index.vue | 2 +- src/components/screen-map-header/index.vue | 5 ++-- src/components/screen-map-legeng/index.vue | 8 +++--- src/components/screen-nodata/index.vue | 3 +-- src/components/screen-tab/index.vue | 4 +-- src/components/screen-table/index.vue | 12 ++++----- src/components/screen-title/index.vue | 2 +- src/main.js | 2 +- src/style/font.scss | 14 +++++----- .../dialog-module/zdyf-center/qyjj/index.vue | 26 +++++++------------ .../dialog-module/zdyf-left/ldgh/index.vue | 7 ++--- .../dialog-module/zdyf-left/yfcj/index.vue | 3 +-- .../dialog-module/zdyf-right/kyll/garden.vue | 3 +-- .../dialog-module/zdyf-right/kyll/talents.vue | 6 ++--- src/views/next/layout/screen-bottom.vue | 6 ++--- .../screen-content-left/home-left/index.vue | 3 +-- .../screen-content-left/hsyf-left/index.vue | 18 +++++-------- .../screen-content-left/szyf-left/index.vue | 21 +++++---------- .../screen-content-left/zdyf-left/index.vue | 3 +-- .../next/screen-content-map/cpt/szyf-map.vue | 3 +-- .../next/screen-content-map/cpt/whyf.vue | 9 +++---- .../next/screen-content-map/cpt/zdyf-map.vue | 3 +-- .../screen-content-right/home-right/index.vue | 15 ++++------- .../screen-content-right/hsyf-right/index.vue | 15 ++++------- .../screen-content-right/zdyf-right/index.vue | 5 ++-- vue.config.js | 6 ++++- 26 files changed, 79 insertions(+), 125 deletions(-) diff --git a/src/components/screen-loading/index.vue b/src/components/screen-loading/index.vue index 0ea63cf..c329fa7 100644 --- a/src/components/screen-loading/index.vue +++ b/src/components/screen-loading/index.vue @@ -73,7 +73,7 @@ export default { .screen-loading { width: 100%; height: 100%; - display: flex; + @include flex(); justify-content: center; align-items: center; .loading-tip { diff --git a/src/components/screen-map-header/index.vue b/src/components/screen-map-header/index.vue index 446d3f7..bd5d0fd 100644 --- a/src/components/screen-map-header/index.vue +++ b/src/components/screen-map-header/index.vue @@ -34,13 +34,12 @@ export default {