Ver Fonte

自定义显示优化

HD_wangm há 4 meses atrás
pai
commit
8ade4a02d7
2 ficheiros alterados com 3 adições e 0 exclusões
  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-bottom: 40rpx;
   margin-bottom: 150rpx; /* 提高弹窗,避免被底部导航栏遮挡 */
+  min-height: 600rpx;
 }
 
 .popup-header {
@@ -1105,6 +1106,7 @@
 .popup-actions {
   display: flex;
   flex-direction: row;
+  white-space: nowrap;
 }
 
 .cancel-btn {

+ 1 - 0
pages/worktime/index.uvue

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