shish 2 месяцев назад
Родитель
Сommit
86f34c38d1
1 измененных файлов с 5 добавлено и 5 удалено
  1. 5 5
      hdPad/src/pages/home/components/selectPrice.vue

+ 5 - 5
hdPad/src/pages/home/components/selectPrice.vue

@@ -1000,9 +1000,9 @@ export default {
         border-color: #09c567;
     }
     .calc-history-popup {
-        width: 72vw;
-        max-width: 520upx;
-        max-height: 75vh;
+        width: 52vw;
+        max-width: 400upx;
+        max-height: 82vh;
         display: flex;
         flex-direction: column;
         box-sizing: border-box;
@@ -1029,8 +1029,8 @@ export default {
         padding: 4upx 8upx;
     }
     .calc-history-popup-body {
-        height: 380upx;
-        max-height: 55vh;
+        height: 480upx;
+        max-height: 64vh;
         box-sizing: border-box;
     }
     .history-item {