feat(质检): 调整部分UI

This commit is contained in:
砂糖
2025-10-17 16:40:01 +08:00
parent bbb6782279
commit e31b34145f
6 changed files with 71 additions and 74 deletions

View File

@@ -1556,8 +1556,8 @@ body {
background: $--metal-gradient-light;
border-color: $--border-color-light;
color: $--color-text-regular;
padding: 2px 8px;
border-radius: 2px;
padding: 2px 4px;
border-radius: 4px;
font-size: 12px;
height: auto;
margin-right: 0;
@@ -1573,7 +1573,7 @@ body {
.cell & {
margin-right: 0;
padding: 1px !important;
border-radius: 0 !important;
border-radius: 4px !important;
}
}