HD_wangm 4 месяцев назад
Родитель
Сommit
8ade4a02d7
2 измененных файлов с 3 добавлено и 0 удалено
  1. 2 0
      pages/score/index.uvue
  2. 1 0
      pages/worktime/index.uvue

+ 2 - 0
pages/score/index.uvue

@@ -1088,6 +1088,7 @@
   padding: 40rpx;
   padding: 40rpx;
   padding-bottom: 40rpx;
   padding-bottom: 40rpx;
   margin-bottom: 150rpx; /* 提高弹窗,避免被底部导航栏遮挡 */
   margin-bottom: 150rpx; /* 提高弹窗,避免被底部导航栏遮挡 */
+  min-height: 600rpx;
 }
 }
 
 
 .popup-header {
 .popup-header {
@@ -1105,6 +1106,7 @@
 .popup-actions {
 .popup-actions {
   display: flex;
   display: flex;
   flex-direction: row;
   flex-direction: row;
+  white-space: nowrap;
 }
 }
 
 
 .cancel-btn {
 .cancel-btn {

+ 1 - 0
pages/worktime/index.uvue

@@ -1153,6 +1153,7 @@ onBeforeUnmount(() => {
 .popup-actions {
 .popup-actions {
   display: flex;
   display: flex;
   flex-direction: row;
   flex-direction: row;
+  white-space: nowrap;
 }
 }
 
 
 .cancel-btn {
 .cancel-btn {