1
0
forked from dyf/APP

650小bug修复

This commit is contained in:
liub
2025-08-15 09:04:27 +08:00
parent 6b4d47828e
commit ceafd10b72

View File

@ -151,11 +151,12 @@
<!-- 下方菜单 --> <!-- 下方菜单 -->
<BottomSlideMenuPlus :config="Status.BottomMenu" @close="closeMenu" @itemClick="handleItemClick" <BottomSlideMenuPlus :config="Status.BottomMenu" @close="closeMenu" @itemClick="handleItemClick"
@btnClick="btnClick"> @btnClick="btnClick">
<view class="addIco"> <view>
<view class="icoContent center" v-on:click.stop="checkImgUpload()"> <view class="addIco">
<image mode="aspectFit" class="img" src="/static/images/6155/DeviceDetail/add.png"></image> <view class="icoContent center" v-on:click.stop="checkImgUpload()">
</view> <image mode="aspectFit" class="img" src="/static/images/6155/DeviceDetail/add.png"></image>
</view>
</view>
</view> </view>
</BottomSlideMenuPlus> </BottomSlideMenuPlus>
@ -1133,6 +1134,7 @@
borderColor: "#e034344d", borderColor: "#e034344d",
buttonBgColor: "#E03434", buttonBgColor: "#E03434",
}); });
return;
} }
showLoading(this, { showLoading(this, {
text: "请稍候..." text: "请稍候..."
@ -1662,42 +1664,14 @@
} }
/* .custom-slider .uni-slider-handle-wrapper {
height: 60rpx !important;
border-radius: 3px;
}
.custom-slider .uni-slider-active {
background-color: #FF6B6B !important;
}
.addIco{
.custom-slider .uni-slider-handle {
width: 60rpx !important;
height: 60rpx !important;
border-radius: 16rpx !important;
background-color: #FFFFFFde !important;
margin-top: -15px !important;
border: none !important;
}
.custom-slider .uni-slider-thumb {
width: 60rpx !important;
height: 60rpx !important;
border-radius: 16rpx !important;
background-color: #00000000 !important;
border: none !important;
} */
.addIco {
width: 100%; width: 100%;
height: 360rpx; height: 360rpx;
display: flex; display: flex;
flex-wrap: nowrap;
flex-direction: row; flex-direction: row;
flex-wrap: nowrap;
align-content: center; align-content: center;
justify-content: center; justify-content: center;
align-items: center; align-items: center;