This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
Augcl
/
massage-front
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
style: 为页面容器添加相对定位
在页面容器的样式中添加 `position: relative`,以确保子元素的定位行为符合预期
pull/4/head
前端-胡立永
3 weeks ago
parent
0d5feddef1
commit
eede90a186
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
pages/index/index.vue
+ 1
- 1
pages/index/index.vue
View File
@ -130,7 +130,7 @@
width
:
100
vw
;
min
-
height
:
100
vh
;
background
-
color
:
$uni
-
bg
-
color
;
position
:
relative
;
}
.
bg
{
width
:
100
%
;
Write
Preview
Loading…
Cancel
Save