优化运维中心样式

This commit is contained in:
648540858
2024-11-04 15:46:03 +08:00
parent 7a39f8a439
commit c9e2ad1b45
5 changed files with 167 additions and 99 deletions

View File

@@ -1,5 +1,5 @@
<template>
<div id="app" style="width: 100%">
<div id="app" style="width: 100%; background-color: #FFFFFF">
<div class="page-header">
<div class="page-title">
<div>历史日志</div>
@@ -109,7 +109,7 @@ export default {
chooseRecord: null, // 媒体服务
updateLooper: 0, //数据刷新轮训标志
winHeight: window.innerHeight - 250,
winHeight: window.innerHeight - 180,
loading: false,
mediaServerObj: new MediaServer(),