feat: 补充提交图片

main
donghao 2 months ago
parent fc0bf97958
commit 88e4722184

Binary file not shown.

Before

Width:  |  Height:  |  Size: 800 KiB

After

Width:  |  Height:  |  Size: 342 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 800 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

@ -65,6 +65,9 @@
}
}
}
.fixed_pagination{
padding: 12px 20px 0;
}
/* full_table */
&.full_table {
.el-table--large .el-table__cell {
@ -99,6 +102,9 @@
}
}
}
.fixed_pagination{
padding: 28px 20px;
}
}
}

@ -51,7 +51,6 @@
justify-content: flex-end;
right: 0;
bottom: 0;
padding: 28px 20px;
}
.noneFixed_pagination {
display: flex;

@ -1,15 +1,24 @@
.pole-monitor-wrap {
background-image: url("@/assets/common/bg_banner.png");
// background-color: red;
background-size: contain;
background-position: center;
background-repeat: no-repeat;
// background-color: red;
background-size: contain;
background-position: center;
background-repeat: no-repeat;
.bg_footer_desp{
width: 100%;
height: 20px;
background-image: url("@/assets/common/bg_banner_footer.png");
// background-color: red;
background-size: contain;
background-position: bottom center;
background-repeat: no-repeat;
}
.search-section {
padding: 16px 0;
}
.pole-main-content {
width: 100%;
}
.pole-monitor-search-box {

@ -2,7 +2,7 @@
* @Author: donghao donghao@supervision.ltd
* @Date: 2025-03-06 15:15:01
* @LastEditors: donghao donghao@supervision.ltd
* @LastEditTime: 2025-03-12 14:06:27
* @LastEditTime: 2025-03-12 14:31:43
* @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
-->
@ -19,7 +19,7 @@
</template>
</ContentHeader>
</div>
<div class="pole-main-content">
<div class="pole-main-content px-[16px]">
<!-- 搜索区域 -->
<div class="pole-monitor-search-box">
<el-select v-model="searchForm.name" placeholder="列车号" class="custom-select">
@ -44,7 +44,7 @@
<!-- 主体内容区域 -->
<div class="flex justify-between pole-monitor-main">
<!-- 左侧视频与缩略图区域 -->
<div class="left-panel w-[900px]">
<div class="left-panel w-[870px]">
<!-- 主图显示 -->
<div class="main-image">
<img src="https://picsum.photos/300/200?random=1" alt="监控画面">
@ -78,6 +78,8 @@
</div>
</div>
</div>
<div class="bg_footer_desp">
</div>
</div>
</template>
<script lang="ts" setup>

Loading…
Cancel
Save