fix: BUG修改

This commit is contained in:
kun 2024-05-16 09:29:51 +08:00
parent 9f1d0c17ca
commit 113186cfa6
4 changed files with 40 additions and 17 deletions

View File

@ -261,6 +261,7 @@
// fontSize: 12 // fontSize: 12
} }
}, },
barWidth: '40',
data: [18203, 23489, 29034, 104970, 131744, 630230] data: [18203, 23489, 29034, 104970, 131744, 630230]
}] }]
}, },
@ -586,7 +587,7 @@
requestData.enumType = this.checkIndex; requestData.enumType = this.checkIndex;
} }
this.sendRequest({ this.sendRequest({
url: "xmgl/xzSecurityQualityInspectionRecord/countQualityInspectionRecordRegion", url: "xmgl/qualityInspectionRecord/countQualityInspectionRecordRegion",
data: requestData, data: requestData,
method: "post", method: "post",
success(res) { success(res) {

View File

@ -261,6 +261,7 @@
// fontSize: 12 // fontSize: 12
} }
}, },
barWidth: '40',
data: [18203, 23489, 29034, 104970, 131744, 630230] data: [18203, 23489, 29034, 104970, 131744, 630230]
}] }]
}, },

View File

@ -142,7 +142,7 @@
.delete { .delete {
position: absolute; position: absolute;
bottom: 60px; bottom: 0px;
left: 0; left: 0;
height: 50px; height: 50px;
background-color: #eb3b43; background-color: #eb3b43;

View File

@ -14,7 +14,7 @@
</view> </view>
<view class="videoOperateBox"> <view class="videoOperateBox">
<view class="box"> <view class="box">
<image src="/static/videoControlIcon/bg.png" class="bg"></image> <image src="../../static/videoControlIcon/bg.png" class="bg"></image>
<view class="pic top" @click="controlVideoFn(0,0.2,0,'UP')"></view> <view class="pic top" @click="controlVideoFn(0,0.2,0,'UP')"></view>
<view class="pic left" @click="controlVideoFn(-0.2,0,0,'LEFT')"></view> <view class="pic left" @click="controlVideoFn(-0.2,0,0,'LEFT')"></view>
<view class="pic bottom" @click="controlVideoFn(0,-0.2,0,'DOWN')"></view> <view class="pic bottom" @click="controlVideoFn(0,-0.2,0,'DOWN')"></view>
@ -26,6 +26,9 @@
<view class="zoom zoomout" @click="controlVideoFn(0,0,-0.2,'ZOOM_OUT')"></view> <view class="zoom zoomout" @click="controlVideoFn(0,0,-0.2,'ZOOM_OUT')"></view>
</view> </view>
</view> </view>
<view class="video-playback">
视频回放
</view>
</view> </view>
</template> </template>
@ -161,6 +164,9 @@
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
.fullHeight{
background-color: #F4F5FD;
}
.videoBox{ .videoBox{
width: 100%; width: 100%;
} }
@ -177,6 +183,21 @@
font-size: 12px; font-size: 12px;
} }
} }
.video-playback{
width: 454rpx;
height: 108rpx;
background: #FFFFFF;
border-radius: 31rpx;
text-align: center;
line-height: 108rpx;
font-family: Source Han Sans CN, Source Han Sans CN;
font-weight: 400;
font-size: 40rpx;
color: #8D8D8D;
position: fixed;
bottom: 80rpx;
left: 160rpx;
}
.videoOperateBox { .videoOperateBox {
text-align: center; text-align: center;
padding-top: 10px; padding-top: 10px;
@ -206,54 +227,54 @@
} }
.videoOperateBox .zoomin:hover { .videoOperateBox .zoomin:hover {
background: url("/static/videoControlIcon/4.png"); background: url("../../static/videoControlIcon/4.png");
} }
.videoOperateBox .zoomout:hover { .videoOperateBox .zoomout:hover {
background: url("/static/videoControlIcon/2.png"); background: url("../../static/videoControlIcon/2.png");
} }
.videoOperateBox .zoomin { .videoOperateBox .zoomin {
background: url("/static/videoControlIcon/3.png"); background: url("../../static/videoControlIcon/3.png");
} }
.videoOperateBox .zoomout { .videoOperateBox .zoomout {
background: url("/static/videoControlIcon/1.png"); background: url("../../static/videoControlIcon/1.png");
} }
.videoOperateBox .left { .videoOperateBox .left {
width: 28px; width: 28px;
height: 33px; height: 33px;
background: url("/static/videoControlIcon/left.png"); background: url("../../static/videoControlIcon/left.png");
left: 25px; left: 25px;
top: 50%; top: 50%;
margin-top: -16px; margin-top: -16px;
} }
.videoOperateBox .left:hover { .videoOperateBox .left:hover {
background: url("/static/videoControlIcon/left-active.png"); background: url("../../static/videoControlIcon/left-active.png");
} }
.videoOperateBox .right:hover { .videoOperateBox .right:hover {
background: url("/static/videoControlIcon/right-active.png"); background: url("../../static/videoControlIcon/right-active.png");
} }
.videoOperateBox .top:hover { .videoOperateBox .top:hover {
background: url("/static/videoControlIcon/top-active.png"); background: url("../../static/videoControlIcon/top-active.png");
} }
.videoOperateBox .bottom:hover { .videoOperateBox .bottom:hover {
background: url("/static/videoControlIcon/bottom-active.png"); background: url("../../static/videoControlIcon/bottom-active.png");
} }
// .videoOperateBox .center:hover { // .videoOperateBox .center:hover {
// background: url("/static/videoControlIcon/center-active.png"); // background: url("../../static/videoControlIcon/center-active.png");
// } // }
.videoOperateBox .right { .videoOperateBox .right {
width: 28px; width: 28px;
height: 33px; height: 33px;
background: url("/static/videoControlIcon/right.png"); background: url("../../static/videoControlIcon/right.png");
right: 25px; right: 25px;
top: 50%; top: 50%;
margin-top: -16px; margin-top: -16px;
@ -262,7 +283,7 @@
.videoOperateBox .top { .videoOperateBox .top {
width: 33px; width: 33px;
height: 28px; height: 28px;
background: url("/static/videoControlIcon/top.png"); background: url("../../static/videoControlIcon/top.png");
top: 25px; top: 25px;
left: 50%; left: 50%;
margin-left: -16px; margin-left: -16px;
@ -271,7 +292,7 @@
.videoOperateBox .bottom { .videoOperateBox .bottom {
width: 33px; width: 33px;
height: 28px; height: 28px;
background: url("/static/videoControlIcon/bottom.png"); background: url("../../static/videoControlIcon/bottom.png");
bottom: 25px; bottom: 25px;
left: 50%; left: 50%;
margin-left: -16px; margin-left: -16px;
@ -280,7 +301,7 @@
// .videoOperateBox .center { // .videoOperateBox .center {
// width: 44px; // width: 44px;
// height: 40px; // height: 40px;
// background: url("/static/videoControlIcon/center.png"); // background: url("../../static/videoControlIcon/center.png");
// left: 50%; // left: 50%;
// top: 50%; // top: 50%;
// margin-top: -20px; // margin-top: -20px;