Browse Source

style: 为多个页面添加 `top: 0` 样式

在多个页面的 CSS 中,为具有 `position: absolute` 的元素添加 `top: 0`,以确保其定位正确。
master
前端-胡立永 3 weeks ago
parent
commit
0d23cf6889
5 changed files with 5 additions and 0 deletions
  1. +1
    -0
      pages_my/guanyuwomen.vue
  2. +1
    -0
      pages_my/qiandao-list.vue
  3. +1
    -0
      pages_my/user-info.vue
  4. +1
    -0
      pages_my/user-msg.vue
  5. +1
    -0
      pages_order/huodong-detail.vue

+ 1
- 0
pages_my/guanyuwomen.vue View File

@ -42,6 +42,7 @@
height: 534rpx;
position: absolute;
z-index: -1;
top: 0;
}
.content {
margin-top: 40rpx;


+ 1
- 0
pages_my/qiandao-list.vue View File

@ -122,6 +122,7 @@
height: 534rpx;
position: absolute;
z-index: -1;
top: 0;
}
.content {
margin-top: 40rpx;


+ 1
- 0
pages_my/user-info.vue View File

@ -203,6 +203,7 @@
height: 534rpx;
position: absolute;
z-index: -1;
top: 0;
}
.content {
margin-top: 40rpx;


+ 1
- 0
pages_my/user-msg.vue View File

@ -218,6 +218,7 @@
height: 534rpx;
position: absolute;
z-index: -1;
top: 0;
}
.content {
margin-top: 40rpx;


+ 1
- 0
pages_order/huodong-detail.vue View File

@ -366,6 +366,7 @@
height: 534rpx;
position: absolute;
z-index: -1;
top: 0;
}
.content {
margin-top: 40rpx;


Loading…
Cancel
Save