|
@@ -1,6 +1,6 @@
|
|
|
<template>
|
|
|
<div class="map-container">
|
|
|
- <!-- <Header>配网首页</Header> -->
|
|
|
+ <Header>配网安全精益管理辅助应用</Header>
|
|
|
<el-row :gutter="10">
|
|
|
<el-col :span="12" class="h-full-calc">
|
|
|
<el-card class="h-40">
|
|
@@ -75,8 +75,8 @@ export default {
|
|
|
// background-size: 100% 100%;
|
|
|
}
|
|
|
.h-full-calc {
|
|
|
- height: calc(100vh - 30px);
|
|
|
- // height: calc(100vh - 90px);
|
|
|
+ // height: calc(100vh - 30px);
|
|
|
+ height: calc(100vh - 90px);
|
|
|
}
|
|
|
.mt-10 {
|
|
|
margin-top: 10px;
|