Browse Source

style: 为页面容器添加相对定位

在页面容器的样式中添加 `position: relative`,以确保子元素的定位行为符合预期
pull/4/head
前端-胡立永 3 weeks ago
parent
commit
eede90a186
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      pages/index/index.vue

+ 1
- 1
pages/index/index.vue View File

@ -130,7 +130,7 @@
width: 100vw;
min-height: 100vh;
background-color: $uni-bg-color;
position: relative;
}
.bg {
width: 100%;


Loading…
Cancel
Save