border改为.2rem
This commit is contained in:
@@ -122,7 +122,7 @@ const { modelList, selectModel } = toRefs(data);
|
||||
align-items: center;
|
||||
> .item{
|
||||
width: calc((100% - 2.5rem * 2) / 3);
|
||||
border: 2px solid #D9D9D9;
|
||||
border: .2rem solid #D9D9D9;
|
||||
border-radius: 1rem;
|
||||
margin-bottom: 5.4rem;
|
||||
height: 75rem;
|
||||
|
||||
Reference in New Issue
Block a user