border2px改为.2rem

This commit is contained in:
X1627315083
2025-11-03 10:20:22 +08:00
parent f41f3ddda2
commit 3f45f20b53
2 changed files with 3 additions and 3 deletions

View File

@@ -169,7 +169,7 @@ const { isLoading } = toRefs(data);
> .modelBox{
margin-top: 2.5rem;
> .model{
border: 2px solid #D9D9D9;
border: .2rem solid #D9D9D9;
// height: 110rem;
aspect-ratio: 2 / 3;
position: relative;