diff --git a/src/layouts/DefaultLayout/index.vue b/src/layouts/DefaultLayout/index.vue index 2e29ec4..63b12e2 100644 --- a/src/layouts/DefaultLayout/index.vue +++ b/src/layouts/DefaultLayout/index.vue @@ -201,7 +201,7 @@ onUnmounted(() => { left: 0; width: 100%; height: 100%; - background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 1)),url('@/assets/imgs/home/bg.png'); + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 1)),url('@/assets/imgs/home/background@2x.png'); background-size: cover; background-position: center; z-index: -1; diff --git a/src/views/Jyh/Home/index.vue b/src/views/Jyh/Home/index.vue index 7b29cab..d85e67a 100644 --- a/src/views/Jyh/Home/index.vue +++ b/src/views/Jyh/Home/index.vue @@ -419,7 +419,7 @@ getNoticeList(); .home-information { width: 100%; background-color: #f0f0f0; - overflow: auto; + //overflow: auto; margin-bottom: 20px; border-radius: 10px; padding: 12px;