From 7530519aecf3d1b5e663cf89cb80c3b772b5d703 Mon Sep 17 00:00:00 2001 From: 陶杰 <1378534974@qq.com> Date: 星期三, 20 十一月 2024 17:46:26 +0800 Subject: [PATCH] 1.画板布局 --- src/views/global/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/global/index.vue b/src/views/global/index.vue index 96e32f1..ce5ce55 100644 --- a/src/views/global/index.vue +++ b/src/views/global/index.vue @@ -21,7 +21,7 @@ <style lang="scss" scoped> .area-global { - background-image: url("../../assets/area-global2.jpg"); + background-image: url("../../assets/area-global3.jpg"); background-size: 100% 100%; width: 140rem; /* max-width: 100vh; */ -- Gitblit v1.9.3