diff --git a/src/views/asistant/components/NoticeItem.vue b/src/views/asistant/components/NoticeItem.vue index 9a033cc..91666a4 100644 --- a/src/views/asistant/components/NoticeItem.vue +++ b/src/views/asistant/components/NoticeItem.vue @@ -136,7 +136,7 @@ const actionList: ActionItem[] = [ height: 7.4rem; border-radius: 50%; margin-right: 1.88rem; - border: 2px solid #000; + border: .2rem solid #000; padding: 1.4rem; img { diff --git a/src/views/login/components/Mail.vue b/src/views/login/components/Mail.vue index ffd3716..596ddc9 100644 --- a/src/views/login/components/Mail.vue +++ b/src/views/login/components/Mail.vue @@ -45,7 +45,7 @@ const handleNext = () => { width: 100%; height: 10rem; padding: 2.4rem 5.5rem; - border: 2px solid #fff; + border: .2rem solid #fff; background: transparent; border-radius: 7.1rem; color: white; diff --git a/src/views/login/components/Password.vue b/src/views/login/components/Password.vue index 551eadf..31c3503 100644 --- a/src/views/login/components/Password.vue +++ b/src/views/login/components/Password.vue @@ -48,7 +48,7 @@ const handleNext = () => { width: 100%; height: 10rem; padding: 0 2.2rem 0 5.5rem; - border: 2px solid #fff; + border: .2rem solid #fff; border-radius: 7.1rem; overflow: hidden; box-sizing: border-box;