feat: 补充提交

main
donghao 2 months ago
parent 2a00c4d689
commit fc0bf97958

Binary file not shown.

After

Width:  |  Height:  |  Size: 800 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 225 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 400 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 352 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 922 B

@ -0,0 +1,11 @@
<!--
* @Author: donghao donghao@supervision.ltd
* @Date: 2025-03-12 13:48:31
* @LastEditors: donghao donghao@supervision.ltd
* @LastEditTime: 2025-03-12 13:56:15
* @FilePath: \5G-Loading-Bay-Web\src\components\videoPlayer\player.vue
* @Description: 视频播放器
-->
<template>
<!-- 视频播放器 -->
</template>

@ -0,0 +1,4 @@
<template>
<!-- 实时视频播放器 -->
</template>

@ -1,19 +1,29 @@
.pole-monitor-wrap { .pole-monitor-wrap {
.search-section{ background-image: url("@/assets/common/bg_banner.png");
// background-color: red;
background-size: contain;
background-position: center;
background-repeat: no-repeat;
.search-section {
padding: 16px 0; padding: 16px 0;
} }
.pole-main-content {
width: 100%;
}
.pole-monitor-search-box { .pole-monitor-search-box {
display: flex; display: flex;
align-items: center; align-items: center;
gap: 12px; gap: 12px;
margin: 16px 0; margin: 16px 0;
} }
.right-panel{ .right-panel {
.el-scrollbar__view { .el-scrollbar__view {
background: transparent !important; background: transparent !important;
height: 600px; height: 600px;
} }
} }
.pole-monitor-main { .pole-monitor-main {
.left-panel { .left-panel {
.main-image { .main-image {
@ -32,16 +42,16 @@
height: 100%; height: 100%;
.swiper-slide { .swiper-slide {
width: 20%; width: 20%;
border-radius:4px; border-radius: 4px;
img { img {
width: 100%; width: 100%;
height: 100%; height: 100%;
border-radius:4px; border-radius: 4px;
} }
} }
.active-slide img { .active-slide img {
border-radius:4px; border-radius: 4px;
border: 2px solid #2ECCE0; border: 2px solid #2ecce0;
} }
.swiper-button-prev, .swiper-button-prev,
.swiper-button-next { .swiper-button-next {
@ -54,8 +64,8 @@
.swiper-button-prev::after, .swiper-button-prev::after,
.swiper-button-next::after { .swiper-button-next::after {
font-size: 12px ; font-size: 12px;
color: #FFF; color: #fff;
} }
/* 修改按钮悬停样式 */ /* 修改按钮悬停样式 */
@ -64,7 +74,6 @@
background-color: rgba(0, 0, 0, 0.8); background-color: rgba(0, 0, 0, 0.8);
} }
} }
} }
} }
} }

@ -2,12 +2,12 @@
* @Author: donghao donghao@supervision.ltd * @Author: donghao donghao@supervision.ltd
* @Date: 2025-03-06 15:15:01 * @Date: 2025-03-06 15:15:01
* @LastEditors: donghao donghao@supervision.ltd * @LastEditors: donghao donghao@supervision.ltd
* @LastEditTime: 2025-03-12 13:30:24 * @LastEditTime: 2025-03-12 14:06:27
* @FilePath: \vite-ai\data-dashboard\src\views\dashboard\PoleMonitor.vue * @FilePath: \vite-ai\data-dashboard\src\views\dashboard\PoleMonitor.vue
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
--> -->
<template> <template>
<div class="pole-monitor-wrap"> <div class="pole-monitor-wrap mt-[32px]">
<div class="module-header"> <div class="module-header">
<ContentHeader bgLayout="1855"> <ContentHeader bgLayout="1855">
<template #title> <template #title>
@ -19,6 +19,7 @@
</template> </template>
</ContentHeader> </ContentHeader>
</div> </div>
<div class="pole-main-content">
<!-- 搜索区域 --> <!-- 搜索区域 -->
<div class="pole-monitor-search-box"> <div class="pole-monitor-search-box">
<el-select v-model="searchForm.name" placeholder="列车号" class="custom-select"> <el-select v-model="searchForm.name" placeholder="列车号" class="custom-select">
@ -47,9 +48,9 @@
<!-- 主图显示 --> <!-- 主图显示 -->
<div class="main-image"> <div class="main-image">
<img src="https://picsum.photos/300/200?random=1" alt="监控画面"> <img src="https://picsum.photos/300/200?random=1" alt="监控画面">
<div class="image-info"> <!-- <div class="image-info">
: 35cm : 52cm : 28cm 体积: 50960cm 重量: 58kg : 35cm : 52cm : 28cm 体积: 50960cm 重量: 58kg
</div> </div> -->
</div> </div>
<!-- 缩略图区域 --> <!-- 缩略图区域 -->
@ -77,6 +78,7 @@
</div> </div>
</div> </div>
</div> </div>
</div>
</template> </template>
<script lang="ts" setup> <script lang="ts" setup>
import ContentHeader from '@/components/ContentHeader.vue'; import ContentHeader from '@/components/ContentHeader.vue';

Loading…
Cancel
Save