From 594927f5964ecc85dc942e32eb03a9bca551f865 Mon Sep 17 00:00:00 2001 From: ZhangXianQiang <1135831638@qq.com> Date: 星期三, 28 二月 2024 15:54:28 +0800 Subject: [PATCH] feat:安全隐患情况和交通宣传模块渲染 --- src/views/HomeView.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/HomeView.vue b/src/views/HomeView.vue index dd0535d..2b7eb63 100644 --- a/src/views/HomeView.vue +++ b/src/views/HomeView.vue @@ -15,7 +15,7 @@ <template> <scale-screen - width="1920" + width="3840" height="1080" :delay="500" :fullScreen="false" @@ -38,9 +38,9 @@ .content_wrap { width: 100%; height: 100%; - padding: 16px 16px 16px 16px; + //padding: 16px 16px 16px 16px; box-sizing: border-box; - background-image: url("@/assets/img/pageBg.png"); + background-image: url("@/assets/img/pageBg1.png"); background-size: cover; background-position: center center; } -- Gitblit v1.8.0