refactor: replace simple px utility styles

This commit is contained in:
xingyu4j
2026-03-14 18:43:00 +08:00
parent 8fd6bf47b1
commit 9d6fbfd0d6
7 changed files with 12 additions and 14 deletions

View File

@@ -450,7 +450,7 @@ defineExpose({
.item {
box-sizing: border-box;
width: 100%;
height: 30px;
@apply h-7.5;
background-color: #f3f3f3;
border: 1px solid #666;
}