💄 调整间距

This commit is contained in:
目棃
2024-08-17 12:49:05 +08:00
parent 2f41679546
commit 373ec6a9dd
11 changed files with 47 additions and 195 deletions

View File

@@ -161,12 +161,11 @@ const props = defineProps<TItemBoxProps>();
.tib-lt {
position: absolute;
top: 0;
left: 0;
top: 3%;
left: 3%;
display: flex;
align-items: center;
justify-content: center;
padding: 5px;
}
.tib-lt img {