修改禁用按钮边框

This commit is contained in:
zhouyanli
2026-04-20 17:20:22 +08:00
parent c8940e5b02
commit e6c6e2c291
6 changed files with 20 additions and 5 deletions

View File

@@ -346,7 +346,9 @@ onUnmounted(() => {
font-size: 32rpx;
margin-bottom: 40rpx;
}
button:after{
border-radius: 50px;
}
.register-btn:disabled {
background-color: #99c8ff;
color: #fff;