feat: 修复commompopup按钮底边距在安卓上显示异常的问题、修复测试结果页偶尔出现不渲染雷达图的问题

This commit is contained in:
2025-10-20 15:47:03 +08:00
parent d86df8a5a3
commit 0107072bfc
4 changed files with 60 additions and 53 deletions

View File

@@ -48,7 +48,7 @@
border-bottom: 1px solid rgba(0, 0, 0, 0.06);
.common-popup__title {
font-family: 'PingFang SC';
font-family: "PingFang SC";
font-weight: 600;
font-size: 22px;
line-height: 1.27em;
@@ -62,7 +62,7 @@
display: flex;
align-items: center;
justify-content: center;
background: #FFFFFF;
background: #ffffff;
border: 1px solid rgba(0, 0, 0, 0.06);
border-radius: 50%;
cursor: pointer;
@@ -100,7 +100,7 @@
display: flex;
gap: 8px;
background: #fff;
padding-bottom: env(safe-area-inset-bottom);
padding-bottom: max(10px, env(safe-area-inset-bottom));
}
.common-popup__btn {
@@ -134,4 +134,4 @@
border-radius: 12px !important;
padding: 4px 10px;
}
}
}