fix:修改密码功能

master
jiangpeng 2026-06-12 15:45:02 +08:00
parent ee549c30f7
commit 4fe72b3ad5
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,6 @@
<div class="email-code-button">
<van-button
round
plain
type="primary"
native-type="button"
@ -267,6 +266,7 @@ onBeforeUnmount(() => {
.van-button {
height: 34px;
font-size: 14px;
border-radius: 6px;
background: #fff;
}
}