fix 优化

This commit is contained in:
duanliang
2024-12-20 17:06:50 +08:00
parent 818c42f7b0
commit 1d12c5211d
2 changed files with 2 additions and 1 deletions

View File

@@ -365,7 +365,7 @@
// background-image: url('@/assets/images/bg-2.png');
background-size: 100% 100%;
.p-box{
padding-top:vh(10);
padding-top:vh(5) !important;
justify-content: space-between;
.chart-p{
position:relative;

View File

@@ -362,6 +362,7 @@
display: flex;
justify-content: center;
position:relative;
padding: 0 vw(20);
.h-icon{
position:absolute;
left:vw(70);