优化运维中心前端效果
parent
1c9dc01314
commit
84be003a8f
|
@ -1,6 +1,6 @@
|
||||||
<template>
|
<template>
|
||||||
<div id="operations" style="width: 100%;height: 100%">
|
<div id="operations" style="width: 100%; height: 100%">
|
||||||
<el-container style="height: 82vh;">
|
<el-container >
|
||||||
<el-aside width="200px" style="text-align: left">
|
<el-aside width="200px" style="text-align: left">
|
||||||
<el-menu :default-active="activeIndex" :height="winHeight" @select="handleSelect">
|
<el-menu :default-active="activeIndex" :height="winHeight" @select="handleSelect">
|
||||||
<el-menu-item index="systemInfo">
|
<el-menu-item index="systemInfo">
|
||||||
|
@ -38,7 +38,7 @@ export default {
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
loading: false,
|
loading: false,
|
||||||
winHeight: (window.innerHeight - 160) + "px",
|
winHeight: (window.innerHeight - 150) + "px",
|
||||||
data: [],
|
data: [],
|
||||||
filter: "",
|
filter: "",
|
||||||
activeIndex: "logFile"
|
activeIndex: "logFile"
|
||||||
|
|
|
@ -19,7 +19,7 @@ export default {
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
loading: false,
|
loading: false,
|
||||||
winHeight: window.innerHeight - 160,
|
winHeight: window.innerHeight - 180,
|
||||||
data: [],
|
data: [],
|
||||||
filter: "",
|
filter: "",
|
||||||
websocket: null,
|
websocket: null,
|
||||||
|
|
Loading…
Reference in New Issue