修复了禅道的一系列bug
This commit is contained in:
@ -28,6 +28,7 @@
|
||||
placeholder="请输入手机号"
|
||||
bindinput="onPhoneInput"
|
||||
value="{{phoneNumber}}"
|
||||
type="number"
|
||||
maxLength="11"
|
||||
/>
|
||||
</view>
|
||||
|
@ -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;
|
||||
|
Reference in New Issue
Block a user