JLBA202505130001_关于吉林银行新建AI智能培训系统的需求_fix:bug
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
</view>
|
||||
<view class="overlay-box" @click="playEnded" @touchmove.stop v-if="fileType === 'image'">
|
||||
<movable-area scale-area class="detail-movable">
|
||||
<movable-view class="detail-movable-view" direction="all" @scale="onScale" :scale="true" scale-min="0.5"
|
||||
<movable-view class="detail-movable-view" :out-of-bounds="true" direction="all" @scale="onScale" :scale="true" scale-min="0.5"
|
||||
scale-max="4" :scale-value="scale">
|
||||
<image class="detail-img" :src="fileUrlShow" mode="aspectFit"></image>
|
||||
</movable-view>
|
||||
@@ -304,6 +304,7 @@
|
||||
background-color: rgba(0, 0, 0, 0.65);
|
||||
|
||||
movable-view {
|
||||
position: fixed;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
@@ -312,8 +313,8 @@
|
||||
}
|
||||
|
||||
movable-area {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
width: 620rpx;
|
||||
height: 100vh;
|
||||
position: fixed;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user