JLBA202505130001_关于吉林银行新建AI智能培训系统的需求_修复兼容性bug

This commit is contained in:
田岩
2025-12-17 14:34:39 +08:00
parent 8e2fc253f1
commit d6cc295057
5 changed files with 15 additions and 10 deletions
+7 -5
View File
@@ -1,5 +1,4 @@
<template>
<view class="">
<uni-popup ref="popup">
<view class="popup-content" @touchmove.stop>
<view class="fl1"></view>
@@ -69,7 +68,7 @@
<view class="fl1"></view>
</view>
</uni-popup>
</view>
</template>
<script setup>
@@ -348,12 +347,13 @@
* 80rpx 切换盒子高度
*/
height: calc(100% - 26rpx - 68rpx - 128rpx - 16rpx - 92rpx - 80rpx - 8rpx);
min-height: 130rpx;
}
.switch-div {
display: flex;
justify-content: center;
align-items: center;
height: 60rpx;
height: 8%;
margin: 10rpx 30%;
.back_div {
.back-icon {
@@ -472,10 +472,12 @@
display: flex;
flex-direction: column;
align-items: center;
padding: 40rpx 0;
padding: calc(10rpx + 3%) 0;
padding: 20rpx 0;
}
.max-div {
width: 80vw;
width: 600rpx;
// width: 80vw;
background-color: #fefbfa;
border-radius: 38rpx;
position: relative;
+3 -1
View File
@@ -1,5 +1,5 @@
<template>
<view class="">
<view>
<uni-popup ref="popup">
<view class="popup-content" @touchmove.stop>
<view class="fl1"></view>
@@ -177,6 +177,7 @@
flex-direction: column;
align-items: center;
padding: 40rpx 0;
}
.max-div {
width: 80vw;
@@ -187,5 +188,6 @@
overflow: hidden;
margin-top: var(--status-bar-height);
margin-bottom: 120rpx;
overflow: auto;
}
</style>