@@ -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;
.history-item {