Merge remote-tracking branch 'origin/main'
This commit is contained in:
commit
ad988eff00
@ -1182,12 +1182,12 @@ onUnmounted(() => {
|
|||||||
|
|
||||||
<style scoped lang="scss">
|
<style scoped lang="scss">
|
||||||
.default-main {
|
.default-main {
|
||||||
width: 100%;
|
|
||||||
height: 100%;
|
height: 100%;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
color: #4E5969;
|
color: #4E5969;
|
||||||
background-color: #F2F3F5;
|
background-color: #F2F3F5;
|
||||||
|
overflow-x: hidden;
|
||||||
.content-number{
|
.content-number{
|
||||||
color: #333333;
|
color: #333333;
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
@ -1267,7 +1267,12 @@ onUnmounted(() => {
|
|||||||
.power{
|
.power{
|
||||||
.power-chart{
|
.power-chart{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 250px;
|
height: 260px;
|
||||||
|
}
|
||||||
|
@media screen and (max-width: 1920px) {
|
||||||
|
.power-chart{
|
||||||
|
height: 250px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.matrix{
|
.matrix{
|
||||||
@ -1296,7 +1301,7 @@ onUnmounted(() => {
|
|||||||
|
|
||||||
}
|
}
|
||||||
.trend{
|
.trend{
|
||||||
height: 350px;
|
height: 365px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
.trend-tabs{
|
.trend-tabs{
|
||||||
:deep(.el-tabs__item){
|
:deep(.el-tabs__item){
|
||||||
@ -1337,9 +1342,19 @@ onUnmounted(() => {
|
|||||||
height: 260px;
|
height: 260px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@media screen and (max-width: 1920px) {
|
||||||
|
.trend{
|
||||||
|
height: 350px;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@media screen and (max-width: 1920px) {
|
||||||
|
.default-main{
|
||||||
|
height: auto;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
Reference in New Issue
Block a user