diff --git a/src/views/Workshop/product.vue b/src/views/Workshop/product.vue index f158ef3..d5df3a7 100644 --- a/src/views/Workshop/product.vue +++ b/src/views/Workshop/product.vue @@ -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; diff --git a/src/views/login/ResetPage.vue b/src/views/login/ResetPage.vue index c8ad072..3c7d964 100644 --- a/src/views/login/ResetPage.vue +++ b/src/views/login/ResetPage.vue @@ -183,12 +183,12 @@ const handleSuccess = (data: any) => { -moz-backdrop-filter: blur(35px); -ms-backdrop-filter: blur(35px); -o-backdrop-filter: blur(35px); - border: 2px solid rgba(255, 255, 255, 0.15); + border: .2rem solid rgba(255, 255, 255, 0.15); border-radius: 4.79rem; padding: 6.8rem 5.9rem 6.2rem 7.18rem; box-shadow: 0 0.8rem 3.2rem rgba(0, 0, 0, 0.1); overflow: hidden; - border: 2px solid #fff; + border: .2rem solid #fff; font-size: 3.83rem; } }