|
|
@@ -771,7 +771,7 @@ export default {
|
|
|
border-radius: 20upx 20upx 0 0;
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
- max-height: 90vh;
|
|
|
+ max-height: 99vh;
|
|
|
padding: 0;
|
|
|
}
|
|
|
|
|
|
@@ -867,7 +867,7 @@ export default {
|
|
|
|
|
|
.time-button {
|
|
|
width: calc(25% - 6upx);
|
|
|
- height: 60upx;
|
|
|
+ height: 75upx;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
justify-content: center;
|
|
|
@@ -901,7 +901,7 @@ export default {
|
|
|
|
|
|
.footer-button {
|
|
|
flex: 1;
|
|
|
- height: 70upx;
|
|
|
+ height: 80upx;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
justify-content: center;
|