Results 8 issues of caijf

![image](https://user-images.githubusercontent.com/5070722/182550156-5e815e66-8486-4549-9fb6-b85b7d939262.png)

icon-request

```javascript NP.times(9999999999999.46, 100) // 999999999999945.9 ``` 这个结果是否有问题? 使用 [big.js](https://github.com/MikeMcl/big.js/) 计算结果为 `999999999999946` 可以参考我写的 [JS浮点数计算测试](https://2zbuy.csb.app/)

### Reproduction link ### Steps to reproduce 1.设置宽度 2.点击结束时间 ### What is expected? 参照v4 ### What is actually happening? 浮层错位 | Environment | Info | | --- | --- |...

What started as a problem of Uint8Array is Blob. #1014 The following is the test code, please help to answer it: ```html Test var str = 'hello world'; var n...

compatibility

### Version of antd-mobile 5.37.1 ### What is this feature about? 开放 `action spaceProps` 或增加属性 `actionLayout: 'horizonval' | 'vertical'`, 便于自定义下面这类样式

feature

### Version of antd-mobile 5.37.1 ### Description 一些 `---` 开头的 css 变量,不能点击定位为具体的值,看着还容易混淆 例如上图,点击变量后懵逼了。要翻找一下才能看到,比较麻烦。

### Version of antd-mobile 5.39.0 ### Description 由于 `.adm-space-item` 使用的是`margin-right`,在有换行的情况下,前面行的尾部会产生多余留白。 ![Image](https://github.com/user-attachments/assets/f9db64d6-a71a-4663-bc09-0a19a685dc64) 部分情况下会导致大量留白。 ![Image](https://github.com/user-attachments/assets/c73f0280-698f-4fc8-ac20-cf77bae2e637) --- 是否考虑使用 `.adm-space-horizontal` 设置 `gap: var(--gap-horizontal)`,效果如下: ![Image](https://github.com/user-attachments/assets/641f5050-4a01-4a87-b41d-1b6cd421e64f)