This commit is contained in:
杨航
2025-12-01 17:31:27 +08:00
parent de08f14fcf
commit 38975ae9c6
2 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -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'
+4 -4
View File
@@ -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;