修复了禅道的一系列bug

This commit is contained in:
2025-08-09 01:21:59 +08:00
parent c1817b6255
commit f871831cbc
16 changed files with 60 additions and 45 deletions

View File

@ -28,6 +28,7 @@
placeholder="请输入手机号"
bindinput="onPhoneInput"
value="{{phoneNumber}}"
type="number"
maxLength="11"
/>
</view>

View File

@ -18,9 +18,10 @@
background-color: #fefbf6;
box-shadow: 0rpx 3.75rpx 7.5rpx #00000040;
width: 100%;
overflow-y: auto;
overflow-x: hidden;
height: 100%;
position: fixed;
bottom: 0;
overflow: auto;
height: calc(100vh - 1rpx);
}
.text {
color: #e67e22;