650小bug修复
This commit is contained in:
@ -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>
|
||||||
<view class="addIco">
|
<view class="addIco">
|
||||||
<view class="icoContent center" v-on:click.stop="checkImgUpload()">
|
<view class="icoContent center" v-on:click.stop="checkImgUpload()">
|
||||||
<image mode="aspectFit" class="img" src="/static/images/6155/DeviceDetail/add.png"></image>
|
<image mode="aspectFit" class="img" src="/static/images/6155/DeviceDetail/add.png"></image>
|
||||||
</view>
|
</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;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
.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{
|
.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;
|
||||||
|
Reference in New Issue
Block a user