fix: bug
This commit is contained in:
@@ -158,11 +158,12 @@
|
||||
background-image: url(@/static/images/sparring/top-bg.png);
|
||||
background-repeat: no-repeat;
|
||||
background-size: cover;
|
||||
height: 436rpx;
|
||||
clip-path: ellipse(650rpx 327rpx at 375rpx 109rpx);
|
||||
height: calc(var(--status-bar-height) + 436rpx);
|
||||
clip-path: ellipse(650rpx 327rpx at 375rpx calc(var(--status-bar-height) + 109rpx));
|
||||
width: 100%;
|
||||
position: fixed;
|
||||
top: var(--status-bar-height);
|
||||
padding-top: var(--status-bar-height);
|
||||
top: 0;
|
||||
left: 0;
|
||||
z-index: 2;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user