锦水大屏
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

59 lines
985 B

@import './font.scss';
@import './page.scss';
@import './transition.scss';
@import './variables.scss';
@import './mixin.scss';
body {
height: 100%;
}
#app {
// background-color: rgba($color: #00113F, $alpha: 1);
// color: $fontColor;
// width: $width;
// height: $height;
// max-width: $width;
// max-height: $height;
// position: relative;
.body {
flex: 1;
overflow: hidden;
}
.copyright {
position: absolute;
left: 50%;
bottom: 0;
height: 30px;
transform: translateX(-50%);
line-height: 2;
color: rgba($color: white, $alpha: 0.7);
font-size: 16px;
}
}
.amap-logo{
display: none;
opacity:0 !important;
}
.amap-copyright {
opacity:0;
}
.tooltip{
display: none;
}
.container {
height: 100%;
position: relative;
}
.home {
position: relative;
height: 100%;
}
.hide-bg-progress {
.el-progress-bar .el-progress-bar__outer {
background-color: transparent;
}
}
.chart {
width: 100%;
height: 100%;
}