fix:修改大屏表格,修改跟车视频查看

This commit is contained in:
SunTao 2024-12-10 13:27:38 +08:00
parent a37af6a573
commit f27c687922
4 changed files with 11 additions and 10 deletions

View File

@ -2,7 +2,7 @@
* @Author: SunTao 328867980@qq.com * @Author: SunTao 328867980@qq.com
* @Date: 2024-11-08 11:56:02 * @Date: 2024-11-08 11:56:02
* @LastEditors: SunTao 328867980@qq.com * @LastEditors: SunTao 328867980@qq.com
* @LastEditTime: 2024-12-10 11:28:03 * @LastEditTime: 2024-12-10 13:15:08
* @FilePath: \znxjxt-ui\src\views\big-screen\disease-components\traffic-log.vue * @FilePath: \znxjxt-ui\src\views\big-screen\disease-components\traffic-log.vue
* @Description: 病害巡检-病害日志 * @Description: 病害巡检-病害日志
--> -->
@ -581,7 +581,7 @@ export default {
// //
.headerRow { .headerRow {
background: url("~@/assets/screen/traffic/emergency-top.png") no-repeat; background: url("~@/assets/screen/traffic/emergency-top.png") no-repeat;
background-size: 100%; background-size: 100% 100%;
th { th {
color: #ffffff; color: #ffffff;

View File

@ -2,7 +2,7 @@
* @Author: SunTao 328867980@qq.com * @Author: SunTao 328867980@qq.com
* @Date: 2024-11-15 13:14:03 * @Date: 2024-11-15 13:14:03
* @LastEditors: SunTao 328867980@qq.com * @LastEditors: SunTao 328867980@qq.com
* @LastEditTime: 2024-12-04 16:22:36 * @LastEditTime: 2024-12-10 13:22:17
* @FilePath: \znxjxt-ui\src\views\big-screen\overview-components\components\inspection-follow.vue * @FilePath: \znxjxt-ui\src\views\big-screen\overview-components\components\inspection-follow.vue
* @Description: 总览大屏-巡检车辆-跟车弹窗 * @Description: 总览大屏-巡检车辆-跟车弹窗
--> -->
@ -56,7 +56,6 @@ export default {
*/ */
handleMessage() { handleMessage() {
this.$ws.on("message", (itemMessage) => { this.$ws.on("message", (itemMessage) => {
console.log(itemMessage,'itemMessage');
if (itemMessage.type === "carPosition") { if (itemMessage.type === "carPosition") {
if (this.carPointList.includes(itemMessage.data.entityId)) { if (this.carPointList.includes(itemMessage.data.entityId)) {
// //
@ -92,7 +91,7 @@ export default {
crossOrigin: "anonymous", crossOrigin: "anonymous",
src: logo, src: logo,
// //
scale: 0.04, scale: 0.5,
// ,180*π // ,180*π
rotation: rotation:
(itemMessage.data.direction - 90) * (Math.PI / 180), (itemMessage.data.direction - 90) * (Math.PI / 180),

View File

@ -16,7 +16,7 @@
autoplay autoplay
muted muted
width="100%" width="100%"
height="800px" height="100%"
></video> ></video>
</div> </div>
</template> </template>
@ -124,6 +124,8 @@ export default {
<style lang="scss" scoped> <style lang="scss" scoped>
.view-content { .view-content {
width: 100%; width: 100%;
height: 40rem; height: 50rem;
display: flex;
justify-content: center;
} }
</style> </style>

View File

@ -2,7 +2,7 @@
* @Author: SunTao 328867980@qq.com * @Author: SunTao 328867980@qq.com
* @Date: 2024-11-08 09:40:18 * @Date: 2024-11-08 09:40:18
* @LastEditors: SunTao 328867980@qq.com * @LastEditors: SunTao 328867980@qq.com
* @LastEditTime: 2024-12-10 11:05:40 * @LastEditTime: 2024-12-10 13:12:24
* @FilePath: \znxjxt-ui\src\views\big-screen\overview-components\inspection-vehicles.vue * @FilePath: \znxjxt-ui\src\views\big-screen\overview-components\inspection-vehicles.vue
* @Description: 总览大屏-巡检车辆 * @Description: 总览大屏-巡检车辆
--> -->
@ -383,7 +383,7 @@ export default {
// //
.headerRow { .headerRow {
background: url("~@/assets/screen/traffic/emergency-top.png") no-repeat; background: url("~@/assets/screen/traffic/emergency-top.png") no-repeat;
background-size: 100%; background-size: 100% 100%;
th { th {
color: #ffffff; color: #ffffff;