triangle
triangle
已收到
看起来我们是在错误的路上再往前走了一些。 不过transform: scale()对于v2也会出现这个问题,看样子如果渲染在父节点上的left top计算逻辑是没有包含scale?
我通过修改css样式fix这个问题,不过我用的是Vue2,其他版本也可以尝试下。 看页面偏移原因是top left计算结果不一致导致,既不想打破绝对定位,也不想挨个设置类名,所以我全局设置下拉框样式为`auto !important` 纠正偏移后会挡住输入框,所以加上一个margin-top来使其下移 ``` /** 如果遇到下拉框偏移可以看这个css */ .ant-select-dropdown { top: auto !important; left: auto !important; margin-top: 3% !important; } ```
The same issue on windows server 2019. I notice that has a wrong path in error message ``` RuntimeError: [TM][ERROR] CUDA runtime error: operation not supported D:\a\lmdeploy\lmdeploy\src/turbomind/utils/allocator.h:197 ``` **env info**...
Please close any unnecessary pages in the browser to ensure that only one page is accessed http://127.0.0.1:6274 Alternatively, you can use node to run and change the port number ```...
已收到