首页:样式优化
This commit is contained in:
parent
20ecefbdd6
commit
210160d453
@ -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,9 +1267,14 @@ onUnmounted(() => {
|
|||||||
.power{
|
.power{
|
||||||
.power-chart{
|
.power-chart{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
height: 260px;
|
||||||
|
}
|
||||||
|
@media screen and (max-width: 1920px) {
|
||||||
|
.power-chart{
|
||||||
height: 250px;
|
height: 250px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
.matrix{
|
.matrix{
|
||||||
background: url("/@/assets/dashboard/bg1.png") no-repeat #ffffff;
|
background: url("/@/assets/dashboard/bg1.png") no-repeat #ffffff;
|
||||||
background-size: 100% 100%;
|
background-size: 100% 100%;
|
||||||
@ -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