fix: bug
This commit is contained in:
+2
-2
@@ -5,7 +5,7 @@ ENV = 'development'
|
||||
|
||||
# VITE_APP_BASE_API_Url = 'https://aits.jlbank.com.cn:7001'
|
||||
|
||||
# VITE_APP_BASE_API_Url = 'https://aitstest.jlbank.com.cn:7001'
|
||||
VITE_APP_BASE_API_Url = 'https://aitstest.jlbank.com.cn:7001'
|
||||
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@ ENV = 'development'
|
||||
# VITE_APP_BASE_API_Url = 'http://25.18.122.65:7001'
|
||||
# sit
|
||||
|
||||
VITE_APP_BASE_API_Url = 'http://25.18.122.91:9786'
|
||||
# VITE_APP_BASE_API_Url = 'http://25.18.122.91:9786'
|
||||
|
||||
# UAT
|
||||
# VITE_APP_BASE_API_Url = 'http://25.18.122.78:9786'
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
<!-- <uv-icon class="arrow-icon" name="arrow-left" @click="common.switchTab('/pages/index/index')" /> -->
|
||||
陪练详情
|
||||
</view>
|
||||
<ImagePreview class="img-box" :src="detailInfo.ossAddr" :isCache="true" width="704" height="350" />
|
||||
<ImagePreview class="img-box" :src="detailInfo.ossAddr" :isCache="true" width="750" height="422"/>
|
||||
</view>
|
||||
<view class="sparring-detail-body">
|
||||
|
||||
@@ -139,14 +139,14 @@
|
||||
|
||||
<style lang="scss" scoped>
|
||||
$body-top-height: 220rpx;
|
||||
$top-height: 436rpx - $body-top-height;
|
||||
$top-height: calc(422rpx - $body-top-height - var(--status-bar-height));
|
||||
.sparring-detail {
|
||||
overflow-x: hidden;
|
||||
overflow-y: hidden;
|
||||
padding-top: $top-height;
|
||||
position: relative;
|
||||
.sparring-detail-scroll{
|
||||
height: calc(100vh - 436rpx + $top-height);
|
||||
height: calc(100vh - 422rpx + $top-height);
|
||||
width: 100vw;
|
||||
overflow-x: hidden;
|
||||
overflow-y: auto;
|
||||
@@ -157,7 +157,7 @@
|
||||
background-image: url(@/static/images/sparring/top-bg.png);
|
||||
background-repeat: no-repeat;
|
||||
background-size: cover;
|
||||
height: calc(var(--status-bar-height) + 436rpx);
|
||||
height: 422rpx;
|
||||
// clip-path: ellipse(650rpx 327rpx at 375rpx calc(var(--status-bar-height) + 109rpx));
|
||||
width: 100%;
|
||||
position: fixed;
|
||||
|
||||
Reference in New Issue
Block a user