fix:修改密码功能
parent
ee549c30f7
commit
4fe72b3ad5
|
|
@ -50,7 +50,6 @@
|
||||||
|
|
||||||
<div class="email-code-button">
|
<div class="email-code-button">
|
||||||
<van-button
|
<van-button
|
||||||
round
|
|
||||||
plain
|
plain
|
||||||
type="primary"
|
type="primary"
|
||||||
native-type="button"
|
native-type="button"
|
||||||
|
|
@ -267,6 +266,7 @@ onBeforeUnmount(() => {
|
||||||
.van-button {
|
.van-button {
|
||||||
height: 34px;
|
height: 34px;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
border-radius: 6px;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue