Showing
1 changed file
with
3 additions
and
3 deletions
| ... | ... | @@ -22,7 +22,7 @@ |
| 22 | 22 | method === RequestMethodTypeEnum.WEBSOCKET |
| 23 | 23 | ? 11 |
| 24 | 24 | : httpType === RequestHttpTypeEnum.POST |
| 25 | - ? 4 | |
| 25 | + ? 6 | |
| 26 | 26 | : 6 |
| 27 | 27 | " |
| 28 | 28 | > |
| ... | ... | @@ -41,7 +41,7 @@ |
| 41 | 41 | method === RequestMethodTypeEnum.WEBSOCKET |
| 42 | 42 | ? 12 |
| 43 | 43 | : httpType === RequestHttpTypeEnum.POST |
| 44 | - ? 19 | |
| 44 | + ? 17 | |
| 45 | 45 | : 17 |
| 46 | 46 | " |
| 47 | 47 | style="position: relative" |
| ... | ... | @@ -50,7 +50,7 @@ |
| 50 | 50 | (method === RequestMethodTypeEnum.WEBSOCKET |
| 51 | 51 | ? 1.5 |
| 52 | 52 | : httpType === RequestHttpTypeEnum.POST |
| 53 | - ? -1.5 | |
| 53 | + ? -0.25 | |
| 54 | 54 | : 0) + 'vw', |
| 55 | 55 | }" |
| 56 | 56 | > | ... | ... |