feat: 雷达图展示优化

This commit is contained in:
2025-11-30 23:19:34 +08:00
parent 7910f274c7
commit f389397227
3 changed files with 53 additions and 3 deletions

View File

@@ -236,6 +236,30 @@
border-radius: 16px;
border: 1px solid rgba(0, 0, 0, 0.06);
overflow: hidden;
position: relative;
&.customBtn {
.button {
opacity: 0;
position: absolute;
left: 0;
top: 0;
}
.customBtnCover {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
font-feature-settings: "liga" off, "clig" off;
font-family: "PingFang SC";
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: normal;
}
}
.button {
display: flex;