Commit cc995d9f authored by 张牧越's avatar 张牧越

styleFix

parent c5cfd1b7
...@@ -59,6 +59,7 @@ ...@@ -59,6 +59,7 @@
</el-tooltip> </el-tooltip>
</div> </div>
<div class="right-nav"> <div class="right-nav">
<div class="invisible"></div>
<template v-for="(router, index) in rightNav"> <template v-for="(router, index) in rightNav">
<router-link <router-link
v-if="router.child && router.child.length == 0" v-if="router.child && router.child.length == 0"
...@@ -251,7 +252,7 @@ export default { ...@@ -251,7 +252,7 @@ export default {
.right-nav { .right-nav {
width: calc(100% / 3); width: calc(100% / 3);
text-align: left; text-align: left;
padding-left: 80px;
.clock { .clock {
float: right; float: right;
width: 124px; width: 124px;
...@@ -383,4 +384,10 @@ a, ...@@ -383,4 +384,10 @@ a,
.el-popper[x-placement^="bottom"] .popper__arrow::after { .el-popper[x-placement^="bottom"] .popper__arrow::after {
display: none; display: none;
} }
.invisible {
height: 100%;
width: 60px;
display: inline-block;
vertical-align: top;
}
</style> </style>
\ No newline at end of file
...@@ -502,6 +502,9 @@ export default { ...@@ -502,6 +502,9 @@ export default {
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
text-align: center; text-align: center;
& > div {
width: 33%;
}
.warning-info-text { .warning-info-text {
white-space: nowrap; white-space: nowrap;
padding-top: 20px; padding-top: 20px;
......
...@@ -557,6 +557,9 @@ export default { ...@@ -557,6 +557,9 @@ export default {
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
text-align: center; text-align: center;
& > div {
width: 33%;
}
.warning-info-text { .warning-info-text {
padding-top: 20px; padding-top: 20px;
font-size: 16px; font-size: 16px;
...@@ -634,7 +637,7 @@ export default { ...@@ -634,7 +637,7 @@ export default {
.building-info-text { .building-info-text {
font-size: 14px; font-size: 14px;
color: #c6def9; color: #c6def9;
line-height: 36px; line-height: 24px;
} }
.building-info { .building-info {
display: flex; display: flex;
......
...@@ -858,8 +858,9 @@ export default { ...@@ -858,8 +858,9 @@ export default {
} }
#stats-container { #stats-container {
position: relative; position: relative;
margin: 0 auto;
margin-bottom: 10px; margin-bottom: 10px;
max-width: 840px;
border-bottom: 4px solid #114e70; border-bottom: 4px solid #114e70;
img { img {
width: 100%; width: 100%;
......
...@@ -622,10 +622,10 @@ export default { ...@@ -622,10 +622,10 @@ export default {
padding-bottom: 0; padding-bottom: 0;
height: 100%; height: 100%;
.lt-area { .lt-area {
width: 320px; width: 25%;
} }
.mid-area { .mid-area {
width: 360px; width: 25%;
height: 100%; height: 100%;
} }
.lt-area { .lt-area {
...@@ -672,7 +672,7 @@ export default { ...@@ -672,7 +672,7 @@ export default {
} }
.rt-area { .rt-area {
width: calc(100% - 704px); width: calc(50% - 24px);
} }
} }
.bottom-chart { .bottom-chart {
......
...@@ -137,6 +137,7 @@ ...@@ -137,6 +137,7 @@
:visible.sync="historyRouteVisible" :visible.sync="historyRouteVisible"
append-to-body append-to-body
title="历史使用记录" title="历史使用记录"
top="3vh"
> >
<el-form inline :model="searchForm"> <el-form inline :model="searchForm">
<el-form-item label="使用日期"> <el-form-item label="使用日期">
......
...@@ -634,6 +634,9 @@ export default { ...@@ -634,6 +634,9 @@ export default {
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
text-align: center; text-align: center;
& > div {
width: 33%;
}
.warning-info-text { .warning-info-text {
white-space: nowrap; white-space: nowrap;
padding-top: 20px; padding-top: 20px;
...@@ -711,7 +714,7 @@ export default { ...@@ -711,7 +714,7 @@ export default {
.building-info-text { .building-info-text {
font-size: 14px; font-size: 14px;
color: #c6def9; color: #c6def9;
line-height: 36px; line-height: 24px;
} }
.building-info { .building-info {
display: flex; display: flex;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment