littleboyck

Results 8 issues of littleboyck

uniapp在安卓app中,当我用luch-request发现一个异步请求时,直到请求接口结束时,事件才会有响应

const router = createRouter({ platform: process.env.VUE_APP_PLATFORM, routes: [{ path: '/', redirect: '/page/index/index' },...ROUTES] }); // 如上配置后,浏览器hash值未变为/page/index/index

我自己写了一个不定高度的虚拟列表demo,我给了一定的缓存区,当滚轮移动过快时,仍然会存在白屏问题,能不能帮我解决一下 ```html 不定高度的虚拟列表 .list { height: 400px; width: 300px; outline: 1px solid seagreen; overflow-x: hidden; } .list-item { outline: 1px solid red; outline-offset:-2px; background-color: #fff; } const throttle = (callback)...

question

1,如何才能以鼠标为中心点 2,图表默认加载时,如何文本设置了white-space: nowrap; 会导致图表无法全部展示 ![image](https://github.com/sangtian152/zm-tree-org/assets/50946885/5253166a-97af-4f44-879f-357fb847fdad) 我想要图表默认情况下,展示全部,如下图 ![image](https://github.com/sangtian152/zm-tree-org/assets/50946885/fa1c9a0d-427d-456a-82fb-fe956ac5dec9)

希望支持codesandbox

![0D86BB95-F318-47A8-A65E-DC48CBC09FFE](https://github.com/hrynko/vue-pdf-embed/assets/50946885/c966fd45-ef7c-4429-823b-f3a6cacb96e3)

现在问题是,设置size,裁剪框不是固定大小的